QR_GS1

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:

 

NG2QR_GS20001

 

The parameters are:

(The headers are links to the common description).

 

Data

The data, that you want to put into the barcode. Use the vertical pipe (|), if you want to insert the special FNC1 character. You should only insert the FNC1 character when needed as a delimiter of a value, that does not have a fixed length.

 

This value can e.g. be used as input:

(01)12345678901234(21)123456|(10)ABC123.

 

Check out the section, GS1 and EAN barcodes in general for more information and troubleshooting.

 

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.

    Notice: Help Center Transition Update

    As of January 13, 2025, we are excited to announce that our new Help Center is in the final stages of development. While the Knowledge Base is already accessible, our current JIRA system will continue to manage support tickets during this transition period. For assistance with InterForm Output Management Software, please refer to the Support for InterForm Output Management Software.

    We appreciate your patience and understanding as we work to enhance your support experience. If you have any questions or encounter any issues, please do not hesitate to reach out via the existing support channels.

    Best regards,
    The InterForm Support Team


      • Related Articles

      • QR

        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 ...
      • 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 ...
      • 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 ...
      • 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 ...