Raju VGS wrote:
I want to generate a report using iText in. .PDF format.

How come you don't find your way to the tutorial and docs yourself? Can you please give me some suggestions how I could lead people to these pages in a better way?

So, How to create a Table strucure,TR,TD ( all HTML tags) in this report.

http://itext.sourceforge.net/tutorial/objects/tables/index.html

my code is written in jsp

What a bad idea: http://itext.sourceforge.net/tutorial/general/webapp/index.html#JSP

document.add(*new* Paragraph(*new* java.util.Date().toString()));
which is printing liine after line. But want to get them in colums

There's also http://www.lowagie.com/iText/tutorial/ch10.html#columntext and not yet 'tutorialized' functionality for multiple columns. Of course you have the API information for that: http://itext.sourceforge.net/docs/


------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to