Skip to content

GS1 DataMatrix

Terry Burton edited this page Mar 26, 2014 · 22 revisions

#summary Reference for GS1 DataMatrix

=GS1 DataMatrix=

GS1 DataMatrix is an implementation of the [DataMatrix Data Matrix] (ECC 200) barcode symbology with GS1 formatted data.

Standards: ISO/IEC 16022, ANSI/AIM BC11 ISS, GS1 General Specifications.

===Data and Options===

  • The data field input is provided in [Gs1AiFormat GS1 Application Identifier standard format] starting with the mandatory (01) Application Identifier.
  • The columns and rows options are used to specify the size of the symbol, either square or rectangular, one of:
    • Square: 10x10, 12x12, 14x14, 16x16, 18x18, 20x20, 22x22, 24x24, 26x26, 32x32, 36x36, 40x40, 44x44, 48x48, 52x52, 64x64, 72x72, 80x80, 88x88, 96x96, 104x104, 120x120, 132x132, 144x144
    • Rectangular: 8x18, 8x32, 12x26, 12x36, 16x36, 16x48
  • If the columns and rows are unspecified, the encoder will default to creating a (non-rectangular) symbol that is the minimum size to represent the given data.

===Example===

{{{ 0 0 moveto ((01)95012345678903(3103)000123) () /gs1datamatrix /uk.co.terryburton.bwipp findresource exec }}}

http://wiki.postscriptbarcode.googlecode.com/git/images/gs1datamatrix-1.png


Symbologies Reference

Point of Sale

GS1 DataBar

Supply Chain

Two-dimensional Symbols

One-dimensional Symbols

Postal Symbols

Pharmaceutical Symbols

Less-used Symbols

GS1 Composite Symbols

Raw Symbols

Partial Symbols

Clone this wiki locally