Converting pdf to high quality png
Posted: 2013-06-01T02:57:37-07:00
Hello there!
I must say that I'm a complete newbie to imagemagick and it may be the reason why I'm struggling to figure out how to convert my high quality pdf file to png file preferably of the same quality as the source file (by the way I tried reading the manual but there're some things that I still don't clearly understand)
I guess it's not possible since pdf files use a combination of vector and raster images while it's not the case with png files. But I'd like to make the quality of my png file as good as possible and I would very appreciate any help that you can provide on how to do this using this truly wonderful program ,imagemagick.
P.S. Yeah I tried something like this: But it yields a file with quite low quality .
I must say that I'm a complete newbie to imagemagick and it may be the reason why I'm struggling to figure out how to convert my high quality pdf file to png file preferably of the same quality as the source file (by the way I tried reading the manual but there're some things that I still don't clearly understand)
I guess it's not possible since pdf files use a combination of vector and raster images while it's not the case with png files. But I'd like to make the quality of my png file as good as possible and I would very appreciate any help that you can provide on how to do this using this truly wonderful program ,imagemagick.
P.S. Yeah I tried something like this:
Code: Select all
convert -resize 842x596 Pr_mt.pdf Pr_mt.png