Skip to content

Instantly share code, notes, and snippets.

@ricrogz
Created February 22, 2017 18:28
Show Gist options
  • Save ricrogz/b5fe3df63f116972a535df1edaf0ad35 to your computer and use it in GitHub Desktop.
Save ricrogz/b5fe3df63f116972a535df1edaf0ad35 to your computer and use it in GitHub Desktop.
Reduce PDF size
convert -density 300 proyectos.pdf -compress LZW -resample 150 -colors 31 test.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment