Re: [iText-questions] PDF Generation using PDF Form and data fromdatabase

2005-03-14 Thread [EMAIL PROTECTED]
Thanks Paulo, But I need to create the table dynamically, as in the form (template) there will be just 2 rows for that table. One header and second a row with form controls having the value specifying the database columname from where that value has to be fetched. Can I craete the table dynamically

Re: [iText-questions] PDF Generation using PDF Form and data fromdatabase

2005-03-14 Thread Paulo Soares
The easiest way is to dispose the fields as a table. If you have a 10x10 table you'll need 100 fields. --- "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > I need to create a pdf using the template (pdf fprm) > that is provided by the > user from front end. my output flat file needs to be >

RE: [iText-questions] PDF Generation using PDF Form and data fromdatabase

2005-03-07 Thread Paulo Soares
That's all taken care for. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Monday, March 07, 2005 12:56 PM > To: Paulo Soares > Cc: [email protected] > Subject: RE: [iText-questions] PDF Generation