If you want to insert a QR barcode in a template, then you need to insert a barcode element, then you need to select it as the barcode type, after you have selected the barcode element:
The parameters are:
(The headers are links to the common description).
- Data
The data, that you want to put into the barcode. - Preview placeholder
Here you can enter a text constant for the data, that you want to use for the barcode in the result view in the designer. - Module width
The width of the small squares of the barcode. - Encoding
How the data is to be encoded in the barcode. The barcode scanner needs to support the encoding. The possible values are:
UTF-8 This is recommended. With this you can put as good as any character into the barcode, but the scanner also need to support UTF-8.
ISO-8859-1 This is a very limited character set (same as Latin 1) and only the characters included can be included. Details can be found here: https://en.wikipedia.org/wiki/ISO/IEC_8859-1
Shift_JIS A special japanese standard. Refer to this for details: https://en.wikipedia.org/wiki/Shift_JIS - Module width
The height and width of the small boxes/modules, that make up the barcode. This is rounded to up to a whole number of dots in the selected output resolution (DPI). For the mime types, ZPL and Direct protocol the resolution/DPI is set on the printer and for PCL/PDF output the resolution is set on the template element in the template. - Error correction
The error correction of the barcode i.e. how error proof or redundant the barcode is to be. The larger the value the larger the barcode will be. - Barcode version
If this is blank or 0, then the barcode will grow as more data is added. If you set a value other than 0, then the barcode will get a fixed size. The amount of supported data is then limited by this size. - Error handling
How InterFormNG2 should react, if the data used cannot be converted into the barcode e.g. because of unsupported characters.
Examples of how to use a QR barcode
You can use QR barcodes to make it possible for a customer to simply scan the barcode and then easily perform an action on the device, that has scanned the barcode.
Link to a phone number
If you e.g. want to send a link to a phone number, then you can simply precede the phone number with this special character: ☎
This means, that if you insert this in a QR barcode: ☎12345678, then the device will consider this a link to the phone number 12345678.
A special QR barcode is the QR barcode for Swiss invoices.
Related Articles
QR_CH
InterFormNG2 is able to create special QR barcodes for Swiss invoices. The procedure to add such a barcode is included below. If you want to insert such a QR_CH barcode in a template, then you need to insert a barcode element, then you need to select ...
QR_GS1
With InterFormNG2 you can insert the GS1 version of the QR barcode. You need to ensure, that the input data fits the GS1 requirements. The parameters are: The parameters are: (The headers are links to the common description). Data The data, that you ...
ng:hexToUtf8
This section explains the built-in XPath function: ng:hexToUtf8(hexValue) Returns the UTF-8 characters that are specified as the hexValue input string (must be the hex codes of the characters' byte-sequence in UTF-8 encoding). For the 2D barcodes ...
Insert line breaks in a 2D barcode
You have two options, if you want to insert a line break in a 2D barcode (like PDF417, Datamatrix and QR barcodes): 1.If you want to insert a simple line break with the full Carriage Return (CR) and Line Feed (LF), then you can insert a line break by ...
GS1 and EAN barcodes in general
This section covers the data, that can be used in the GS1 (same as EAN) barcodes in InterFormNG2. The related barcodes are: EAN-128 (same as GS1-128) QR-GS1 Only partially relevant for the GS1-Datamatrix: Here you can redefine the FNC1 trigger and ...