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!!!
png2pdf
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: png2pdf
try adding -density 150 or -density 300 and see if that helps