Skip to content

Instantly share code, notes, and snippets.

@superpixel
Last active December 17, 2015 19:30
Show Gist options
  • Save superpixel/5661307 to your computer and use it in GitHub Desktop.
Save superpixel/5661307 to your computer and use it in GitHub Desktop.
How to extract Images out of PDF Files with some command line tools.
Install 'xpdf' (for 'pdfimages') and 'imagemagick' (for 'mogrify').
Extract images with:
pdfimages -j file.pdf ~/output/
Batch Convert PPM to PNG with:
mogrify -format png *.ppm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment