Skip to main content

EAN-13

EAN-13 encodes a 13-digit European Article Number. The check digit (last digit) is calculated automatically if omitted.

Mandatory properties

The following properties are available in addition to the common label object properties and common barcode properties.

PropertyTypeDescription
typestringMust be EAN-13.
textstring12 or 13 digits. May contain dynamic text.
barHeightnumberBar height.

Example

{
"type": "EAN-13",
"x": 10.0,
"y": 10.0,
"text": "5901234123457",
"barHeight": 20.0,
"barWidth": 0.33
}