Problem rendering PDF to jpg/png
Posted: 2010-06-29T02:32:14-07:00
Hi,
I'm using this to convert a pdf file to images:
convert input.pdf[0] -units PixelsPerInch -density 400 -page A0 -quality 95 output.png
My aim is to get a large image, but somehow it stays 612x792. I can change the density and page and nothing happens. I tried -resample and -resize but they just enlarge the image after it has been rasterized, which makes it ugly.
I'm using this to convert a pdf file to images:
convert input.pdf[0] -units PixelsPerInch -density 400 -page A0 -quality 95 output.png
My aim is to get a large image, but somehow it stays 612x792. I can change the density and page and nothing happens. I tried -resample and -resize but they just enlarge the image after it has been rasterized, which makes it ugly.