Codabar
From Just Solve the File Format Problem
(Difference between revisions)
m (Updated link) |
Dan Tobias (Talk | contribs) |
||
Line 2: | Line 2: | ||
|formattype=physical | |formattype=physical | ||
|subcat=Bar codes | |subcat=Bar codes | ||
+ | |wikidata={{wikidata|Q1105508}} | ||
|image=Codabar.png | |image=Codabar.png | ||
|released=1972 | |released=1972 | ||
Line 14: | Line 15: | ||
== Developer libraries and modules == | == Developer libraries and modules == | ||
* [https://github.com/zxing/zxing zxing (Zebra Crossing)] (barcode library for Java, ported to some other systems) | * [https://github.com/zxing/zxing zxing (Zebra Crossing)] (barcode library for Java, ported to some other systems) | ||
+ | * [https://github.com/kreativekorp/barcode barcode.php] | ||
== Utilities == | == Utilities == |
Revision as of 14:12, 26 May 2019
Codabar (or "Code-a-bar") is one of the older bar code formats (or symbologies), dating to 1972, when it was developed by Pitney-Bowes. It was designed to be printable on dot-matrix printers and typewriter-like impact printers. This format has been used in libraries, FedEx airbills, and blood banks.
Symbols consist of a set of 4 bars and 3 spaces, each of which can be wide or narrow, separated by narrow spaces from adjacent symbols. The character set comprises 20 different characters, of which 12 are the "basic" set (numbers, dash, and $) and are encoded in combinations which include one wide bar and one wide space, and 4 (:/+.) have 3 wide bars with no wide spaces, and 4 start/stop symbols have one wide bar and two wide spaces.
Contents |
Software
Developer libraries and modules
- zxing (Zebra Crossing) (barcode library for Java, ported to some other systems)
- barcode.php