Barcode Reader And Generator SDK for .NET
 
Barcode Reader And Generator SDK for .NET is a 100% royalty-free Barcode reader and writer engine for developing applications. You can use it to Scan, Read and Generate Linear & 2D Barcode Images in .NET, ASP.NET, C#, VB.NET Applications. Barcode Reader And Generator SDK for .NET includes both Barcode Generator SDK and Barcode Reader SDK two parts.

Barcode Generator SDK for .NET is an advanced barcode writing SDK, which is a stand-alone library and can be compatible with any .NET programming. It's available for barcode encoding, creating and generating.

Barcode Reader SDK for .NET is a high quality & mature .NET Barcode Scanner SDK which scans and reads barcode images. It helps .NET, C#, VB.NET, ASP.NET developers integrate barcode scanning & reading features in .NET applications. Barcode Reader SDK is able to read barcodes from PDF, Postscript, TIFF, PNG, JPEG images from scanner, fax, camera. Read 1D barcodes (such as Code 39, Code 128, etc.) and 2D barcode: PDF417, DataMatrix, and QR code, etc.

Add to your document processing applications the ability to write and decode more than 30 industrial 1D and 2D barcode types in more than 90 document formats, including PNG, TIFF, Bitmap, Metafile (EMF, WMF), GIF, PSD and PDF, etc.

Barcode Reader And Generator SDK for .NET does not rely on any other third-party software.
   
Product Name
License Type
Price (USD)
Purchase
Download
Barcode Reader And Generator
SDK for .NET
Server License
$299.00
Purchase
Download
Developer License
$1500.00
Purchase
 
Highlighted features of the Barcode Generator SDK for .NET include:
  • Include components for desktop and web applications development: .NET class, WinForms Control, ASP.NET Web Image control, SSRS reporting service, ActiveX Interface to generate barcodes from Visual Basic 6, Classic ASP, Delphi, Javascript, Word and Excel VBA, etc.
  • Add barcodes to PDF documents (no other components are required).
  • Create almost all 1D barcodes types (including Code39, ISBN and many other), including supplemental EAN-2 and EAN-5 barcodes.
  • Support 2D barcodes: Aztec (2D), PDF417 (2D) , PDF417 truncated (2D), DataMatrix (2D with ECC200 error correction support), QR Code (2D).
  • Support GS1 barcodes (also known as RSS): GS1 Code 128, GS1 DataMatrix, GS1 Databar Omnidirectional, GS1 Databar Stacked, GS1 Databar Omnidirectional, GS1 DataBar Truncated.
  • Built-in automatic validation of barcode value.
  • Adjustable visual appearance: font, font size, foreground and background colors.
  • Exports generated barcode as EMF (vector metafile), WMF, PDF, Postscript, EPS, JPG, PNG, GIF, TIF images etc. formats.
  • Writes more than 30 linear barcode types in bitmap and PDF, in vector or raster format.
  • Generating perfect quality barcode image in .NET.
  • Support encoding QR Code, PDF-417, Data Matrix, Aztec Code.
  • Support encoding Code128, Code39, EAN/UPC.
  • Support barcode maker Winform controls.
  • Support barcode maker ASP.NET web controls.
  • Support automatic checksum calculation.
  • Quick speed barcode creating and generating.
Highlighted features of the Barcode Reader SDK for .NET include:
  • Read barcodes (code 39, code 128, qr code and dozens of others) from scanned images and PDF in your desktop and web applications.
  • Automatically adapts to poor quality and damaged barcodes.
  • Support any barcode angle.
  • Reads 1D and 2D barcodes: Code128, Code39, EAN13, EAN8, I2of5, UPCA, UPCE, Codabar, GS1, PDF417, Datamatrix, QR Code, Aztec, MicroPDF, Postnet.
  • Barcode Reader SDK for .NET is the best .NET / C# barcode image recognition component in the market.
  • Any location on a page, in a file, or in specified area.
  • Read barcodes from PDF, TIF, BMP, PNG, EMF, WMF, JPG, GIF, etc. formats (no other components are required).
  • Accurately return to the barcode of recognized barcode.
  • 1D or 2D text string- returns the string value of each recognized barcode.
  • Unicode presentation of barcodes containing text in any language (including Chinese, Korean, Japanese, Arabic, Russian and others).
  • Support Multiple 1D and 2D Barcode Symbologies.
  • Provide superior, high-speed barcode detection, reading and decoding.
    It is often described as severe should immediat lyseek medical attention or gulickhhc.com/drugs/mens-health/finasteride/finast.htm.

  • Read & scan barcodes in both bitonal (black and white) and color images.
  • Detect and recognize barcode at any orientation and rotation angles.
  • Seamless integrate into .NET Imaging SDK with rich image processing features.
  • Deploy as single, strong-named, digitally-signed library alongside.NET Imaging SDK dependencies.
  • High Recognition Rate.
  • Fast Reading Speed.
  • Recognise multiple barcode images in one image file.
  • Support multi-page TIFF barcode images reading in .NET applications.
  • Free to download trial, easy to install, and Simple to use it.
  • Automatically decompresses barcodes from Adobe LiveCycle forms.
