Skip to content

GS1 DataMatrix

Terry Burton edited this page Mar 28, 2016 · 16 revisions

GS1 DataMatrix

GS1 DataMatrix is an implementation of the 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 GS1 Application Identifier standard format starting with the mandatory (01) Application Identifier.
  • The format option is used to specify the shape of the symbol, either square (default) or rectangle.
  • The columns and rows options are used to specify the size of the symbol. Valid options are:
    • format=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
    • format=rectangle: 8x18, 8x32, 12x26, 12x36, 16x36, 16x48
  • If the columns and rows are unspecified the encoder will default to creating a symbol of the specified format 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


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