I am currently trying to construct a barcode reader that will input a number of characters and output it into a barcode format mainly MAXICODE but also UK barcodes ans Australian barcodes
any ideas ??
Printable View
I am currently trying to construct a barcode reader that will input a number of characters and output it into a barcode format mainly MAXICODE but also UK barcodes ans Australian barcodes
any ideas ??
get a copy of the barcode fonts you need for your project , install the
and when you want to out put data in barcode format select the barcode font
you can also test it in like word or word pad by selecting the barcode font
then just type.
Here is some source of printing 2D barcodes in ASP.NET Web forms. have a see!