Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ibressler/2bfbda39665e0371c70bb45e1b0d5ccf to your computer and use it in GitHub Desktop.
Save ibressler/2bfbda39665e0371c70bb45e1b0d5ccf to your computer and use it in GitHub Desktop.
Optimize PDF files on Linux
# as per https://stackoverflow.com/q/10450120
# PDFSETTINGS: http://milan.kupcevic.net/ghostscript-ps-pdf/
gs -dPDFSETTINGS=/ebook -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -sOutputFile=test.pdf "$INFILE"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment