1 | --------------------------------------------------------------------------------
|
---|
2 | LazBarcodes
|
---|
3 | --------------------------------------------------------------------------------
|
---|
4 |
|
---|
5 | LazBarcodes is a set of controls to create 1D and 2D barcodes.
|
---|
6 | The backend engine is a port of Zint at sourceforge.
|
---|
7 |
|
---|
8 | Currently it supports the generation of the following barcode types:
|
---|
9 |
|
---|
10 | * 1D barcodes
|
---|
11 |
|
---|
12 | - Code 11 [https://en.wikipedia.org/wiki/Code_11]
|
---|
13 | - Code 128 [https://en.wikipedia.org/wiki/Code_128}
|
---|
14 | - UPC/EAN-128 [https://en.wikipedia.org/wiki/GS1-128]
|
---|
15 | - Matrix 2-of-5 [https://en.wikipedia.org/wiki/Matrix_2_of_5]
|
---|
16 | - DataLogic 2-of-5 [https://en.wikipedia.org/wiki/Matrix_2_of_5]
|
---|
17 | - IATA 2-of 5 [https://en.wikipedia.org/wiki/Industrial_2_of_5#IATA_2_of_5]
|
---|
18 | - Industrial 2-of-5 [https://en.wikipedia.org/wiki/Industrial_2_of_5]
|
---|
19 | - Interleaved 2-of-5 [https://en.wikipedia.org/wiki/Interleaved_2_of_5]
|
---|
20 | - ITF-14 [https://en.wikipedia.org/wiki/ITF-14]
|
---|
21 | - Code 3-of-9 (C39) [https://en.wikipedia.org/wiki/Code_39]
|
---|
22 | - Extended Code 3-of-9 (C39+) [https://en.wikipedia.org/wiki/Code_39#Full_ASCII_Code_39]
|
---|
23 | - LOGMARS (like C39)
|
---|
24 | - Code 93 [https://en.wikipedia.org/wiki/Code_93]
|
---|
25 | - Channel Code
|
---|
26 | - EAN-8 and EAN-13 [https://en.wikipedia.org/wiki/International_Article_Number]
|
---|
27 | - EAN-14
|
---|
28 | - ISBN [https://en.wikipedia.org/wiki/International_Standard_Book_Number]
|
---|
29 | - NVE-18
|
---|
30 | - UPC-A [https://en.wikipedia.org/wiki/Universal_Product_Code]
|
---|
31 | - UPC-E [https://en.wikipedia.org/wiki/Universal_Product_Code#UPC-E]
|
---|
32 | - Plessey[https://en.wikipedia.org/wiki/Plessey_Code]
|
---|
33 | - MSI/Plessey [https://en.wikipedia.org/wiki/MSI_Barcode]
|
---|
34 | - Telepen [https://en.wikipedia.org/wiki/Telepen]
|
---|
35 | - Telepen numeric
|
---|
36 | - Medical/pharmaceutical barcodes
|
---|
37 | - Codabar [https://en.wikipedia.org/wiki/Codabar]
|
---|
38 | - Code32
|
---|
39 | - Pharma one-track [https://de.wikipedia.org/wiki/Pharmacode_(Laetus)]
|
---|
40 | - Pharma two-track
|
---|
41 | - Pharmazentralnummer (PZN) [https://de.wikipedia.org/wiki/Pharmazentralnummer]
|
---|
42 | - Postal barcodes
|
---|
43 | - Australia Post (Customer, Reply Paid, Routing, Redirection)
|
---|
44 | [https://barcodeguide.seagullscientific.com/Content/Symbologies/Australia_Post_4-State_Barcode.htm]
|
---|
45 | - DAFT [https://www.neodynamic.com/barcodes/DAFT-4-state-Barcode.aspx]
|
---|
46 | - Deutsche Post IdentCode [https://barcodeguide.seagullscientific.com/Content/Symbologies/Identcode.htm]
|
---|
47 | - Deutsche Post LeitCode [https://de.wikipedia.org/wiki/Leitcode]
|
---|
48 | - FIM (Facing Identification Mark) [https://en.wikipedia.org/wiki/Facing_Identification_Mark]
|
---|
49 | - Japanese Post [https://barcodeguide.seagullscientific.com/Content/Symbologies/Japanese_Postal.htm]
|
---|
50 | - Dutch KIX code [https://nl.wikipedia.org/wiki/KIX-code]
|
---|
51 | - Korea Post [https://www.neodynamic.com/barcodes/Korea-Post-Barcode.aspx]
|
---|
52 | - PLANET code [https://en.wikipedia.org/wiki/Postal_Alpha_Numeric_Encoding_Technique]
|
---|
53 | - PostNet code [https://en.wikipedia.org/wiki/POSTNET]
|
---|
54 | - Royal Mail RM4SCC code [https://en.wikipedia.org/wiki/RM4SCC]
|
---|
55 |
|
---|
56 | * 2D barcodes
|
---|
57 |
|
---|
58 | - QR Code [ http://en.wikipedia.org/wiki/Qr_code]
|
---|
59 | - MicroQR [http://en.wikipedia.org/wiki/Qr_code#Variants]
|
---|
60 | - Aztec Code [http://en.wikipedia.org/wiki/Aztec_Code]
|
---|
61 | - Aztec Rune [http://en.wikipedia.org/wiki/Aztec_Code#Encoding]
|
---|
62 | - DataMatrix [http://en.wikipedia.org/wiki/Data_Matrix]
|
---|
63 | - PDF417 [https://en.wikipedia.org/wiki/PDF417]
|
---|
64 |
|
---|
65 | The download contains the packages "lazbarcodes" and "lazbarcodes_runtimeonly".
|
---|
66 | The first one gives you visual components of the above barcodes and the second
|
---|
67 | can be used just to access the ported zint code for advanced barcode generation.
|
---|
68 |
|
---|
69 | Author:
|
---|
70 | Jose Mejuto, Werner Pamler
|
---|
71 |
|
---|
72 | License:
|
---|
73 | BSD 3 as it is being inherited from the zint backend source code.
|
---|
74 |
|
---|
75 | wiki Page:
|
---|
76 | http://wiki.freepascal.org/LazBarcodes
|
---|
77 |
|
---|
78 | References:
|
---|
79 | - see above
|
---|