Page 1 of 1

resolution of final pdf different then source

Posted: 2008-04-17T10:43:27-07:00
by dheerajjuneja
Hi,

I am facinjg an issue with imagemagic 6.4.0.7.

When i try to convert a png to pdf with :
convert x.png -density 250 x.pdf

the pdf created is perfect and 1:1 reproduction of the source image i.e. 3069*2213 at 250*250

But when i do:
convert x.png y.png -density 250 x.pdf i get the 2 pag pdf, but the size is messed, i get a 884 *700 something file at 72*72 document.

am i doing something wrong?

Re: resolution of final pdf different then source

Posted: 2008-04-18T06:09:18-07:00
by dheerajjuneja
Never mind, i was being very stupid...maybe the pressure took my logial thinking over....

The pdf generated with the mentioned command was perfectly fine.

Thanks.