Template examples
Solution to: Label is partially cut off
This section can be used as an aid if you experience, that parts of a template is missing in your print outs, when you print out labels on label printers. Prerequisites: First make sure, that the printer has been calibrated. So if you have not ...
Optimal label rotation in the designer
This section contains recommendations for setting up labels, that are to be printed on a label printer. Label printers have a limited width and often labels are printed out, that are wider than the printer head. Many label printers have e.g. a print ...
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 ...
High Availability setup
For multi-server installations with high availability, we support an active-active setup with multiple active application server instances, supported by a shared relational database. A load balancer should be in front, to distribute HTTPS requests ...
IBM MQ send message
To send a message to an IBM MQ as part of a workflow, insert a new component at the point in the workflow where you want to send the message. From the "Advanced" components tab select "IBM MQ send message" to send a message to an IBM MQ. Note that ...
To email server
The advanced output workflow component, to email server is able to send out an email, that you have already configured via one of the tenant email servers. The input payload for this component can be eml or even text or html - as long as the email ...
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 ...