Piro77 / jquery-barcode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jquery-barcode

This is a repository to install jquery-barcode using bower: bower install jquery-barcode --save

 *  BarCode Coder Library (BCC Library) 
 *  BCCL Version 2.0
 *
 *  Porting : jQuery barcode plugin
 *  Version : 2.1
 *
 *  Date    : 2014-04-15
 *  Author  : DEMONTE Jean-Baptiste <jbdemonte@gmail.com>
 *            HOUREZ Jonathan
 *
 *  Web site: http://barcode-coder.com/
 *  dual licence :  http://www.cecill.info/licences/Licence_CeCILL_V2-fr.html
 *                  http://www.gnu.org/licenses/gpl.html

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)

About