Last active
December 20, 2015 04:29
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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