简体   繁体   English

使用Java以编程方式发送传真

[英]Send fax programmatically with Java

如何用java编程发送传真?

Woo, Google: fax4j . Woo,Google: fax4j

UPDATE: The fax4j project has moved to github . 更新: fax4j项目已移至github Latest releases hosted here. 这里托管的最新版本

Try out phaxio , it'll probably be the simplest path towards implementation. 试用phaxio ,它可能是最简单的实现途径。 It's a RESTful api, much cheaper than interfax and it's built specifically for developers. 它是一个RESTful api,比interfax便宜得多,它是专为开发人员构建的。

For even more options, Google: java fax api 对于更多选项,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 对于带有jar,代码示例和免费开发人员程序的商业服务: http//www.interfax.net/en/dev/java

Hoiio provides a simple RESTful API to send a fax. Hoiio提供了一个简单的RESTful API来发送传真。 http://developer.hoiio.com/docs/fax_send.html 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. Hoiio Java SDK目前不包含传真。 But you may fork the SDK and easily add the code for fax. 但您可以分叉SDK并轻松添加传真代码。

Disclaimer: I work for Hoiio 免责声明:我为Hoiio工作

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM