Problem Converting from PDF to TIF
Posted: 2008-12-03T10:33:11-07:00
Background:
We have 2 environments.
Both are Win2003 Server boxes w/ SP2, both use ImageMagick 6.2.6 Q8.
Both use this command: convert -density 200x200 -dither -compress group4 E:\file.pdf -monochrome E:\file.tif
1 environment this works and has been working fine for several years. More recently we started using the other environment, and we are not getting the same results.
The Problem:
The files that are being converted are forms with typed text on them. We see the problem with words typed in all uppercase. Certain letters are slightly larger than the rest of the font.
I've been working with ImageMagick for about 2 days now. I started by installing the new 6.4.6 Q8 version, which fixes the problem, but you need to adjust the dither option (which I'm not sure is even necessary? redundant with the use of -monochrome?)
So going back to using version 6.2.6 Q8, I started adjusting the options used and it seems like the problem is in the -density 200x200.
I was about to start using the debug option but I'm not sure which debug event to use. Any thoughts?
We have 2 environments.
Both are Win2003 Server boxes w/ SP2, both use ImageMagick 6.2.6 Q8.
Both use this command: convert -density 200x200 -dither -compress group4 E:\file.pdf -monochrome E:\file.tif
1 environment this works and has been working fine for several years. More recently we started using the other environment, and we are not getting the same results.
The Problem:
The files that are being converted are forms with typed text on them. We see the problem with words typed in all uppercase. Certain letters are slightly larger than the rest of the font.
I've been working with ImageMagick for about 2 days now. I started by installing the new 6.4.6 Q8 version, which fixes the problem, but you need to adjust the dither option (which I'm not sure is even necessary? redundant with the use of -monochrome?)
So going back to using version 6.2.6 Q8, I started adjusting the options used and it seems like the problem is in the -density 200x200.
I was about to start using the debug option but I'm not sure which debug event to use. Any thoughts?