Zint: Manual

6. Types of symbology

6.4 Two-Track Symbols

6.4.1 Two-Track Pharmacode

zint -b PHARMA_TWO --compliantheight -d "29876543"

Developed by Laetus, Pharmacode Two-Track is an alternative system to Pharmacode One-Track (see 6.1.9 Pharmacode) used for the identification of pharmaceuticals. The symbology is able to encode whole numbers between 4 and 64570080.

6.4.2 POSTNET

zint -b POSTNET --compliantheight -d "12345678901"

Used by the United States Postal Service until 2009, the POSTNET barcode was used for encoding zip-codes on mail items. POSTNET uses numerical input data and includes a modulo-10 check digit. While Zint will encode POSTNET symbols of up to 38 digits in length, standard lengths as used by USPS were PostNet6 (5-digit ZIP input), PostNet10 (5-digit ZIP + 4-digit user data) and PostNet12 (5-digit ZIP + 6-digit user data), and a warning will be issued if the input length is not one of these.

6.4.3 PLANET

zint -b PLANET --compliantheight -d "4012345235636"

Used by the United States Postal Service until 2009, the PLANET (Postal Alpha Numeric Encoding Technique) barcode was used for encoding routing data on mail items. PLANET uses numerical input data and includes a modulo-10 check digit. While Zint will encode PLANET symbols of up to 38 digits in length, standard lengths used by USPS were Planet12 (11-digit input) and Planet14 (13-digit input), and as with POSTNET a warning will be issued if the length is not one of these.