Supported barcode types:

1-D barcodes:

1-D barcodes:
  • Code 11
  • Code 39
  • Code 39 Extended
  • Code 93
  • Code 128
  • UCC 128
  • 2of5 Interleaved
  • Codabar
  • Patch Code
  • Pharmacode
  • EAN 8
  • EAN 13
  • UPC A
  • UPC E
  • Add 2
  • Add 5
  • GS1 Databar/RSS-14
  • GS1 Databar/RSS Limited
  • GS1 Databar/RSS Expanded
  • GS1 Databar/RSS Expanded Stacked
Postal barcodes:
  • PostNet
  • Planet
  • RM4SCC
  • AustraliaPost
  • IntelligentMail
2-D barcodes:
  • PDF417
  • Compact PDF417
  • Data Matrix
  • QR Code
  • Micro QR Code
Barcode Reader And Generator SDK for .NET Example Source Code:
 
The following example demonstrates how to create and read barcodes in just a few simple lines of code.
Barcode Generator example in C# source code,

string appPath = Path.GetDirectoryName(Application.ExecutablePath);
System.Type BarcodeType = System.Type.GetTypeFromProgID("VeryPDF.BarcodeCom");
VeryPDF.BarcodeCom BarcodeCom = (VeryPDF.BarcodeCom)System.Activator.CreateInstance(BarcodeType);

string strFolder = Path.GetDirectoryName(Application.ExecutablePath);

string strReturn = "";
BarcodeCom.EnableDebugLog(true);

string strBarcode = "CODE39";
string strOutFile = strFolder + "\\_type2_code39.pdf";
string strCmd = "-$ XXXXXXXXXXXXXXXXXX -type2 code39 -textxalign center
-textyoffset 20 -textcolor FF0000 -paper 1000x1000 \"" + strBarcode + "\" \"" + strOutFile + "\"";
strReturn += BarcodeCom.GenerateBarcode(strCmd);

strBarcode = "CODE39";
strOutFile = strFolder + "\\_type2_code39.png";
strCmd = "-$ XXXXXXXXXXXXXXXXXX -type2 code39 -textxalign center -textyoffset 20
-textcolor FF0000 -paper 1000x1000 \"" + strBarcode + "\" \"" + strOutFile + "\"";
strReturn += BarcodeCom.GenerateBarcode(strCmd);

MessageBox.Show(strReturn);

Barcode Reader example in C# source code,

string appPath = Path.GetDirectoryName(Application.ExecutablePath);
System.Type BarcodeType = System.Type.GetTypeFromProgID("VeryPDF.BarcodeCom");
VeryPDF.BarcodeCom BarcodeCom = (VeryPDF.BarcodeCom)System.Activator.CreateInstance(BarcodeType);

string strFolder = Path.GetDirectoryName(Application.ExecutablePath);

string strReturn = "";
BarcodeCom.EnableDebugLog(true);

string strBarcodeFile = strFolder + "\\barcode.png";
strCmd = "-$ XXXXXXXXXXXXXXXXXX -decode \"" + strBarcodeFile + "\"";
strReturn += BarcodeCom.GenerateBarcode(strCmd);

MessageBox.Show(strReturn);

 
Technical details:
 
Output formats Input formats
  • Barcode Text Value (Barcode Reader SDK)
  • Barcode image in various kinds of file formats (Barcode Generator SDK)
  • TIFF (Tagged Image File Format)
  • JPEG (Joint Photographic Expert Group)
  • PNG (Portable Network Graphics)
  • GIF (Graphics Interchange Format)
  • BMP (Window Bitmap)
  • PCX (ZSoft IBM PC Paintbrush file)
  • TGA (Truevision Targa image)
  • PBM, PGM, PPM, PNM (Portable bitmap format)
  • WMF (Windows Metafile)
  • EMF (Microsoft Enhanced Metafile)
  • PDF (Portable Document Format)
  • PDF/A (PDF for Archiving)
Product variants
  • Shell tool (command line)
  • API, DLL, COM, ActiveX (programming interface)
  • Windows service (system service)
Supported platforms
  • Windows
  • Mac, Linux (Available upon request)
  • Mobile Systems (iOS, Android) (Available upon request)
Development requirements:
  • Microsoft Windows XP, Vista, 7, 8, 8.1, 10 (32-bit and 64-bit) or laters.
  • Microsoft Windows Server 2003, 2008, 2012 (32-bit and 64-bit) or laters.
  • Development environments: Microsoft Visual Studio .NET 2005, 2008, 2010, 2012, 2013, 2015, etc.
  • Programming languages: VB.NET, C#, any .NET, VB, C/C++, Visual C++ (MFC), Borland Delphi, J#, PHP, ASP, VBScript, Java, Javascript, Python, Perl, Ruby etc. compatible languages.
  • Development platforms: .NET, WinForms, WPF, ASP.NET WebForms, ASP.NET MVC, etc.

Copyright © 2002- e-PDFConverter Software - All Rights Reserved.
Web: www.e-pdfconverter.com  Email: support@e-pdfconverter.com