Create 2D barcodes Code128, Data Matrix, QRCode or Aztec in JavaScript, MS Office or OpenOffice
  • JavaScript 34.9%
  • Python 34.5%
  • HTML 28.3%
  • CSS 2.3%
Find a file
2023-07-27 22:53:06 +02:00
barcode.accdb fix to QRCode 2022-03-16 16:19:01 +01:00
barcode.css PDF417 added 2021-05-14 10:11:12 +02:00
barcode.html Email changed 2022-07-20 08:42:06 +02:00
barcode.js Updated PDF417 2021-10-11 20:47:06 +02:00
barcode.ods Coding improved 2020-07-28 20:28:54 +02:00
barcode.oxt Changed line width to zero 2023-07-27 22:53:06 +02:00
barcode.py Coding improved 2020-07-28 20:28:54 +02:00
barcode.xlsm Updated utf-8 2021-10-11 20:46:52 +02:00
easy.html PDF417 added 2021-05-14 10:43:54 +02:00
easybar.html V2.2 toPath improved 2021-06-08 07:19:49 +02:00
email.gif Email changed 2022-07-20 08:42:06 +02:00
index.html Email changed 2022-07-20 08:42:06 +02:00
kanji.js Coding improved 2020-07-28 20:28:54 +02:00
kanji.py Coding improved 2020-07-28 20:28:54 +02:00
LICENSE Initial commit 2020-04-10 06:56:30 +02:00
README.md Update README.md 2021-05-18 23:56:00 +02:00

2D Barcode Generator

Data Matrix, QR, Aztec and Code 128 barcode creation by open source JavaScript program or office macros. Demonstration example page at GitHub

Features

  • Creates Data Matrix in square or rectangular pattern.
  • Creates QR or micro QR barcode symbols.
  • Creates Aztec, compact Aztec or Aztec rune barcodes.
  • Creates PDF417, compact PDF417 or micro PDF417 barcodes.
  • HTML, canvas, Scalable Vector Graphic or PNG/GIF pixel image output.
  • One short and compact program for all barcodes.
  • Available for office programs Excel, Access and Calc.
  • Automatic mode encoding and barcode size selection.
  • Algorithm could be easily adapted to individual requirements.
  • Free and open-source software program under MIT license.
  • size optimization for mixed data types in one symbol.
  • no handling of special codes like FNC1 or ECI.

Advantages

  • Universal: runs on every browser, operating system or platform.
  • Flexible: outputs vector or pixel images in adjustable design.
  • Adaptable: modify or convert simple source code to your own desire.

The algorithm is available as Jasvascript: barcode.js.

For MS Office it is available as Excel: barcode.xlsm and Access: barcode.accdb.

And for Open/LibreOffice it is available as Calc: barcode.ods.

Go do something cool with it.

Information about barcodes

BarMatrixCode The Bar- and Matrixcode information (german)

Data Matrix

Wikipedia Data Matrix

ISO/IEC 16022:2006, Data Matrix barcode symbology specification (CHF 198.-)

Grandzebu Accueil, The Datamatrix code

Barcode Coder, Data Matrix specification

American Mathematical Society, Crypto Graphics

QR

Wikipedia QR code

Denso Wave, the Inventor of QR Code

ISO/IEC 18004:2006, QR Code 2005 barcode symbology specification (CHF 198.-)

Wikiversity, Reed-Solomon codes for coders

Thonky QR Code Tutorial

RedTitan

Aztec

Wikipedia Aztec code

ISO/IEC 24778:2008, Aztec Code barcode symbology specification (CHF 158.-)

Rit Service (web archive)

Programs

Barcode Writer in Pure PostScript

Zint Barcode Generator