up vote 5 down vote favorite
share [g+] share [fb]

Does anyone now of any software (preferably windows based) that would let me save incoming faxes (over a land line) to pdfs in a folder somewhere?

Clarification:
I think there is some confusion. right now I have a stand alone fax machine. I would like to add a fax modem to a desktop and have it pick up receive the fax ( I don't know what "format" they come in as) and drop it off in a dir preferable as a pdf but I can handle that later. my big thing is the fax to modem to file part of it

link|improve this question

59% accept rate
I still don't understand really your problem. Just get a fax-modem, install it, use whatever software comes with it, or some third party fax server, etc., and you are done. Most of fax softwares I've seen have an option to print the fax immediately. Then, using @anjogasa's suggestion will work for you. – Sunny Mar 3 '10 at 18:13
feedback

2 Answers

Not sure if it would be of help but you could consider piping it into a printer driver like doPdf (www.dopdf.com) which will takes print input and basically "print" it into a PDF.

link|improve this answer
feedback

If your fax software saves the incoming faxes in a well-known image format somewhere, you can run a scheduled job to pick them up from there and use ImageMagick to convert it.

Example: convert on linux (should work in Windows as well)

link|improve this answer
I think there is some confusion. right now i have a stand alone fax machine. I would like to add a fax modem to a desktop and have it pick up receive the fax ( i don't know what "fromat" they come in as) and drop it off in a dir prefrablly as a pdf but I can handel that later. my big thing is the fax to modem to file part of it – Crash893 Mar 3 '10 at 4:37
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.