Skip to content

EAN UPC Add ons

Terry Burton edited this page Jan 31, 2026 · 16 revisions

EAN-UPC Add Ons

addontextfont

The font name of the add on text.

Notes

  • The font name must be the literal name of a PostScript available font.
  • These options must be used in combination with the includetext option.

addontextsize

The size of the add on text, in points

Notes

  • These options must be used in combination with the includetext option.

addontextxoffset

Overrides the default horizontal positioning of the add on text.

addontextyoffset

Overrides the default vertical positioning of the add on text.

Examples

ISBN-13 with a 5-digit add-on using a custom font and text size:

Data:    978-1-56619-909-4 90000
Options: includetext addontextfont=Courier addontextsize=7
Encoder: isbn

EAN-13 with a 2-digit add-on with adjusted text positioning:

Data:    5012345678900 12
Options: includetext addontextxoffset=3 addontextyoffset=5
Encoder: ean13

Clone this wiki locally