white pages when converting from PDF to TIFF (fax compression)
Posted: 2019-06-28T08:00:25-07:00
hi There,
We are working with Imagemagick for several years now to convert PDF files to TIFF files for sending them with a faxserver. We ure the -compress Fax option. Since a couple of days we get blank pages. This while we didn't do any updates on the server.
I use the following command:
convert -density 210x196 FILEIN.PDF -background white -units PixelsPerInch -extent 1728x2444 -monochrome -compress Fax FILEOUT.TIFF
When I use -compress Zip of -compress LZW (or no compress at all) I get perfect TIFF files. However, they seems not te be in a correct fax format because our faxserver won't send them and says it is a bad tif.
We are using the following version :
Version: ImageMagick 6.7.8-9 2019-02-01 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features: OpenMP
We are running on Centos 7.
Hope anyone can help.
Thanks,
Frank
We are working with Imagemagick for several years now to convert PDF files to TIFF files for sending them with a faxserver. We ure the -compress Fax option. Since a couple of days we get blank pages. This while we didn't do any updates on the server.
I use the following command:
convert -density 210x196 FILEIN.PDF -background white -units PixelsPerInch -extent 1728x2444 -monochrome -compress Fax FILEOUT.TIFF
When I use -compress Zip of -compress LZW (or no compress at all) I get perfect TIFF files. However, they seems not te be in a correct fax format because our faxserver won't send them and says it is a bad tif.
We are using the following version :
Version: ImageMagick 6.7.8-9 2019-02-01 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features: OpenMP
We are running on Centos 7.
Hope anyone can help.
Thanks,
Frank