convert is awesome
Someone was asking how to convert PDFs to JPGs and I thought to myself, surely there is a Linux utility to do this. Well ImageMagick comes with a utility called convert and the syntax is really easy.
convert test.pdf test.jpg
This will create a jpeg for each page of the pdf. Simple right? Plus it supports many input and output formats.
Trylinux.org