|
PDF I/O licenses are required for any operations with image files other than reading barcodes.The extracted or rendered images are available for image processing (tools and repair) and can be stored back after processing in PDF or other format. While barcode recognition engines include ability to read barcodes from images encapsulated in PDF file, ClearImage PDF I/O enables barcode recognition from document generated by applications as well. With both reading and writing capabilities, ClearImage PDF I/O provides for easy interchange between PDF and other imaging formats, like TIFF, JPG, etc.
The ClearImage , included in the ClearImage SDK, is designed to minimize your time to market and to reduce your operating costs:
Easy evaluation. Try opening, processing image and barcode recognition in your own PDF files 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 deskew pages in PDF file
using Inlite.ClearImageNet;
...
ImageIO io = new ImageIO();
ImageEditor oEditor =
new ImageEditor(io.Open("test.pdf", 1));
oEditor.AutoDeskew();
io.SaveAs(oEditor.Bitmap, "testOut.pdf"); |
Reliable operation. ClearImage PDF I/I/O is easy to install in production environment, where it delivers proven reliable results.
|