Ever want to convert pdf file to an image? It’s easy with imagemagick. Ubuntu default installation has it. I believe it’s installed in most linux distribution by default. Anyway, here’s how:
convert file.pdf file.jpg
convert file.pdf file.png
Yeah. That easy.