Plain English

A barcode format record using EAN-13 symbology. EAN-13 is the standard barcode for retail products worldwide (the 13-digit number under the barcode on most products). Data must be exactly 12 digits; the check digit is calculated automatically.

When to use

For retail product labelling where a 13-digit European Article Number is required.

Syntax

RFwhSSSrrrrccccDATA

Parameters

ParameterDescription
RRotation: 1 (0 deg), 2 (90 deg), 3 (180 deg), 4 (270 deg)
FBarcode type identifier for EAN-13 (note: F is also the font field position)
wNarrow bar width multiplier (1-9)
hWide bar width multiplier (1-9)
SSSBarcode height in dots (3 digits, zero-padded)
rrrrRow position in dots (4 digits, zero-padded)
ccccColumn position in dots (4 digits, zero-padded)
DATA12 digits (check digit is auto-calculated)

Example

1F1100800300050978020137962

EAN-13 barcode at row 300, column 50, height 80 dots

Try it in the playground View all DPL commands