Barcode for Documents (BFD) Engine is a set of COM and .NET components for generating barcodes in user applications. Generates Code39, Code 128, Code 93, DataMatrix, PDF417. Easy-to use API allows barcode generation with few lines code. Use barcode configuration string generated by Visual Barcode Designer. Barcodes can be created within user application, in PDF, Word or may other document. .
Barcode for Documents (BFD) Engine is designed to minimize your time to market and to reduce your operating costs:
Easy evaluation. Try barcode recognition with your own images in Visual Barcode Designer . To start evaluation download free Download VBD.
Rapid development. Develop code in no time with intuitive .NET or COM API. Start with code example and instructions for use in C#, VB.NET, Visual Basic (VB6), ASP.NET, Word MailMerge, PDF documents.
For example, these few lines of C# code generate a fully optimized barcode, then save it in file a TIFF file:
using Inlite.BarcodeGenerator;
using System.Drawing;
...
Barcode gen = new Barcode();
gen.Configure(configString); // Use string from VBD
Bitmap bmp = gen.CreateBarcode(userData);
bmp.Save ("bc.tif", // Save as TIFF
System.Drawing.Imaging.ImageFormat.Tiff); |
Reliable operation. BFD Runtime Engine is easy to install in production environment, where it delivers proven reliable results.
|