C# PDF-417 Barcode Reader Library
How to read PDF-417 in C# ASP.NET, MVC, Windows apps?

C#.NET PDF-417 Barcode Reader for .NET, C#, ASP.NET & VB.NET


  • Totally compiled in Visual C#.NET 2.0
  • Compatible with .NET 2.0, 3.0, 3.5 and later version
  • Have fast reading speed
  • Support reading distorted PDF-417 barcode images
  • Read PDF-417 barcodes from all angles
  • Scan multiple PDF-417 barcodes in a single image file
  • Support GIF, JPEG, PNG & TIFF formats
Download PDF-417 .NET Barcode Reader
We offer free evaluation version of KA.Barcode Reader for .NET online. Download and unzip it:
  • KeepAutomation.BarcodeReader.dll
  • End user license agreement
  • User manual, and order page
Note: With the evaluation of .NET Barcode Reader offered online, users can scan multiple linear and 2D barcode images in .NET projects. But the evaluation version of our .NET barcode reader decodes the first character of a barcode symbology randomly.
.NET PDF-417 Barcode Reader User Manual
  1. Add reference KeepAutomation.BarcodeReader.dll to your project.
  2. Apply the following C# & VB demo codes below.
C# Sample code
     using KeepAutomation.BarcodeReader;
String[] datas = BarcodeReader.readBarcode("C:\barcode.tiff", BarcodeType.PDF417);
VB Sample code
     Imports KeepAutomation.BarcodeReader  
Dim datas As [String]() = BarcodeReader.readBarcode("C:\barcode.tiff", BarcodeType.PDF417)
.NET Barcode Reader Licenses & Prices