Skip to content

Instantly share code, notes, and snippets.

@cdparra
Created February 18, 2014 18:08
Show Gist options
  • Save cdparra/9076350 to your computer and use it in GitHub Desktop.
Save cdparra/9076350 to your computer and use it in GitHub Desktop.
Command for compress pdfs with ghostscript
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dNOPAUSE -dQUIET -dBATCH -sOutputFile=foo-compressed.pdf foo.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment