开发者

Best Ways to send message or data to fax machine

开发者 https://www.devze.com 2022-12-31 11:43 出处:网络
I currently am working on a web application that 开发者_StackOverflowneeds 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 prin

I currently am working on a web application that 开发者_StackOverflowneeds 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!


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消