HylaFAX The world's most advanced open source fax server |
Do you want it so send the faxes as PDFs in email or do you want them saved on disk as PDFs? if email, look at the docs: http://hylafax.sourceforge.net/howto/delivery.php#ss4.2 If on disk, just add a couple of lines at the end of the faxrcvd script: tiff2pdf $FILE #converts to a pdf mv $FILE.pdf /some/path/faxes_incoming #moves the PDF where you want notes: The user that hylafax runs as, usually uucp needs to have access to create files in the destination folder. The files come in as TIFF files (this is the file format that the fax protocol uses) and will eventually take up alot of space if you dont archive/delete them -Siri Vias On Thu, 2009-01-15 at 16:32 -0600, Travis Risner wrote: I’m looking for a little help with getting hylafax to save all incoming faxes as a pdf. I read an article in the archives about someone who uses imagemagick. I do have imagemagick, but don’t quite understand how to plug the convert command into FaxDispatch.
|