Anyone who needs to generate
Micro PDF417 need look no further. The answer is Barcodesoft
PDF417 software.
Micro PDF417 is a variant of standard PDF417 barcode. Micro PDF417 is a two-dimensional multi-row symbology. It is designed to encode data too small for a standard PDF417 symbol.
Like PDF417, Micro PDF417 uses Reed Solomon algorithm for error checking and correcting.
Comparing to standard PDF417 symbol, only limited sizes are available. Each size has fixed error correcting level.
You can use either Barcodesoft
PDF417 Encoder or crUFLbcs.dll to encode your data on Windows PC.
crUFLbcs.dll has a IMicroPDF417 interface. IMicroPDF417 interface has 2 methods: Encode and EncodeCR.
Encode accepts only one string parameter as input. it returns encoded codewords.
Encode(strToEncode)
EncodeCR accepts 2 parameters as input: string to encode and index.
Index is an integer. When set to 1, it returns the first 250 characters after encoding.
When set to 2, it returns the second 250 characters after encoding.
Encode(strToEncode, index)
Please click the following URL for
non-printable ASCII characters input.