Common Asked Questions
What is PDF417 used for?
PDF417 is a high density, 2D stacked barcode format used in a variety of applications, such as driver's license, airline boarding pass, transport, and inventory management.
You can easily create PDF417 in C# ASP.NET, Windows application using C# Barcode Generator Library. Create a
PDF417 and input the encoding PDF417 data and create PDF417
image in C# class.
What is the maximum capacity of a PDF417?
The maximum number of characters a PDF417 barcode at lowest error correction level (0).
- Text Compaction mode: 1,850 characters
- Byte Compaction mode: 1,108 characters
- Numeric Compaction mode: 2,710 characters
PDF417DataMode.Auto, the barcode library will automatically choose the correct PDF417 data modes.
What is the aspect ratio of a PDF417?
The aspect ratio of the printed PDF417 barcode shall be defined by two dimensions:
- X: the dimension of the narrowest bar and narrowest space. Using C# barcode library, you can customize X value using property
X - X to Y ratio: the ratio of bar width vs bar height. Using C# barcode library, you can customize it using property
XtoYRatio
What is the difference between a PDF417 and a QR Code?
Both PDF417 and QR Code are 2D barcode formats. PDF417 can be scannable even if up to 50% of it is damaged. QR Code can accept up to 30% damages.
C# Barcode library supports both PDF417 and QR Code 2d barcode generations.
In C# class, you can create a
In C# class, you can create a
PDF417 object to generate PDF417 barcode images, and create a QRCode object to print QR Code images using C#.
Summary
OnBarcode C# Barcode Generator makes it easy to generate, create PDF-417 and other linear & 2d barcodes in Microsoft Word.
OnBarcode provides multiple PDF-417 Generator components and software, including Excel PDF-417, Java PDF-417, VB.NET PDF-417, ASP.NET PDF-417, PDF-417 Generator.
This document is providing a detailed C# source code about generating PDF-417 barcodes in C# class using C# Barcode generation component.
OnBarcode provides multiple PDF-417 Generator components and software, including Excel PDF-417, Java PDF-417, VB.NET PDF-417, ASP.NET PDF-417, PDF-417 Generator.
This document is providing a detailed C# source code about generating PDF-417 barcodes in C# class using C# Barcode generation component.
