Created
July 7, 2014 09:32
-
-
Save hfs/f66d8dbb0a5d46393762 to your computer and use it in GitHub Desktop.
Compress a PDF file of scanned JPEGs using ImageMagick. Source: http://superuser.com/questions/427851/batch-resize-and-compress-pdf-files
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
convert -density 200 -compress jpeg -quality 20 input.pdf output.pdf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment