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

Fred Weinhaus <[email protected]> Mon, 21 Nov 2011 14:35:19 -0800
Newsgroups gmane.comp.video.image-magick.user
Message-ID <p06240802caf0825d54f1@[192.168.1.2]>
Actually the -monochrome should come after the reading of the input.


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



>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