I'm using ImageMagick's (v6.3.7) convert tool on Ubuntu to convert PDF's to images. Although it works great, I'm running into a bit of a problem of text quality.
I've played around with the -unsharp parameter but still can't seem to get it correct. I have two images, what I'm outputting and what I'd like to output and I was hoping someone could give me a tip.
Original PDF:
http://www.irs.gov/pub/irs-pdf/fw9.pdf
Command:
Code: Select all
convert fw9.pdf[0] -thumbnail 675x -quality 100 -units pixels-per-inch -density 72 page0.png
Image I'm trying to achieve:
Any help would be greatly appreciated.
Thanks in advanced.