Page 1 of 1

png2pdf

Posted: 2009-10-14T02:08:52-07:00
by crealing
i have 300pdi image 123.png
used the code as following:

convert 123.png out.pdf or
convert 123.png -fuzz 0 -transparent white -background none out.pdf;

but the out.pdf is not high quality.

can anyone help me and tell me how to do?
Thanks!!!

Re: png2pdf

Posted: 2009-10-14T09:54:02-07:00
by fmw42
try adding -density 150 or -density 300 and see if that helps