Skip to content

Instantly share code, notes, and snippets.

@knugie
Created October 24, 2013 19:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save knugie/7143248 to your computer and use it in GitHub Desktop.
Save knugie/7143248 to your computer and use it in GitHub Desktop.
reduce pdf size
#reduce PDF size
#-dPDFSETTINGS
# /screen
# /ebook
# /printer
# /prepress
gs -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/printer -sOutputFile=out.pdf in.pdf
@brandoncc
Copy link

This fixed the issue for me using shrinkpdf. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment