使用 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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-29 19:38:33  来源:igfitidea点击:

Send fax programmatically with Java

javafax

提问by Argiropoulos Stavros

How can i send fax programatically with java?

如何使用java以编程方式发送传真?

回答by Travis Gockel

Woo, Google: fax4j.

哇,谷歌:fax4j

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

更新:fax4j 项目已移至github。最新版本托管在这里。

回答by user901118

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.

尝试phaxio,它可能是实现的最简单途径。它是一个 RESTful api,比 interfax 便宜得多,而且它是专门为开发人员构建的。

回答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 工作