Skip to content

Instantly share code, notes, and snippets.

@ItsMeooooooo
Created December 21, 2016 15:29
Show Gist options
  • Save ItsMeooooooo/fea15f741e1a69b9fe70aa2fddc76363 to your computer and use it in GitHub Desktop.
Save ItsMeooooooo/fea15f741e1a69b9fe70aa2fddc76363 to your computer and use it in GitHub Desktop.
Reduce Quality on PDF
gs -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/printer -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