Navigation
pdf417 Barcode
Overview
PDF417 is a 2D barcode symbology. It has a unique structure and large data capacity.
PDF417 empowers you to encode over 1000 alpha-numeric characters within one symbol, both ASCII and extended ASCII characters.
Therefore, PDF417 barcode is a good solution for encoding large quantities of data in one symbol.
PDF417 uses Reed-Solomon-algorithm for error correction. The higher security level is, the larger size of pdf417, the less decipher error chance. If not specified, software will use default level 0. Level 0 means automatic security selection.
You can integrate Barcodesoft PDF417 software with MS Excel, MS Access and Crystal Reports.
The software also has a solution for MicroPDF417 encoding.
crUFLbcs.dll has a IPDF417 interface. IPDF417 interface has two methods: Encode and EncodeCR.
crUFLbcs.dll also has a IMicroPDF417 interface. IMicroPDF417 interface has two methods: Encode and EncodeCR.
Encode accepts only one parameter as input. it returns PDF417 in hex codes. After using the bcspdf417 font, returned hex codes will become a PDF417 barcode.
Encode(strToEncode)
EncodeCR accepts seven parameters as input. It returns PDF417 in hex codes. After using the bcspdf417 font, returned hex codes will become a PDF417 barcode.
EncodeCR(strToEncode, index, MaxRow, FixedColumn, Security, CompactionMode, Truncated)
The first parameter is a string to encode.
The second parameter is an integer variable. When set to zero, it returns all codewords. When it is 1, it returns the first 250 codewords. When it is 2, it returns the second 250 codewords. And so on.
The third parameter is an integer variable. It sets the Max-Rows of a PDF417 barcode.
The fourth parameter is an integer variable. It sets the column number of a PDF417 barcode.
The fifth parameter is an integer variable. It sets the security level of a PDF417 bar code. When set to zero, it means automatic security selection. Security level ranges from zero to nine.
The sixth parameter is an integer variable. It sets the compaction mode of PDF417. Zero means mixed mode, 1 means Text Mode, 2 means Numeric Mode, and 3 means Binary Mode.
The seventh parameter is a boolean variable. It sets the PDF417’s truncated option.
This is the pricing list of Barcodesoft PDF417 barcode software:
Barcodesoft PDF417 Barcode Fonts Pricing
| License Type | Single | 5-User | 10-User | Site | Corporate | Dev | 5-Dev | 10-Dev | Unlimited |
|---|---|---|---|---|---|---|---|---|---|
| Price | CAD299 | CAD399 | CAD599 | CAD799 | CAD999 | CAD1199 | CAD1399 | CAD1999 | CAD2999 |











