Difference between revisions of "HylaFAX APIs"
Line 4: | Line 4: | ||
** [http://sourceforge.net/projects/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. | ** [http://sourceforge.net/projects/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. | ||
* Perl | * Perl | ||
− | ** [http://search.cpan.org/~arak/Fax-Hylafax-Client | + | ** [http://search.cpan.org/~arak/Fax-Hylafax-Client/ Fax::Hylafax::Client] - A Perl module that implements the HylaFAX client server protocol. |
** [http://search.cpan.org/author/FRAJULAC/Fwctl-0.28/Fwctl/Services/hylafax.pm Fwctl::Services::hylafax] - A Perl Fwctl module to handle the HylaFAX protocol. | ** [http://search.cpan.org/author/FRAJULAC/Fwctl-0.28/Fwctl/Services/hylafax.pm Fwctl::Services::hylafax] - A Perl Fwctl module to handle the HylaFAX protocol. | ||
** [http://search.cpan.org/author/TOBEYA/Net-SNPP-1.17/ Net::SNPP::HylaFAX] - A Perl module to send alphanumeric pages via HylaFAX. | ** [http://search.cpan.org/author/TOBEYA/Net-SNPP-1.17/ Net::SNPP::HylaFAX] - A Perl module to send alphanumeric pages via HylaFAX. |
Revision as of 04:12, 21 December 2007
- 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.
- 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
- Hylafx.DLL - Very small Win32 DLL(20KB), partially realizes HylaFAX API. Gives an opportunity of sending of facsimile messages from your applications, created by language of any level: C, FoxPro, Visual Basic, etc.