Difference between revisions of "HylaFAX APIs"
Line 2: | Line 2: | ||
** [http://www.frogfax.com/modules/spxsection/item.php?itemid=9 TFrogFax]: Delphi Component to build Hylafax Client Applications | ** [http://www.frogfax.com/modules/spxsection/item.php?itemid=9 TFrogFax]: Delphi Component to build Hylafax Client Applications | ||
* Java | * Java | ||
− | * [http://gnu-hylafax.sourceforge.net/ GNU-HylaFAX]: The GNU-HylaFAX package is a pure Java API designed to implement the client protocol portion of the hfaxd client-server protocol server. | + | ** [http://gnu-hylafax.sourceforge.net/ GNU-HylaFAX]: The GNU-HylaFAX package is a pure Java API designed to implement the client protocol portion of the hfaxd client-server protocol server. |
* Perl | * Perl | ||
** [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/~arak/Fax-Hylafax-Client/ Fax::Hylafax::Client] - A Perl module that implements the HylaFAX client server protocol. |
Revision as of 23:20, 6 March 2008
- Delphi
- TFrogFax: Delphi Component to build Hylafax Client Applications
- Java
- GNU-HylaFAX: The GNU-HylaFAX package is a pure Java API designed to implement the client protocol portion of the hfaxd client-server protocol server.
- 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.