Hi,
I have a problem with EAN128 BarCode.
My code is (241)3240690058289(37)00000500(422)356
If i write it without any FNC1 it 's wrong.
If I write it 2413240690058289 + FNC1 + 3700000500 + FNC1 +422356
it is almost good but for a 'f' character instead of the FNC1. I did some research and I found that the FNC1
character is not the 102 but the 202 in ASCII. 102 seems to be from another character table. But if I change FCN1 to
202 and if I bypass the security about character beeing under 127, it still doesn't work. I tried to change 202 to 102
when getting the value from BARS but it still doesn't work. Since I don't understand the BARS array and how to put
the 202 value in it and how the bars array is computed I 'm stucked.
Thanks for any help.
Emmanuel




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to