Skip to content

Instantly share code, notes, and snippets.

@hfs
Created July 7, 2014 09:32
Show Gist options
  • Save hfs/f66d8dbb0a5d46393762 to your computer and use it in GitHub Desktop.
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
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