Skip to content

Instantly share code, notes, and snippets.

@duck57
Created October 2, 2016 03:07
Show Gist options
  • Save duck57/cd18f1a790c33a4659a068daf3c06894 to your computer and use it in GitHub Desktop.
Save duck57/cd18f1a790c33a4659a068daf3c06894 to your computer and use it in GitHub Desktop.
PDF size reducer
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/prepress -dNOPAUSE -dQUIET -dBATCH -sOutputFile=<your-smaller-file>.pdf <yourfile>.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment