Re: How to convert pdf to tiff as if it is done in Acrobat?

Fred Weinhaus <[email protected]> Mon, 21 Nov 2011 13:05:39 -0800
Newsgroups gmane.comp.video.image-magick.user
Message-ID <p06240800caf06d6169f8@[192.168.1.2]>
If you want to resize by 300%, then you will get better quality 
increasing the density by 3

convert -monochrome -density 900x900
number_of_sites_nofilter.pdf  number_of_sites_nofilter.tiff



>convert -monochrome -density 300x300 -resize 300%
>number_of_sites_nofilter.pdf  number_of_sites_nofilter.tiff