There are, of course, a million ways to convert PDF documents to JPG or PNG files. However, sometimes you just want something quick and easy.
A while ago, reader AS pointed me out an Applescript droplet written by Martin Michel over at MacScripter.
AS mentioned that it would be nice to have a version that converts to PNG as well. Being nothing if not nice, I used my almost non-existant Applescript/Python skills to convert Martin’s script to output PNG. All credit for this goes to Martin.. I just did some modifications.
Here’s how to do it:
PDF To JPG
- Go to http://macscripter.net/viewtopic.php?id=25350
- Download PDF2JPG
- Unzip it
- Drag a PDF or multiple PDFs onto the icon
- Select the resolution (or accept the default)
- A JPG file will be created for each page in the PDF
PDF to PNG
- Download PDF2PNG from here
- Drag a PDF or multiple PDFs onto the icon
- Select the resolution (or accept the default)
- A PNG file will be created for each page in the PDF
Hope this helps some of you. I know they will come in handy for me. Thanks AS and thanks Martin Michel! Let me know how it works out for you.
Need Some Help Going Paperless?
How about three ways to help unclutter and de-stress by turning piles of paper into an organized electronic system?
Related posts:











Thanks, you just saved an hour of my time!
No worries Nick glad it helped!
It asks me to select a resolution, but no matter what I choose (e.g. 150 dpi) it converts to 72 dpi.
Hi Sofia, which one? PDF -> JPG or PDF -> PNG?
Hi BrooksD,
Just wondering if you have any idea how to easily change the droplet into a folder action.
Obviously the dpi would have to be manually set within the script but I can't figure out how to turn the droplet into a folder action, any ideas?
Thanks in advance,
Phil
Hi Phil, I think that should be doable. Let me play and get back to you.
Hi Phil, OK give this a try:http://www.documentsnap.com/files/pdf2png-action….
Since you're asking for a folder action I'm guessing you know what to do with it, but let me know if you're not sure. This should give you something to go on if you want to convert the macscripter one too.