PDF to PNG conversion with good quality. (with imagick)

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
h2shin
Posts: 7
Joined: 2012-09-03T10:28:44-07:00
Authentication code: 67789

PDF to PNG conversion with good quality. (with imagick)

Post by h2shin »

I've been searching around for a while and still can't find a way to use imagick to convert a pdf file to a png file with good original quality.

I'm in need of converting pdf documents containing text as well as images to png files, in such a way that image/text is sharp and clear. Is there a way to do this within imagick?

All my attempts so far have been less than fruitful.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: PDF to PNG conversion with good quality. (with imagick)

Post by fmw42 »

Post Reply