开发者

Send fax programmatically with Java

开发者 https://www.devze.com 2022-12-17 08:41 出处:网络
How can i send fax pro开发者_开发知识库gramatically with java?Woo, Google: fax4j. UPDATE: The fax4j project has moved to github. Latest releases hosted here. Try out phaxio, it\'ll probably be the si

How can i send fax pro开发者_开发知识库gramatically with java?


Woo, Google: fax4j.

UPDATE: The fax4j project has moved to github. Latest releases hosted here.


Try out phaxio, it'll probably be the simplest path towards implementation. It's a RESTful api, much cheaper than interfax and it's built specifically for developers.


For even more options, Google: java fax api

For a commercial service with a jar, code samples and a free developer program: http://www.interfax.net/en/dev/java


Hoiio provides a simple RESTful API to send a fax. http://developer.hoiio.com/docs/fax_send.html

You can also receive fax all the same. The charges are by "per minute", since fax are nothing but transmitted data over a phone call.

The Hoiio Java SDK currently does not include fax. But you may fork the SDK and easily add the code for fax.

Disclaimer: I work for Hoiio

0

精彩评论

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