egroupware/api/js/jquery/barcode
2016-04-07 10:38:05 +00:00
..
changelog.txt moving all - non ancient ;-) - js files to api/js 2016-04-07 10:38:05 +00:00
jquery-barcode.js moving all - non ancient ;-) - js files to api/js 2016-04-07 10:38:05 +00:00
jquery-barcode.min.js moving all - non ancient ;-) - js files to api/js 2016-04-07 10:38:05 +00:00
readme.md moving all - non ancient ;-) - js files to api/js 2016-04-07 10:38:05 +00:00

jquery-barcode

Presentation

This plugin allows you to display barcodes on your website using jQuery.

Licence

GPL v3 CeCILL

Features

Symbologies

  • standard 2 of 5 (std25)
  • interleaved 2 of 5 (int25)
  • ean 8 (ean8)
  • ean 13 (ean13)
  • upc (upc)
  • code 11 (code11)
  • code 39 (code39)
  • code 93 (code93)
  • code 128 (code128)
  • codabar (codabar)
  • msi (msi)
  • datamatrix (datamatrix)

Output :

  • CSS (compatible with any browser)
  • SVG inline (not compatible with IE)
  • BMP inline (not compatible with IE)
  • CANVAS html 5 (not compatible with IE)