Read PDF417 barcodes from images stored in PDF , TIFF, JPG and other image file formats. Process invoices, route incoming fax documents , index documents in scanning service bureaus and support critical production applications. No matter from which source you obtain the images: Fax server, document scanner, camera or microfilm scanner, ClearImage PDF417 will read them:
- In any orientation – horizontal, vertical, diagonal or skewed
- In the whole image or specified area
- As many barcodes as are available on the image
- Even from poor quality images.
For the highest reliability of your business process and to avoid issues associated with barcode fonts, use Inlite's Barcode Generation tools.
The ClearImage PDF417, included in the ClearImage SDK, is designed to minimize your time to market and to reduce your operating costs:
Easy evaluation. Try PDF417 barcode recognition with your own images in ClearImage Demo. To start evaluation download free ClearImage SDK
Rapid development. Start with the source code examples in C#, VB.NET, Visual Basic (VB6), C++, ASP, PHP, Delphi. Use intuitive .NET or COM API without obscure parameters.
For example, these few lines of C# code read all PDF417 barcodes in a PDF file:
using Inlite.ClearImageNet;
...
BarcodeReader reader = new BarcodeReader();
reader.Pdf417 = true;
foreach (Barcode bc in reader.Read("test.pdf"))
MessageBox.Show("Value=" + bc.Text); |
Reliable operation. ClearImage PDF417 is easy to install in production environment, where it delivers proven reliable results.
Quick answers. At Inlite Research, developers respond to your support queries. Contact our development team to get an expert advice typically within 24 hours.
|