Share via


How can we generate and print a barcode stricker using c#

Question

Monday, April 23, 2012 7:55 AM

Hi all, my question is what I should do to create and draw a barcode sticker using C#.NET of any text or data.

I need product name, price etc in the barcode.

Thanks&regards

All replies (16)

Monday, April 23, 2012 8:00 AM ✅Answered | 5 votes

You can take a look to this article: http://www.codeproject.com/Articles/10162/Creating-EAN-13-Barcodes-with-C.

Marco Minerva [MCPD]
Blog: http://blogs.ugidotnet.org/marcom
Twitter: @marcominerva


Monday, April 23, 2012 10:47 PM | 2 votes

Here are C#.NET EAN Barcode Generator and C#.NET PDF417 2D barcode control. Hope it helps!


Tuesday, April 24, 2012 2:37 AM | 1 vote

Your product name is represented by number or use the real name. Some barcode is only to encode numeric digit. If you just use numbers, some linear barcode, like upc/ean barcode are good. If you want to use ABC… Code 39, EAN-128, Code 128 are good. You can google one product. Many barcode product always support C#.


Tuesday, April 24, 2012 3:52 AM | 1 vote

Actually, I guess your application also have defined the types of barcode to used. If not plz make sure it.


Tuesday, April 24, 2012 4:00 AM | 2 votes

you can use a barcode generator control library, and integrate it into your project in C#.NET. Please check this C#.NET Barcode Generating Component. Hope it helps.


Tuesday, April 24, 2012 9:32 AM | 1 vote

Barcode control and barcode font are all suit for you to generate barcode, the difference is that barcode control need some programming, while barcode font need to use Access. You may choose as you like.


Monday, May 7, 2012 2:28 PM | 1 vote

You can use IncrediBarcode from Incredisoft to generate Barcode images and add Barcode controls to your applications.


Monday, September 24, 2012 8:56 AM

Most barcode control and font online are chargeable. 


Friday, January 18, 2013 6:11 AM

Both the genrator barcode for asp.net and for winforms support C# (businessrefinery.com/products/barcode_asp_net/aspnet_barcode_generator.html)

Here is the sample coding :

using BusinessRefinery.Barcode;

QRCode barcode = new QRCode();
barcode.Code = "QR Code";
barcode.Resolution = 104;
barcode.Rotate = Rotate.Rotate180;
barcode.Format = ImageFormat.Gif;
barcode.drawBarcode2ImageFile("c:/qr-code-csharp.gif")You can adjust the barcode type, barcode size, as well as other properties.

Wednesday, January 30, 2013 3:24 AM

For the specific code, you can check this barcode generate site: http://www.rasteredge.com/online-barcode-generator/qr-code/, you can create any linear and 2d barcode in C#,and there are some useful code templates.


Thursday, March 14, 2013 3:23 AM

A barcode generator for .net version, with C#.NET support,

http://www.avapose.com/csharp_barcode/


Thursday, June 6, 2013 2:10 AM

well, I think both UPC-A and EAN-13 barcode can meet your requirement. So you can google C#.NET UPC-A or EAN-13 barcode generator sdk. Then you can get both free sample code or licensed third-party control.

I just picked one, hope it can help you a little

http://www.ehow.com/how_6798648_create-upc-barcodes.html-print-barcode-image


Saturday, June 8, 2013 1:15 AM

hello cathyhill345,

 I meet same problem, I use a free .net barcode component to create, draw and print barcode.

 hope help to you.


Wednesday, July 3, 2013 2:19 AM

This is a C# barcode implementation that may help you. Check out it!

http://www.keepautomation.com/guide/csharp_barcode_generator.html


Wednesday, September 24, 2014 10:19 AM

Hi,you can use some professional software like KA.Barcode for .NET Suite to generate barcode by using C#,i think this is the easiest way for you.


Wednesday, January 20, 2016 5:47 PM

This is a simple and free solution for  the patterns EAN-13 and EAN-14. Enjoy it!

http://ciajmistron.blogspot.com.br/2016/01/barcode-dun-14itf-14.html