Reporting Software 
Form printing
Label printing
Command line
Batch jobs
Shell scripts
Out-of-process report generator
| Label Printing from Command Line
The command line reporting software, TFPrint, is the ideal solution if you like to embed label printing and reporting in batch jobs or shell scripts. Only 3 input parameters are necessary to generate the desired output:
Name of the document layout
Data (as file or SQL SELECT statement)
Output device (file or printer)
The TFPrint application is very easy:
All print job parameters are given as command line arguments (e.g. the form name). You can start TFPrint by means of DOS commands, or simply by invoking it within your application (so called spawning or ShellExecute in ORACLE®, Perl, PHP, JAVA...).

- Provide payload (file or database)
- Adjust data source, form and output medium using parameters in TFprint
- Print directly or export as PDF/HTML/Graphic
Reporting Software for All PlattformsTFPrint is part of TFORMer Runtime and therefore available for all major operating systems (like Windows, Linux® and UNIX®). |