Views: 14.8K
Replies: 5
Archived
|
.NET Code 39 creationI am working on an asp.net web application in C#. And I need to generate Code 39 barcode from the project. Which solution is better between barcode font and barcode library?
Jones Elmar, May 13, 2012
|
|
Reply 1I prefer .net barcode library to barcode font, especially for c# programming considered. From my exprience, BL Barcode for .NET is just one of many but I note it because it has a detail developer guide online. Here, Code 39 generation in .NET is supported, so I guess it may help you. This tool is free to download. Get the trial package for testing purpose.
Susanna Moore, Apr 11, 2013
|
|
Reply 2fonts is a common way to create barcodes. Install a Code 3 of 9 font on your machine. Then you are able to create Code 3 of 9 any application under that system
Mariah Lee, May 15, 2012
|
|
Reply 3.Net library for code 39 is better. But I am confused of some c# codes. Not good at it. You may choose one library with simple examples.
Frederic Smith, May 15, 2012
|
|
Reply 4I think barcode library maybe a better choice to generate code 39 in c#. I am using barcode library to generate my wanted barcodes, they are easy to read and save.
Kirk Brown, May 14, 2012
|
|
Reply 5If you are new to this, and want to make it with an easy way, font could be used. But barcode library does provide higher quality barcode.
Colby Gill, May 14, 2012
|