Transfer of Print Jobs

Basically, you can print out of any printable application on the ixi-UMS fax printer and therewith create a fax. Via this printing process, messages are converted into a fax-capable format already at the client, so that a conversion at the ixi-UMS Server (server rendering) with this messages is not required any more.

The fax created this way is transferred to the mail client (e.g. Outlook via MAPI).

 

In order to automate this process or the printing out of e.g. a data base-based application, the document to be printed can be transferred to the "Serfax.dll".

 

Realization:

Create a menu entry or a button in the user interface for your application. With the execution of this action, the code deposited by you must activate the following actions:

a.        Detect recipient fax number

b.        Create subject (optional)

c.        Call of the serfax.dll

d.        Printing of the document

 

The action must be as in the following:

 

SDK1

1.Call from the application to Serfax.dll feature
BOOL WINAPI SerPrintAutofaxWithSubj(char *szFaxno,char *szSubject)

 

SDK2

1.Opposite, you can see a VB-example with all the essential information.

 

2.In order to prevent the mix-up of serveral jobs, the feature "SerPrintAutofaxWithSubj" only comes back when a potential previous job has been processed completely.
 
Printing of the document at the ixi-UMS fax printer IFAX
Remark: You may only print as soon as the call above has come back.

 

3.If the fax number was not transferred correctly, the printed document is now sent automatically – in the background – by the ixi-UMS Client Tools. If no fax number was transferred, a new e-mail is created and the entry of the recipient is requested.

 

Remark:

The "serfax.dll" called up by the Word-macros is stored in the respective system directory with the installation of the ixi-UMS Client Tools.

Depending on whether the operating system and / or MS Office is installed in a 32bit or 64bit-version, the required "Serfax.dll" is copied to the respective directory.

 

If an external application shall be connected, the suitable "Serfax.dll" from the directory ..\ixi-UMS Client Tools\Serfax should be used. Please note that the version of the serfax.dll (32 / 64bit) depends on the architecture (32 / 64bit) of the external application.

 

Version 8.00