Related Articles
Create a new template
A template is the design or form, that you can create in the designer. Here you can setup the conversion from an input XML file or spooled file into a graphical result. You can actually create two kinds of templates: 1.Normal templates, that are used ...
New log line component
The job logs of InterFormNG2 includes all requests, but it can be a bit difficult to identify a specific document, so to make that possible you can assign a value to the Log info meta data key. This makes is much easier to search for a specific job ...
Adding new job records in a database
New job records can be added to the database table by inserting rows in the "job" table. For new jobs, the following columns are used: Column Type Mandatory Value Description processed Integer Yes 0 Indicates processing status of the job. 0 = ...
Workflow: Create PDF and insert it as base64
In the section below you can see how you can setup the workflow in InterFormNG2 to create a PDF file and insert it into the input XML file encoded in base64. The complete workflow looks like below: First part: Second part: Each of the component are ...
Create Excel document
InterFormNG2 can generate an output excel file in the format .xlsx based on a special formatted XML file. Such an XML file can be generated by the related workflow component, Excel to XML. You can also use an SPLF input when you execute the ...