HylaFAX The world's most advanced open source fax server |
I think HylaFAX has something built in but it is
very easy to do with ImageMagick
from the prompt:
convert fax00123.tif fax00123.pdf
you can tell HylaFAX to run the conversion for you by editing this
script
mine looks like this, the workfax is a shell that takes the file name as an
argument and does things to it, one of those things it convert it to a pdf with
ImageMagick
etc/FaxDispatch
workfax FNAME=`basename $FILE` In a message dated 5/24/2006 8:12:27 P.M. Central Standard Time,
joea@xxxxxxxxxxxxxxx writes:
Also looking for pointers on converting receive FAX from TIFF to PDF, preferrably to be stored that way, at least to be converted when forwarded to a selected users email. |