Created
December 21, 2016 15:29
-
-
Save ItsMeooooooo/fea15f741e1a69b9fe70aa2fddc76363 to your computer and use it in GitHub Desktop.
Reduce Quality on PDF
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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