Skip to content

Deutsche Post Identcode

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

#summary Reference for Deutsche Post Identcode

=Deutsche Post Identcode=

Deutsche Post Identcode is an implementation of the Interleaved 2 of 5 barcode symbology that is used by German Post for mail routing.

Also known as: DHL Identcode.

===Data and Options===

  • The data consists of a consecutive string of 11 or 12 numbers consisting of:
    • 2 digit primary distribution centre identifier
    • 3 digit customer identifier
    • 6 digit mail piece identifier
    • 1 digit check digit (may be omitted)
  • If 11 digits are supplied then the check digit is calculated automatically. Otherwise the provided check digit must be correct.

===Example===

Identical symbols, input provided with an without a check digit:

{{{ 0 0 moveto (563102430313) (includetext) /identcode /uk.co.terryburton.bwipp findresource exec }}}

{{{ 0 0 moveto (56310243031) (includetext) /identcode /uk.co.terryburton.bwipp findresource exec }}}

http://wiki.postscriptbarcode.googlecode.com/git/images/identcode-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