Using the UCC/EAN barcode font
It is recommended to use the Encoder or VB macros provided to generate UCC/EAN barcodes as there are several steps required for transforming the input data to characters recognized by the barcode font. For example, to encode AI 00 (Serial Shipping Container Code) with the data 012345678901234560
Input (Using the Encoder or VB macros):
(00)123456789012345675
The brackets are used to identify the AI(Application Identifier) in the Encoder.
Output:
Concatenating multiple AIs
Input (Using the Encoder or VB macros):
(00)123456789012345675(12)1A
Multiple AIs can be concatenated together as shown above. A total of up to 8 AIs concatenation is supported by ConnectCode.
Output:
Back to UCCEAN Barcode Font
|