blog.briangallimore.com
Convert PDF to PNG using Linux
If you use the defaults for Imagemagick, the output of a PDF file with text converted to PNG is unreadable. The secret is to use the density option: $ convert -density 300 xxxxx.pdf yyyyy.png…