Created
January 24, 2020 04:20
-
-
Save spyesx/4364e7bcfec0caf8c4fee3c758fa40d3 to your computer and use it in GitHub Desktop.
Optimize PDF size by changing it's density
This file contains 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
# https://explainshell.com/explain?cmd=convert+-density+200x200+-quality+60+-compress+jpeg+input.pdf+output.pdf | |
convert -density 200x200 -quality 60 -compress jpeg input.pdf output.pdf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment