DPD Barcode
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=physical |subcat=Bar codes |image=Dpd-barcode.png }} The '''DPD barcode''' is a variety of Code 128 that is used by the German shipping company D...") |
m (Updated link) |
||
Line 4: | Line 4: | ||
|image=Dpd-barcode.png | |image=Dpd-barcode.png | ||
}} | }} | ||
− | |||
The '''DPD barcode''' is a variety of [[Code 128]] that is used by the German shipping company DPD for package labeling and tracking. | The '''DPD barcode''' is a variety of [[Code 128]] that is used by the German shipping company DPD for package labeling and tracking. | ||
Line 17: | Line 16: | ||
== Developer libraries == | == Developer libraries == | ||
* [http://zbar.sourceforge.net/ ZBar bar code reader library: cross-platform] | * [http://zbar.sourceforge.net/ ZBar bar code reader library: cross-platform] | ||
− | * [ | + | * [https://github.com/zxing/zxing zxing (Zebra Crossing)] (barcode library for Java, ported to some other systems) |
== Utilities == | == Utilities == |
Latest revision as of 21:21, 23 October 2015
The DPD barcode is a variety of Code 128 that is used by the German shipping company DPD for package labeling and tracking.
Contents |
[edit] Standards
- DPD Parcel Label Specification (English)
- Spezifikation DPD und primetime Paketversand (German)
[edit] Software
[edit] Developer libraries
- ZBar bar code reader library: cross-platform
- zxing (Zebra Crossing) (barcode library for Java, ported to some other systems)