Skip to content

Instantly share code, notes, and snippets.

@ElDragonRojo
Last active December 20, 2015 04:29
Show Gist options
  • Save ElDragonRojo/6071220 to your computer and use it in GitHub Desktop.
Save ElDragonRojo/6071220 to your computer and use it in GitHub Desktop.
This incantation is what @spllr used to reduce the file size of the New Lemur's [Reviewer's Guide](http://assets.newlemurs.com/press/Reviewers-Guide/Lemurs-Chemistry-Water-Reviewers-Guide.pdf) ## About `gs` This uses [ghostscript](http://pages.uoregon.edu/koch/). [Learn more.](http://linux.about.com/library/cmd/blcmdl1_gs.htm)
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment