Barcode Generation
generateBarcode
Example: Simple QR Code
# type
qrcode
# text
https://heisenware.comExample: Styled Code 128 Barcode
# type
code128
# text
Heisenware Rocks!
# options
scale: 3
includeText: true
textAlign: center
barColor: 0F7180
textColor: 0F7180Example: Rotated EAN-13 Barcode
Last updated