You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These are my settings:
JsBarcode("#barcode", 'T11314CIQ137111HA4AYETP', {
format: "CODE128",
fontSize: 14,
textMargin: 0,
margin: 0,
width: 1,
height: 60,
})
For some reason it's returning a different value in my application as the first barcode shows in the image. The second barcode was generated by the demo barcode generator using the same settings so not sure why they would be different. I've tried JsBarcode.code128.min.js and JsBarcode.all.min.js
The text was updated successfully, but these errors were encountered:
These are my settings:
JsBarcode("#barcode", 'T11314CIQ137111HA4AYETP', {
format: "CODE128",
fontSize: 14,
textMargin: 0,
margin: 0,
width: 1,
height: 60,
})
For some reason it's returning a different value in my application as the first barcode shows in the image. The second barcode was generated by the demo barcode generator using the same settings so not sure why they would be different. I've tried JsBarcode.code128.min.js and JsBarcode.all.min.js
The text was updated successfully, but these errors were encountered: