Skip to content

Instantly share code, notes, and snippets.

@Hashbrown777
Created January 27, 2022 05:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hashbrown777/c302b915238e0bc885e825fbed949872 to your computer and use it in GitHub Desktop.
Save Hashbrown777/c302b915238e0bc885e825fbed949872 to your computer and use it in GitHub Desktop.
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