Barcode image number generating
a,b,c 3 label and 3 colum reading values convert barcodeimges.
scanner using read the barcode image values
a=10 b=20 c=20 Output values needed for excel document
row and colum 2 method output needed.
how to solve this program...plz help me...
Marvin ReidPosted Feb 16, 2022, 9:55 PM
PrabaSozhan RPosted Aug 22, 2014, 5:07 AM
PrabaSozhan RPosted Aug 22, 2014, 5:06 AM
PrabaSozhan RPosted Aug 22, 2014, 4:53 AM
Hristo PopovPosted Aug 21, 2014, 6:28 AM
Your question is not very clear. If you are creating an application and need to generate barcodes, there are fonts that you can use with the graphics object to draw a barcode on an image.
The problem is not all barcode types has font, so if the barcode type you need to write doesn't have a font, there are other ways to generate them such as this article:
http://www.codeproject.com/Articles/690035/Choosing-the-Right-Barcode-for-Your-Application
Alex SmithPosted Aug 20, 2014, 2:57 AM
I don't know what exactly you're going to achieve, but this article may help you generate barcode with a free barcode API..
http://www.c-sharpcorner.com/UploadFile/dacca2/generate-barcode-using-spire-barcode-library/
Dipankar BiswasPosted Aug 18, 2014, 8:19 AM