How to automatically figuring out the optimal resolution for a pdf file?

Peng Yu <[email protected]> Thu, 21 Apr 2011 09:03:39 -0500
Newsgroups gmane.comp.video.image-magick.user
Message-ID <[email protected]>
Hi,

I'm trying to converting a pdf without explicitly specify the density
as Acrobat can automatically figure out the best resolution. But it
seems that convert can not do so correctly, it use a far too low
resolution. I'm wondering if there is a way to automatically determine
the best resolution. (Let is assume the pdf was created by converting
from a tif file. the optimal resolution is just the resolution of the
original tif file.)

convert image.pdf +adjoin image_%02d.tif


-- 
Regards,
Peng