# gs —q —dNOPAUSE —dBATCH —sDEVICE=tiffg4 —sPAPERSIZE=letter —sOutputFile=<DESTINATIONFILENAME.tif> <SOURCEPDF.pdf>
You may not even actually realize that your .tif is incompatible with ffa based on the debug offered by the add-on at the Asterisk console. The only error it throws is that it's unable to queue the .tif file. Apparently this is asteriskese for 'incompatible file type or resolution'. You can change the options above to create a different type of tiff or use:
# tiffinfo <TIFFNAME.tif>
to reverse engineer a .tif file that Asterisk generates internally using the ReceiveFax() dialplan command. Either way you should be able to get Asterisk faxing pretty quickly with ghostscript.
0 comments:
Post a Comment