使用 Java 以编程方式发送传真
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2138197/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Send fax programmatically with Java
提问by Argiropoulos Stavros
How can i send fax programatically with java?
如何使用java以编程方式发送传真?
回答by Travis Gockel
回答by user901118
回答by Adam M
For even more options, Google: java fax api
更多选择,谷歌:java fax api
For a commercial service with a jar, code samples and a free developer program: http://www.interfax.net/en/dev/java
对于带有 jar、代码示例和免费开发人员程序的商业服务:http: //www.interfax.net/en/dev/java
回答by samwize
Hoiio provides a simple RESTful API to send a fax. http://developer.hoiio.com/docs/fax_send.html
Hoiio 提供了一个简单的 RESTful API 来发送传真。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.
Hoiio Java SDK 目前不包括传真。但是你可以fork SDK并轻松添加传真代码。
Disclaimer: I work for Hoiio
免责声明:我为 Hoiio 工作

