If it won't be simple, it simply won't be. [Hire me, source code] by Miki Tebeka, CEO, 353Solutions

Saturday, May 07, 2011

Convert PDF to JPEG


The wife needed a quick and dirty solution to convert PDF files to JPEG. Below is a quick UI (using Tkinter) about ImageMagic's "convert" utility.

3 comments:

dangtangy said...

Thanks, just what I needed. Took some time to get ImageMagick working on osx and I used it in a batch script rather than interactively

D

evolve.devolve said...

running the script, doesn't seem to work:

"returned non-zero exit status 4"

Miki Tebeka said...

evolve.devolve: Do you have ImageMagick installed? If so, can you run the convert command in shell?

Blog Archive