I wrote about using Mac OS X Automator for converting a PDF to images. How about Linux? I found this solution: At command line, execute
pdftoppm -jpeg <pdf file name> <prefix of jpg files to be created>
It might be already installed in your Linux box. If not, it is part of poppler-util.