png2pdf

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
crealing

png2pdf

Post 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!!!
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: png2pdf

Post by fmw42 »

try adding -density 150 or -density 300 and see if that helps
Post Reply