Hi peuplier, On 07/01/2009, sfjsljfl lkfjdsfjksl <[email protected]> wrote: > Hello Iam not expert in IText, however I saw this api very usefull and could > be interresting for my project. I have database, I will have to generate > charts, via the open source api JFreechart, into servlet and JSP, for > example each jsp has its own table and chart, after in the final step, I > merge all into a jsp. My wishes is to generate a pdf with the last jsp > containing all informations that I want. Is IText is capable ? if yes have > you any examples. Simply I need examples of jsp or servlet containing > several charts, and any other informations, and transform all into pdf. Thx > for any help.
The fact that your data comes from a database and is processed through one or several JSP snippets is totally irrelevant for iText. If what you want is transform html code to PDF, iText can do it in some extent. But if you can have access to the structured data before it's processed by the JSP, you should really look into designing a servlet to serve the PDF file to the client browser. See : < http://itextdocs.lowagie.com/tutorial/general/webapp/index.php > HTH, alexis ------------------------------------------------------------------------------ Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net/sfu/Xq1LFB _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
