Mitch Freed <mitch.freed <at> docutechcorp.com> writes:

> 
> Thanks for the help.
> 
> Barcode39 b = new Barcode39();
> b.Code = "this is a test";
> b.Extended = true;
> b.GenerateChecksum = true;
> b.ChecksumText = true; // everything works fine if this is set to false
> Image i = b.CreateImageWithBarcode(cb, null, null);
> 

It's fixed in the CVS.

Paulo



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to