HMG_HPDF with pdf417?

Topic Specific Tutorials and Tips.

Moderator: Rathinagiri

cherianj
Posts: 12
Joined: Wed Feb 24, 2016 3:03 am

Re: HMG_HPDF with pdf417?

Post 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
Post Reply