Difference between revisions of "LazBarcodes"

From Lazarus wiki
Jump to navigationJump to search
(New page: === About === ''LazBarcodes'' is a set of controls to create 1D and 2D barcodes. The backend engine is a port of [http://sourceforge.net/projects/zint/ Zint] at sourceforge. Currently it ...)
 
(category)
Line 48: Line 48:
  
 
If you need the generation of another barcode and it is present in Zint, please ask for it in the [http://forum.lazarus.freepascal.org/ Lazarus forum] or mailing lists.
 
If you need the generation of another barcode and it is present in Zint, please ask for it in the [http://forum.lazarus.freepascal.org/ Lazarus forum] or mailing lists.
 +
 +
[[Category:Components]]

Revision as of 13:01, 26 July 2011

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

GPL 3.0 as it is being inherited from the zint source code.

Download

The latest source code can be found on Lazarus-CCR

Change Log

  • 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.