My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Ean128  
Updated Mar 1, 2012 by terry.burton

Overview

GS1-128 is an implementation of Code 128 which carries GS1 formatted data.

Variants

GS1-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

Examples

GTIN 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

Powered by Google Project Hosting