There are a lot of questions out there about how to convert a PDF file to a PNG image, but I'm looking to take a nice sharp PNG file and just basically wrap it or embed it in a PDF file without having it look blurry or fuzzy.
I realize with imagemagic installed I can do a simple conversion like:
convert sample.png sample.pdf
I've also tried a lot of the switches to set the depth, and also the quality setting:
convert -quality 100 sample.png sample.pdf
How can I convert PNG to a PDF in high quality?