Skip to content

Instantly share code, notes, and snippets.

@xezpeleta
Created March 2, 2015 07:33
Show Gist options
  • Save xezpeleta/e09a303a5b947b9c2f73 to your computer and use it in GitHub Desktop.
Save xezpeleta/e09a303a5b947b9c2f73 to your computer and use it in GitHub Desktop.
PDF resize
convert -density 180 -compress jpeg -resize %50 -quality 15 myfile.pdf myfile_small.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment