Peng, Your "-resize 300%" is making the resulting image 3x the size. Remove that and you'll have the appropriate image.
Cheers, Matt Note: I didn't bother to download the files nor test the above change but just a cursory glance at the command line seems to indicate that is the issue. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Peng Yu Sent: Monday, November 21, 2011 1:10 PM To: [email protected] Subject: [magick-users] How to convert pdf to tiff as if it is done in Acrobat? Hi, For example, I have https://rapidshare.com/files/4005872511/number_of_sites_nofilter.pdf Acrobat can convert it to the following tiff file (File->Export->Image->TIFF and then selection resolution 300). https://rapidshare.com/files/3958086688/number_of_sites_nofilter1.tiff I use the following IM command to convert the pdf to a tiff file with the same resolution. But the resulted file is too big and the characters are shown differently when you look at it at a magnified scale. convert -monochrome -density 300x300 -resize 300% number_of_sites_nofilter.pdf number_of_sites_nofilter.tiff Does anybody know what I options of convert I should use to get the same conversion as Acrobat? -- Regards, Peng _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
