Directory locations of user-exit programs supplied with InfoPrint Manager
When you create the auxiliary-sheet object, you specify the name of the user-exit program and other options, such as the form definition and whether the program produces printed output. You identify which auxiliary-sheet objects you want associated with each actual destination using the GUI attributes notebook for each actual destination. InfoPrint Manager runs the referenced user-exit programs when you submit a job to that printer.
Locations of InfoPrint Manager user exits
Program | Description |
---|---|
Start Sheets | |
install_path\bin\pduxblkh.dll | Prints a blank start sheet. |
install_path\bin\ainuxhdr.dll | Prints a brief-style start sheet. |
install_path\bin\ainuxhdr2.dll | Prints a full-style start sheet. |
install_path\bin\ainuxhdrp.dll | Prints job ticket information about the start sheet. |
install_path\lpp\psf\bin\ainuxhdrx.dll | Prints a start sheet without vertical lines for InfoPrint 6400 and 6500 model printers. |
Separator Sheets | |
install_path\bin\pduxblks.dll | Prints a blank separator sheet. |
install_path\bin\ainuxsep.dll | Prints a brief-style separator sheet. |
install_path\bin\ainuxsep2.dll | Prints a full-style separator sheet. |
install_path\bin\ainuxsepp.dll | Prints job ticket information on the separator sheet. |
install_path\lpp\psf\bin\ainuxsepx.dll | Prints a separator sheet without vertical lines for InfoPrint 6400 and 6500 model printers. |
End Sheets | |
install_path\bin\pduxblks.dll | Prints a blank end sheet. |
install_path\bin\ainuxtlr.dll | Prints a brief-style end sheet. |
install_path\bin\ainuxtlr2.dll | Prints a full-style end sheet. |
install_path\bin\ainuxtlrp.dll | Prints job ticket information on the end sheet. |
install_path\lpp\psf\bin\ainuxtlrx.dll | Prints an end sheet without vertical lines for InfoPrint 6400 and 6500 model printers. |
Accounting | |
install_path\bin\ainuxacc.dll | Prints a brief-style accounting sheet. |
install_path\bin\ainuxacc2.dll | Prints a full-style accounting sheet. |
install_path\bin\ainuxaccp.dll | Writes accounting information to install_path\var\psf\podaccount.log. |
install_path\bin\ainacclog.dll | Writes accounting information to install_path\var\psf\accounting.log. |
Post-print Accounting | |
install_path\bin\ainuxjobcompletion.dll | Writes accounting information to install_path\var\psf\jobcompletion.log |
Audit | |
install_path\bin\ainuxaud.dll | Prints a brief-style audit sheet. |
install_path\bin\ainuxaud2.dll | Prints a full-style audit sheet. |
install_path\bin\ainuxaudp.dll | Prints job ticket information on the audit sheet. |
install_path\bin\ainaudlog.dll | Writes audit information to install_path\var\psf\audit.log. |
Input Data | |
install_path\bin\ainuxind.dll | Performs no tasks; use it as a model for writing your own user-exit program. |
Output Data | |
install_path\bin\ainuxout.dll | Performs no tasks; use it as a model for writing your own user-exit program. |
In addition, you can use the source code of the sample user-exit programs to write your own user-exit programs. InfoPrint Manager provides the source code for all of these exits in the install_path\exits\psf directory.