> -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,
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
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