Page 3 of 3

Re: HMG_HPDF with pdf417?

Posted: Sun Sep 25, 2016 1:55 pm
by cherianj
Can someone help me understand the issue with this barcode.
I have generated a PDF417 barcode with HMG_CreateBarCode() function. The data passed is "||A12345678901234567890Z||ZZ||" .
However, when I read the barcode I get the string "||A12345678901234567801434214558026583759"
If I use input string "||A123456789012345X67890Z||ZZ||" ( inserted a X after 15 digits) then I get correct string. Is there any limitation of continuous usage of digits in barcode data ?. I get this problem when there are more than 15 continuous digits in the input string.

Regards,
Cherian