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. .
(BFD) Engine is designed to minimize your time to market and to reduce your operating costs:
Try barcode recognition with your own images in Visual Barcode Designer . To start evaluation download free Download VBD.
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);
// Save as TIFF
bmp.Save ("bc.tif", System.Drawing.Imaging.ImageFormat.Tiff);
BFD Runtime Engine is easy to install in production environment, where it delivers proven reliable results.
VBD and the BFD SDK provide a free, unlimited evaluation period of 60 days. However, unlimited production use requires a runtime license on each computer which executes the software.
At Inlite Research, developers respond to your support queries. Contact our development team to get an expert advice typically within 24 hours.