If I do
Code: Select all
convert file.pdf file%03.pdf
Code: Select all
convert -density 300 file.pdf file%03.pdf
Principally, I could just crop the output image because when I zoom in on the small document in the lower left corner, the quality is good enough. But that can't be the solution.
So how do I correctly specify the density?
BTW: I'm using Mac OS X Leopard and ImageMagick 6.3.3 03/06/07 Q16. That's not the newest version, as I've just noticed, but I've used Unix/Terminal/Bash only for about a month so I was glad to be able to install ANY version of IM...
Thanks in advance.