Chamath Nanayakkara writes: > hi > > I am Having Problems with Crating a PDF Document on the fly by using sevlets, My >final object is to create dynamically create PDF documents using sevelts, when the >servlet is requested
There is a very simple example here: http://www.lowagie.com/iText/examples/OutSimplePDF.java If you want to see it working try this: http://www.lowagie.com/servlets/OutSimplePDF You can also add a message: http://www.lowagie.com/servlets/OutSimplePDF?msg=Hello%20Chamath I assure you this Servlet works. If you don't get any result, you have a browser problem. Read the FAQ about some bugs in MSIE: http://www.lowagie.com/iText/faq.html#msie _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
