|
Ean128
OverviewGS1-128 is an implementation of Code 128 which carries GS1 formatted data. VariantsGS1-128 Composite is a variant that should be used when a CC-A, CC-B or CC-C GS1 composite 2D component is required. GS1-14 is a variant that should be used when encoding a 14 digit GTIN. SSCC-18 is a variant that should be used when encoding a 18 digit SSCC. Invoking
ExamplesGTIN 95012345678903; Weight 0.123kg: 0 0 moveto ((01)95012345678903(3103)000123) (includetext) /gs1-128 /uk.co.terryburton.bwipp findresource exec
GTIN 0061414199996; Expiration date 1st Jan 2010; Batch 123ABC; Serial 1234567890: 0 0 moveto ((01)0061414199996(17)100101(10)123ABC(21)1234567890) (includetext) /gs1-128 /uk.co.terryburton.bwipp findresource exec
| |