Skip to content

Instantly share code, notes, and snippets.

@DmitryOtroshchenko
Created January 22, 2014 21:04
Show Gist options
  • Save DmitryOtroshchenko/8567328 to your computer and use it in GitHub Desktop.
Save DmitryOtroshchenko/8567328 to your computer and use it in GitHub Desktop.
# Compress pdf
# Quality level could be set to /screen, /ebook, /printer, /prepress
gs -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=<quality> -sOutputFile=<output.pdf> <input.pdf>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment