Reputation: 9232
I currently am working on a web application that needs to collect data from a form and will take the information and put it in a report format and sent it to a fax machine and print it out.
What is the easiest way to do this. I would like it to act similar to collecting informastion off of a form and then sending an email, but I would like to send it to a fax instead.
Thanks!
Upvotes: 0
Views: 209
Reputation: 33197
The quickest way is to use a middleware package or service which provides an API. A quick google search came up with these people.
If you want to manage the modem locally, there is a Windows COM object on some versions of the operating system which can do faxing for you.
Upvotes: 1