DUN-14
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=physical |subcat=Bar codes }} '''DUN-14''' is not actually a separate bar code symbology, but a numbering system for shipping containers which can be...") |
Dan Tobias (Talk | contribs) |
||
| Line 12: | Line 12: | ||
* [http://zbar.sourceforge.net/ ZBar bar code reader library: cross-platform] | * [http://zbar.sourceforge.net/ ZBar bar code reader library: cross-platform] | ||
* [http://code.google.com/p/zxing/ zxing (Zebra Crossing)] (barcode library for Java, ported to some other systems) | * [http://code.google.com/p/zxing/ zxing (Zebra Crossing)] (barcode library for Java, ported to some other systems) | ||
| − | |||
| − | |||
| − | |||
== References == | == References == | ||
* [http://www.activebarcode.com/codes/dun14.html DUN-14 info] | * [http://www.activebarcode.com/codes/dun14.html DUN-14 info] | ||
Revision as of 13:11, 11 July 2013
DUN-14 is not actually a separate bar code symbology, but a numbering system for shipping containers which can be represented as a bar code of some symbology. Currently this is usually EAN-14 (which is similar to Code 128), but ITF-14 has also been used.
Software
Developer libraries
- ZBar bar code reader library: cross-platform
- zxing (Zebra Crossing) (barcode library for Java, ported to some other systems)