PDF-417 Barcode Generator for ASP.NET

Generating & printing PDF-417 barcodes in ASP.NET web applications with ASP.NET barcode component
PDF-417 Barcode Generator for ASP.NET - Benefits
Three Implementations to Generate PDF-417
Terrek.Barcode for ASP.NET provides you three implementations of barcode generation in ASP.NET. Beginners may use the drag-and-drop method or IIS through URL, while developers may generate PDF-417 using C# and Visual Basic. Detailed guide and free sample code are provided.

.NET Barcode Generator SDK library includes ASP.NET Barcode Generator, C# Barcode Generator, VB.NET Barcode Generator, QR Code Generator .NET, QR Code Generator ASP.NET, QR Code Generator C#, QR Code Generator VB.NET, PDF-417 .NET, PDF-417 VB.NET, PDF-417 ASP.NET, PDF-417 C#.
.NET Technology Compatibility
This ASP.NET Barcode SDK is compatible with Visual Studio 2005/2008/2010 in any .NET Framework environment. The generated PDF-417 is compatible with all web browsers that display gif, jpeg or png images on any operating system.
Development Environment
Barcode Generator for ASP.NET can be used to deliver barcode images from XML Web Service. It is easy to generate PDF-417 barcodes in IIS, reporting scenarios such as Crystal Report for ASP.NET and Visual Studio ReportViewer Local Reports (RDLC), ASP.NET class library & console application.
Rich Barcode Properties
With this Barcode SDK for ASP.NET, developers may feel free to change PDF-417 size by adjusting X dimension, margin size for left, right, bottom and top, and customize PDF-417 images with color, resolution, orientation adjustment.
PDF-417 Special Settings Customization
Add "Auto" data mode to fasten the generation of PDF-417. Row and column numbers of PDF-417 are flexible to be adjusted. 8 types of error correction based on Reed–Solomon error correction algorithm are provided. Truncated PDF-417 can be generated as well.
PDF-417 Barcode Generator for ASP.NET - Overview
Terrek.Barcode for ASP.NET is a Custom Server Control, designed to generate high quality linear and 2D barcodes in Asp.NET Web Applications. It is compatible with Visual Studio 2005/2008/2010 and other .NET development environment. Once installed, the barcode library may be sized and parameters can be adjusted to meet required specification.
PDF-417 Introduction
PDF-417 is a 2D stacked barcode symbology which is excellent for encoding large amounts of data. PDF-417 barcode consists of 3 to 90 rows and each row is constructed of a starting quiet zone, start pattern, a "row left" codeword, codewords (1-30 data), a "row right" codeword, a stop pattern and an ending quiet zone. It is checked according to Reed–Solomon error correction.
ASP.NET PDF-417 Generator Encodes:
  • Standard ASCII characters
  • Extended ASCII characters
PDF-417 Barcode Component for ASP.NET - PDF-417 Generation
Generate PDF-417 Barcodes within ASP.NET Web Forms
  • Download Terrek.ASPNET.zip, unzip and installed
  • Add "ASP.NET Control" to your Visual Studio "Toolbox"
  • Copy "aspcontrol.aspx" and "aspcontrol.aspx.cs" to the folder where your aspx pages are generating barcodes
  • Drag and drop "ASPControl" to your ASPX web forms
  • Change barcode type to PDF-417, and adjust other parameters through "properties window"
  • Run the project.
Generate PDF-417 Barcodes in Internet Information Services (IIS)
  • Download Terrek.ASPNET.zip and unzip
  • Copy barcode folder and contents to IIS and create a new file directory called "barcode"
  • Restart IIS, navigate to http://YourDomain:Port/barcode/aspcontrol.aspx?DATA=terrek&TYPE=44
  • Add an image tag into the web page to create PDF-417 barcode image in html or aspx pages. E.g. <img src= http://YourDomain:Port/barcode/aspcontrol.aspx?DATA=terrek &TYPE=44/">
Generate PDF-417 in ASP.NET Class Using C# or Visual Basic.NET
  • Download Terrek.ASPNET.zip and unzip
  • Add "Terrek.Barcode.ASPNET.dll" to your project folder
    (Don’t copy the DLL to the bin directory, Visual Studio will do so automatically)
  • Add "Terrek.Barcode.ASPNET.dll" to Visual Studio reference
  • Copy "aspcontrol.aspx" and "aspcontrol.aspx.cs" to the folder where your aspx pages are generating barcodes
  • Write Visual Basic or C# code to generate PDF-417
You can generate PDF-417 barcodes in ASP.NET applications by using C# class or VB.NET class. Here is the source code of PDF-417 in C# and PDF-417 in VB.NET: ASP.NET PDF-417 in C#, ASP.NET PDF-417 in VB.NET.