mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-03 08:28:44 -04:00
New symbology: DPD Code (variation of Code 128)
This commit is contained in:
parent
42e866c889
commit
13f4a3547d
6 changed files with 129 additions and 32 deletions
|
@ -313,6 +313,7 @@ Numeric Value | Barcode Name
|
|||
90 | Dutch Post KIX Code
|
||||
92 | Aztec Code
|
||||
93 | DAFT Code
|
||||
96 | DPD Code
|
||||
97 | Micro QR Code
|
||||
98 | HIBC Code 128
|
||||
99 | HIBC Code 39
|
||||
|
@ -1087,6 +1088,7 @@ Value |
|
|||
90 | BARCODE_KIX | Dutch Post KIX Code
|
||||
92 | BARCODE_AZTEC | Aztec Code
|
||||
93 | BARCODE_DAFT | DAFT Code
|
||||
96 | BARCODE_DPD | DPD Code
|
||||
97 | BARCODE_MICROQR | Micro QR Code
|
||||
98 | BARCODE_HIBC_128 | HIBC Code 128
|
||||
99 | BARCODE_HIBC_39 | HIBC Code 39
|
||||
|
@ -1536,6 +1538,12 @@ This option adds a leading '+' character and a trailing modulo-49 check digit
|
|||
to a standard Code 128 symbol as required by the Health Industry Barcode
|
||||
standards.
|
||||
|
||||
6.1.11.7 DPD Code
|
||||
-----------------
|
||||
Another variation of Code 128 as used by DPD (Deutsher Paket Dienst). Requires
|
||||
a 28 character alphanumeric input. Zint formats human readable text as
|
||||
specified by DPD and adds a modulo-36 check character.
|
||||
|
||||
6.1.12 GS1 DataBar (ISO 24724)
|
||||
------------------------------
|
||||
Previously known as RSS (Reduced Spaced Symbology) these symbols are due to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue