Barcodes
Compatibility
✅ 107 industry-standard barcode formats are supported for PDF
, DOCX
, ODT
, XLSX
, ODS
, ODP
, and ODG
documents.
There are 2 ways to insert a barcode:
✅ as dynamic image: the recommended solution to generate industry-standard barcodes
❌as font: not recommended to use, and only 4 barcodes are supported
Both solutions need the :barcode(type)
tag in the template.
The prototype of the formatter:
barcode( type )
Generate a barcode as an image.
Parameters
Description
Type
type
Barcode type: ean13
, ean8
, code128
, code39
, gs1-128
, qrcode
, swissqrcode
, and more...
string
Last updated