Search found 2 matches
- 2019-07-01T04:46:48-07:00
- Forum: Bugs
- Topic: white pages when converting from PDF to TIFF (fax compression)
- Replies: 4
- Views: 10386
Re: white pages when converting from PDF to TIFF (fax compression)
Hi There, I just solved the problem. I useed Ghostscript to convert to the fax format with the following command: gs -q -sDEVICE=tiffg3 -r204x196 -dBATCH -dPDFFitPage -dNOPAUSE -dQUIET -dBATCH -sOutputFile=OUT.TIFF IN.PDF This works fine. I found this solution at: https://www.soft-switch.org/spandsp ...
- 2019-06-28T08:00:25-07:00
- Forum: Bugs
- Topic: white pages when converting from PDF to TIFF (fax compression)
- Replies: 4
- Views: 10386
white pages when converting from PDF to TIFF (fax compression)
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 ...