
miscellaneous
Barcode
February 18, 2006
Why
A while back I needed to print Barcode labels directly from some .NET software. There were no free solutions.
What
This is a simple port of the Code128 algorithm from GNU barcode to .NET written in C#. There is also a port to Java. The library is designed to be extensible so as to enable further 1d encodings to be added. The .NET version of the library has been heavily tested in a real production environment.
Downloads
This project is hosted on sourceforge. The source, which contains an example test program can be downloaded from there using the links below.
- Barcode .NET - The .NET version of the library
- BarcodeJ - The Java version of the library
Binaries can be downloaded here: