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.

2 comments:

  1. running the script, doesn't seem to work:

    "returned non-zero exit status 4"

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

    ReplyDelete