Skip to main content

EAN-8

EAN-8 encodes a shortened 8-digit EAN barcode. 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-8.
textstring7 or 8 digits. May contain dynamic text.
barHeightnumberBar height.

Example

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