Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.21 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.21 KB

JS BARCODES

A small library to create PDF417 barcodes (as in airline boarding passes) and QR-CODE (as in little pixelated squares) from JavaScript in a "human" way.

You can see the documentation and some samples here.

LICENSE

As some of the sources used below were licensed using LGPL3, this work is therefore licensed under the terms of the LGPL3 as well.

ORIGINAL WORKS

  • QR-Code library

  • License: MIT

  • Source: Google Code

  • Release: r358

  • PDF417 library

  • License: LGPL3 (derivative work of TCPDF)

  • Source: GitHub

  • Release: 313aa28e95

  • BCMath-JS library (needed bu PDF417, used unmodified)