ITF 14 - bwipp/postscriptbarcode GitHub Wiki

ITF-14

ITF-14 is an implementation of the Interleaved 2 of 5 barcode symbology that is typically used to encode a GTIN-14, GTIN-13 or GTIN-12.

Also known as: UPC Shipping Container Symbol, SCS, UPC Case Code.

Standards: ISO/IEC 16390, ANSI/AIM BC2-1995 USS, BS EN 801, GS1 General Specifications.

Data and Options

  • The data consists of either thirteen or fourteen digits.
  • Arbitrary spacing may be placed between the digits to format the human readable text without interfering with the encoded data.
  • If thirteen digits are supplied then the check digit is calculated automatically. Otherwise the provided check digit will be verified.

Examples

Identical symbols, input provided with and without a check digit:

Data:    09528765432108
Options: includetext
Encoder: itf14
Data:    0952876543210
Options: includetext
Encoder: itf14

⚠️ **GitHub.com Fallback** ⚠️