Hi folks, I've been trying to use iTex to generate this attached EAN code (hope attachements are allowed) with the code pasted below but without success. I think I had success on an online barcode generator getting this result: http://www.bokai.com/Barcode.Net/BarcodeHandler.aspx?BarcodeType=EAN128C&Data=8018735999100002980952&BarWidth=1&Height=40
- First of all the bars do not agree.
- Second the checksum digit "2" isn't display even though it seems so in the
code:
shipBarCode.setChecksumText(true);
shipBarCode.setGenerateChecksum(true);
I have som info about the barcode:
The barcode is built as:
1. Quite part
2. Start code (A, B, C), use C to optimize the code if it's an even number of
digits.
3. FNC1
4. Data field AI (8018) 735999 FFF PPPPPPPP K (K=Checksum digit EAN“s modul 10)
5. EAN Symbol checkdigit (after the checksum digit)
7. Stop code
8. Quite part
Any hints on how to produce this barcode?
<<attachment: EAN-128.png>>
------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects
_______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/
