Created
January 27, 2022 05:48
-
-
Save Hashbrown777/c302b915238e0bc885e825fbed949872 to your computer and use it in GitHub Desktop.
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
pdfimages -all big.pdf . #poppler-utils | |
rename -v 's/^[^0-9]*//' .*.jpg | |
convert '*.jpg' -resize 50% %03d.jpeg #imagemagick | |
convert '*.jpeg' small.pdf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment