Skip to content

Instantly share code, notes, and snippets.

@deepakpk009
Created March 5, 2019 10:44
Show Gist options
  • Save deepakpk009/6cb28cceee0427c02ecd8777c85edce9 to your computer and use it in GitHub Desktop.
Save deepakpk009/6cb28cceee0427c02ecd8777c85edce9 to your computer and use it in GitHub Desktop.
reduce pdf size / compress pdf in ubuntu
execute below commnad in terminal:
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf
/screen - Lowest quality, lowest size
/ebook - Moderate quality
/printer - Good quality
/prepress - Best quality, highest size
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment