| Home: Support: Search: |
IDAutomation's Maxicode components support encoding of the UPS compression technique.
IDAutomation's Maxicode products are based on the AIM ANSI/AIM BC10-ISS specification for Maxicode. Compressed Maxicode is a text compression technique used by UPS as a method of encoding more shipping data in a Maxicode symbol. Users integrating compressed Maxicode with IDAutomation products will need to get the compression specifications (or appropriate DLLs from UPS) to convert the data into the compressed format and pass this string directly to the component. A list of Maxicode components is provided here. The compressed maxicode data string contains hidden characters such as returns, line feeds and possibly other low-level ASCII characters that are usually lost if the data is not directly sent to the component. For example, copy and paste the string or try to implement using HTTP strings with the Java Servlet or ASP Barcode Server product, it will not encode properly. The only way around this is to convert all characters except 0 to 9 and A to Z (and a to z) to their tilde equivalents. Read more about using the tilde in the Maxicode FAQ. The string below is an example of a compressed Maxicode that will image
properly using the Servlet. All characters except 0 to 9 and A to Z (and a
to z) should be converted to their tilde equivalents after compression.
The characters should be converted immediately after the compression
process directly, not by reading them from a file because carriage returns
and line feeds can be removed by editors such as Notepad. Once the data is properly encoded in the compressed format, the UPS scanners and software will do the translating of the compressed data when reading the symbol. To further clarify: IDAutomation products take the input data as-is and encode it in a barcode. Without the UPS encoded scanners and software, the generic market scanners will interpret the encoded data exactly as it appears in the barcode and render it back to the application as such.
The following is a list of IDAutomation's Maxicode products: TSI
Copyright © 2003-2006, IDAutomation.com, Inc. All rights reserved. All trademarks mentioned are the property of their respective owners.
|