.NET Code128 and PDF417 Barcode Library

Can anyone recommend the barcode library for use in the .NET application library. I need one that supports:

  • Code128
  • PDF417
  • Perfectly optimized for .NET 4
  • Ideally open source, but a paid library is also acceptable

NOTE. I already saw the BarcodeRender project on codeplex - after recommendations

Thanks,

+4
source share
3 answers

Try Aspose.BarCode for .NET . This component allows you to create and read barcodes. It can work with Code128, PDF417 and many other symbols . You can even work with 2D barcodes. It works fine with .NET 4.0 on both 32/64-bit systems. It is not free, but provides many features along with quality support. You can download a trial version .

Disclosure: I work as an evangelist developer at Aspose.

+2
source

DISCLAIMER: I work for ByteScout currently

ByteScout BarCode SDK is a paid library, but generates both Code128 and PDF417 under the same license (some tools have separate licenses for Code128 and PDF417 generations)

+1
source

I have been working on a commercial software product that uses Neodynamic Barcode Professional for several years.

This is a set of commercial products, and they annoyingly divide it into technological lines (Barcode Professional "... for ASP.NET", "... for WinForms", etc., but it works well, and it supports the ones you specified .

I'm not sure what you need, "optimized for .NET 4." The API interaction for barcode generation should be pretty sharp and dry. Besides support for use in applications targeting .NET 4, what kind of optimization do you expect?

+1
source

Source: https://habr.com/ru/post/1345744/


All Articles