PDFImprint can be executed in one of 3 modes.
User Interface. Use this mode to run occasional PDFImprint jobs or to design parameters of large production jobs to be invoked through the Command Line or the .NET Component API. This mode is automatically invoked by starting PDFImprint without command line parameters. Sample Projects illustrate its use.
Command Line. Use this mode for running production jobs. It is invoked by specifying a script file in the PDFImprint command line.
.NET Component. Use this mode for running production jobs from your own .NET application. It is invoked by adding reference to PDFImprint.exe to your project and creating a Inlite.PDFImprint object. Sample projects are included to illustrate the use of this API.