LazBarcodes

From Lazarus wiki
Revision as of 06:14, 13 March 2018 by Tr escape (talk | contribs) (→‎Download: Link editing)
Jump to navigationJump to search

About

LazBarcodes is a set of controls to create 1D and 2D barcodes. The backend engine is a port of Zint at sourceforge.

Currently it supports the generation of 2D barcodes :

Tbarcodeqr.png QR Code [1]

Tbarcodemicroqr.png MicroQR [2]

Tbarcodeaztec.png Aztec Code [3]

Tbarcodeaztecrune.png Aztec Rune [4]

Tbarcodedatamatrix.png DataMatrix [5]

The download contains the packages "lazbarcodes" and "lazbarcodes_runtimeonly". The first one gives you visual components of the above barcodes and the second can be used just to access the ported zint code for advanced barcode generation.

Screenshot

  • None by now.

Author

2011 - Jose Mejuto

License

BSD 3 as it is being inherited from the zint source code.

Download

The latest source code can be found on Lazarus-CCR

Change Log

  • v1.0.2: Change of license from GPL to BSD
  • Initial development.

Dependencies / System Requirements

  • None

Status: In development

Issues: None by now.

Installation

  • Step 1: Compile the package "lazbarcodes_runtimeonly".
  • Step 2: Install the package "lazbarcodes".

Final notes

If you need the generation of another barcode and it is present in Zint, please ask for it in the Lazarus forum or mailing lists.