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. Please suggest. It would be great if I could get the staring poin (in terms of code) on which can build upon.
Thanks, Nitin Gulati Quoting Paulo Soares <[EMAIL PROTECTED]>: > 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 > > same as the template. But > > it should be faltenned, moreover In the template > > there can be a table with the > > columns like > > > > Name Address City State Country Zip > > > > in one row and it's values like > > > > USER.USERNAME USER.ADDRESS USER.CITY USER.STATE > > USER.COUNTRY USER.ZIP > > > > in the form fields in the next row. > > > > Say there are 100 records in the USER table. I need > > to fetch all the 100 records > > from the database and need to create a new file > > which matches the format of the > > template(form) and displays all the 100 records. > > (Note in the template there is > > the table with one header row and one more row to > > map the header and the data > > that is to be displayed under that header.) > > > > Is this possible using iText. > > Please advise. > > > > Thanks, > > Nitin Gulati > > > > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT > > Products from real users. > > Discover which products truly live up to the hype. > > Start reading now. > > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > _______________________________________________ > > iText-questions mailing list > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/itext-questions > > > > > > __________________________________ > Do you Yahoo!? > Yahoo! Small Business - Try our new resources site! > http://smallbusiness.yahoo.com/resources/ > ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
