Template examples
Options for handling detail lines
When it comes to detail lines of a document, then you of course need to use a repeat loop, that iterates across all of the detail lines of your input file. Here I use this XML file as input: (You can find that in the document Library of InterFormNG2 ...
Template examples
This section includes some template examples: The options for handling detail lines. Set a header, footer and body area for a normal business document. Large header on page 1 only. Make room for total on last page. Labels filled out from top to ...
Why detail lines are not overflowing to a new page
If section can help you, if you have created a repeat loop to output all of the detail lines of a document, but unfortunately the detail lines are not overflowing to a new page. Here are the settings, that can prevent an automatic page overflow of ...
Template: Labels filled out from left to right
This section explains how to set up a template to generate output pages with multiple labels arranged in the sequence below (left to right): (If you prefer to fill the labels from top to bottom instead, please refer to the section, Template: Labels ...
Template: Labels filled out from top to bottom
This section explains how to set up a template to generate output pages with multiple labels in the sequence displayed below (top to bottom): (If you prefer to fill out the labels from left to right, please refer to the section, Template: Labels ...
Template: Make room for total on last page
If you're working with a standard business document, you're likely using the header and footer in your template. A simple example is provided in the section, Template: Header, footer and body area. However, you might have a specific requirement for ...
Template: Large header on page 1 only
When designing a business document, such as an invoice, you may want a large header on the first page and a much smaller header on the following pages. In the section below, you can learn how to create a flexible header to achieve this. First, let's ...
Template: Header, footer and body area
If you're looking to create a standard business document, you'll likely want to define a header, footer, and body area in your template. When you first create a new template, then you only have one container in the page element. All of the design ...
Popular Articles
REST webservice basic example
Below a simple setup is done to illustrate how the REST webservice basic can be setup. The example below can be run without any programming at all. First a simple template to prove, that the workflow has worked and returned a PDF: The template is ...
XPath
In InterFormNG2, you use the language XPath for referencing data from the XML file. There are many sources of information if you want to learn more about XPath, but you can also simply read the few examples below to get a good idea of how it can be ...
Release log
This is the list of the InterFormNG2 releases and the major new features in each release: Version 4.0.0 Important: InterFormNG2 now runs on Java 17. So you need to install Java 17 on Linux and the IBM i platform, if you want to InterFormNG2 on either ...
Aligment options for fixed positioned elements
There are several ways to align fixed positioned elements in the designer: (This lists alignment options for fixed positioned elements only. All alignment options are covered here.) 1.You can enable a grid, resize the lines of the grid and the fixed ...
Text element
If you want to insert any kind of text in InterFormNG2, then you should use the text element. You can insert a new text element if you click on this icon: The data, that you can output as text are these types: 1.A text constant. 2.Drag nodes from an ...