The exception it throws is left as an exercise for the reader to guess, I
suppose.
This one I can guess. You must only use upper case letters.

Best Regards,
Paulo Soares

> -----Original Message-----
> From: anshul patni [SMTP:[EMAIL PROTECTED]
> Sent: Friday, June 06, 2003 9:08
> To:   Paulo Soares
> Cc:   [EMAIL PROTECTED]
> Subject:      Regarding BarCode generation
> 
> Hii All,
> 
> I am trying to use the Barcode generation
> functionality of iText. I am using Barcodes generated
> as images (without a ttf). For the types supported by
> iText, i m trying to put my own string or user input
> string to generate BarCode in pdf. But, the following
> is not working...the following code with the example
> given in tutorial works fine...what could be the
> probable reason???
> Barcode39 code39 = new Barcode39();
> code39.setCode("mystring");
> //code39.setCode("CODE39-1234567890");-->this works
> fine 
> code39.setStartStopText(false);
> Image image39 = code39.createImageWithBarcode(cb,
> null, null);
>                       
> can someone throw light on it?? How can i support the
> same functionality with other types also??
> 
> Thanks and regards
> Anshul
> 
> __________________________________
> Do you Yahoo!?
> Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
> http://calendar.yahoo.com


-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to