Skip to content

Instantly share code, notes, and snippets.

@stefanschmidt
Last active December 30, 2015 07:29
Show Gist options
  • Save stefanschmidt/7796051 to your computer and use it in GitHub Desktop.
Save stefanschmidt/7796051 to your computer and use it in GitHub Desktop.
Extract images from obfuscated (aka "encrypted") PDFs on OS X
brew install qpdf xpdf
qpdf --decrypt original.pdf free.pdf
pdfimages -j free.pdf arbitrary_image_prefix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment