Skip to content

Instantly share code, notes, and snippets.

@tuurma
Created June 6, 2019 11:14
Show Gist options
  • Save tuurma/d18b703e87ebb81af8e5a9de322759f9 to your computer and use it in GitHub Desktop.
Save tuurma/d18b703e87ebb81af8e5a9de322759f9 to your computer and use it in GitHub Desktop.
extract individual images from pdf
convert -density 150 -antialias "49548.pdf" -resize 1024x -quality 100 "49548.png"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment