Re: [iText-questions] table with properties

2006-09-08 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of santosh choudhary > Sent: Thursday, September 07, 2006 2:18 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] table with properties > > Hi,

Re: [iText-questions] table with properties

2006-09-08 Thread bruno
santosh choudhary wrote: > Please short out it It's really very URGENT I doubt it if anyone on this list has any idea what you are talking about. br, Bruno - Using Tomcat but need to do more? Need to support web services, s

[iText-questions] table with properties

2006-09-07 Thread santosh choudhary
Hi,I have to create a table with some given attributes (found dynamically).that's why I am using java.util.Properties properties=new java.util.Properties(); properties.put(key,value);(repeated in a loop for storing different attribute-value pairs)Table table =new Table(properties); but it is not wo