-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Options
Johan Lindell edited this page Apr 24, 2016
·
24 revisions
The width option is the width of a single bar.
JsBarcode("#barcode", "Smallest width", {
width: 1
});
JsBarcode("#barcode", "Wider barcode", {
width: 3
});
The height of the barcode.
JsBarcode("#barcode", "Wider barcode", {
height: 150
});
JsBarcode("#barcode", "Smallest width", {
height: 25
});
Select which barcode type to use. Please check the wikipage of the different barcode types for more information.
JsBarcode("#barcode", "123456789012", {
format: "EAN13"
});
JsBarcode("#barcode", "123456789012", {
format: "CODE39"
});
- Home
- Options
- Setup
- Browser Setup
- Node Setup
- Barcodes
- CODE128
- EAN / UPC
- CODE39
- ITF-14
- MSI
- Pharmacode
- Codabar