Difference between revisions of "HylaFAX APIs"
m |
|||
Line 1: | Line 1: | ||
* Delphi | * Delphi | ||
− | ** [http://www. | + | ** [http://www.frogfax.com/modules/spxsection/item.php?itemid=9 TFrogFax]: Delphi Component to build Hylafax Client Applications |
* Java | * Java | ||
** [http://www.net-foundry.com/java/gnu/hylafax/ gnu.hylafax] - The gnu.hylafax package is a pure-Java implementation of the HylaFAX client protocol. The gnu.hylafax package can be used to implement a HylaFAX client that will run on any Java-supporting system. See http://www.net-foundry.com/java/gnu/hylafax/. | ** [http://www.net-foundry.com/java/gnu/hylafax/ gnu.hylafax] - The gnu.hylafax package is a pure-Java implementation of the HylaFAX client protocol. The gnu.hylafax package can be used to implement a HylaFAX client that will run on any Java-supporting system. See http://www.net-foundry.com/java/gnu/hylafax/. |
Revision as of 09:03, 15 March 2006
- Delphi
- TFrogFax: Delphi Component to build Hylafax Client Applications
- Java
- gnu.hylafax - The gnu.hylafax package is a pure-Java implementation of the HylaFAX client protocol. The gnu.hylafax package can be used to implement a HylaFAX client that will run on any Java-supporting system. See http://www.net-foundry.com/java/gnu/hylafax/.
- Perl
- Fax::Hylafax::Client - A Perl module that implements the HylaFAX client server protocol.
- Fwctl::Services::hylafax - A Perl Fwctl module to handle the HylaFAX protocol.
- Net::SNPP::HylaFAX - A Perl module to send alphanumeric pages via HylaFAX.
- Windows API
- HylaFSP - Normally used as a Windows HylaFAX client, a HylaFSP fax device is also a Windows Fax Service Provider for HylaFAX. Developers can use the Windows Fax Service API to connect to a HylaFAX server. See http://www.ifax.com/content/view/48/79/ for a VB Script example of controlling HylaFSP. See MSDN for documention on the Fax Service API. Available from iFAX Solutions