Created
October 24, 2013 19:12
-
-
Save knugie/7143248 to your computer and use it in GitHub Desktop.
reduce pdf size
This file contains hidden or 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
#reduce PDF size | |
#-dPDFSETTINGS | |
# /screen | |
# /ebook | |
# /printer | |
# /prepress | |
gs -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/printer -sOutputFile=out.pdf in.pdf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This fixed the issue for me using shrinkpdf. Thanks!