Simple to integrate PDF-417 barcode generation component into ASP.NET program
Generate & print industry standard PDF-417 barcodes in ASP.NET web & IIS applications
Easy to draw & create 2D PDF-417 barcode images in jpeg, gif, png and bitmap files
Able to generate & print PDF-417 in RDLC Reports and Crystal Reports for ASP.NET programs
Several commercial developer license types are provided to fulfill different developing requirements
Brief Introduction for 2D PDF417 Barcode ASP.NET Library
PDF417 is a high-density 2D barcode. It is, in essence, the stack of several linear barcodes. Similar to other 2D barcodes, PDF417 can also encode many data types like byte data, numeric data and alphanumeric data. Besides, PDF417 has 9 error correction levels. Now, this 2D barcode has been commonly used in United States Postal Service and the airline industry.
The PDF417 barcode images generated by this ASP.NET toolkit are absolutely compatible with latest industry standards.
Guide to Generate 2D PDF417 Barcode Images in Microsoft IIS
Download the trial package and copy folder barcode to your IIS folder, e.g. C:\ interpub.
Create a new virtual directory in your IIS named "barcode", and connect it to the above "barcode" folder pasted in interpub.
Restart IIS and navigate to: http://YourDomain:port/barcode/pdf417.aspx?Data=45454&LeftMargin=12&RightMargin=12 To make further adjustment for PDF417 image, please view web stream URL parameters for PDF417 here: 2D Barcode PDF417 .NET Property Settings
If you want to add this PDF417 barcode image to your aspx or html page, please pass the url to IMG tag or src value. <img src=http://YourDomain:port/barcode/pdf417.aspx?Data=45454&LeftMargin=12&RightMargin=12 /> This method will not generate any PDF417 barcode images in your IIS server side.
ASP.NET PDF417 Barcode Generator Supported Barcode Types