Barcode Generator #
https://github.com/alt236/Barcode-Generator-C-Sharp
Download: here
Description #
This application will allow you to produce barcodes either individually, or based on a script file.
It supports QRCode, EAN 9 and EAN 13.
I use this application to easily produce the QRCodes that link my Android applications to the Android Market.
It is released under GPL. And was developed in C# 2008.
Screenshots #
Notes #
Keep in mind that the application does not ask before overwriting files. The script format can be found here.
Acknowledgements #
Uses the QRCode library found here: http://www.twit88.com/platform/projects/show/mt-qrcode and is based on the C# example of the toolkit.
Changelog #
- v0.0.0.1: First public release.