Overview
Code 25 is a simple low density numeric symbology.
Invoking
- The data consists of any number of digits.
- The includecheck option calculates the check digit.
- The version option determines which variant of the symbology to use:
- version=industrial (default) - Industrial 2 of 5.
- version=iata - IATA 2 of 5
- version=datalogic - Data Logic 2 of 5
- version=matrix - Matrix 2 of 5
- version=coop - COOP 2 of 5
Examples
0 0 moveto (01234567) () /code2of5 /uk.co.terryburton.bwipp findresource exec
0 0 moveto (01234567) (version=iata includetext includecheck includecheckintext) /code2of5 /uk.co.terryburton.bwipp findresource exec