PDF to Tif conversion
Posted: 2007-05-30T04:32:32-07:00
Hello,
i think i found every topic with pdf 2 tif conversion, but no topic gave me the right answer.
i need to convert a pdf file to monochrom (multipage) tif. it is no problem, but the quality of the tif file is not realy nice.
i use the following command:
convert -units PixelsPerInch -density 196x196 test.pdf -resize 1620x2292! -type bilevel -compress Group4 test.tif
you can see the result here:
http://www.gutekunst-is.de/tif/lorem_im.tif
i have another tif converter (windows) which gave me the following better result:
http://www.gutekunst-is.de/tif/lorem_referenz.tif
you can see that the bold text is not bold in the im convertet file. i need a very good result. is there anybody who can say what options i have to use, to get a better image result?
i think i found every topic with pdf 2 tif conversion, but no topic gave me the right answer.
i need to convert a pdf file to monochrom (multipage) tif. it is no problem, but the quality of the tif file is not realy nice.
i use the following command:
convert -units PixelsPerInch -density 196x196 test.pdf -resize 1620x2292! -type bilevel -compress Group4 test.tif
you can see the result here:
http://www.gutekunst-is.de/tif/lorem_im.tif
i have another tif converter (windows) which gave me the following better result:
http://www.gutekunst-is.de/tif/lorem_referenz.tif
you can see that the bold text is not bold in the im convertet file. i need a very good result. is there anybody who can say what options i have to use, to get a better image result?