Just discovered the handy “convert” command from ImageMagic

I needed to convert a PDF file to PNG

With “convert”, it’s as easy as:

$ convert rose.pdf rose.png

More at http://www.imagemagick.org/script/convert.php