-
Notifications
You must be signed in to change notification settings - Fork 1.1k
codabar
Johan Lindell edited this page Sep 18, 2016
·
1 revision
Codabar is an old barcode type that can encode numbers and a number of special characters (–, $, :, /, +, .).
You can set start and stop characters to A, B, C or D but if no start and stop character is defined A will be used.
JsBarcode("#barcode", "1234567890", {
format: "codabar"
});JsBarcode("#barcode", "C1234567890D", {
format: "codabar"
});- Home
- Options
- Setup
- Browser Setup
- Node Setup
- Barcodes
- CODE128
- EAN / UPC
- CODE39
- ITF-14
- MSI
- Pharmacode
- Codabar

