2D Barcode Functions

You can use the QR code or PDF417 2D barcode type in RTF templates. When you create an RTF template, use the qrcode or pdf417 functions to specify the barcode type. These functions don't require external fonts.

qrcode Syntax

<?qrcode: <DATA>; <SIZE>[; <CHARSET>]?>

where

DATA – Data to be encoded in the QR code format.

SIZE – QR code size dimension in points(pt).

CHARSET – (Optional) Character set for encoding the data. Default is UTF8.

pdf417 Syntax

<?pdf417: <DATA>[; <XSCALE>[; <COLUMNS>[; <ROWS>[; <CHARSET>]]]]?>

where

DATA – Data to be encoded in the PDF417 format.

XSCALE – Point(pt) per PDF417 module width. Default is 1 (1pt per module).

COLUMNS – The number of columns to be used in the generated PDF417 symbol. Default is -1.

ROWS – The number of rows to be used in the generated PDF417 symbol. Default is -1.

CHARSET – (Optional) Character set to be used to encode data with the Byte compaction mode. Specify CHARSET only if the data contains non-Latin-1(ISO-8859-1) characters.