Converting a PDF to JPG using ImageMagick
Submitted by brett on September 29, 2005 - 9:59am
When converting a PDF to an image, I noticed the quality always seemed to be lacking. Here is a command line example that seems to produce better results..
> convert -geometry 850x -density 300 sourcefile.pdf newfile.jpg