Code 25 - bwipp/postscriptbarcode GitHub Wiki
Code 2 of 5 is a simple low density numeric barcode symbology.
Also known as: Code 25, Industrial 2 of 5, Standard 2 of 5
Variants:
- IATA 2 of 5, Computer Identics 2 of 5.
- Datalogic 2 of 5.
- Matrix 2 of 5.
- COOP 2 of 5.
- The data consists of any number of digits.
- The includecheck option calculates the check digit.
-
Deprecated: The version option determines which variant to use:
-
version=industrial
(default) - Industrial 2 of 5. -
version=iata
- Deprecated: Use IATA 2 of 5 -
version=datalogic
- Deprecated: Use Datalogic 2 of 5 -
version=matrix
- Deprecated: Use Matrix 2 of 5 -
version=coop
- Deprecated: Use COOP 2 of 5
-
Data: 01234567
Options:
Encoder: code2of5