Skip to content

Instantly share code, notes, and snippets.

@superpixel
superpixel / Extract Images from PDF Files
Last active December 17, 2015 19:30
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
@superpixel
superpixel / Rebuild the Launch Services database
Created February 24, 2013 12:31
Removing Duplicates From the Finder’s ‘Open With’ Menu
/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user