Re: [iText-questions] Not able to open generated pdf

2009-11-04 Thread 1T3XT info
Amit Dave wrote: > In the execute method, I get the html from the request and convert it to > PDF using iText as shown in the example in the iText website: > http://itextdocs.lowagie.com/tutorial/general/webapp/index.php That page doesn't show how to convert HTML to PDF. Have you tried writing a

Re: [iText-questions] Not able to open generated pdf

2009-11-04 Thread Alexis Pigeon
Hi Amit, 2009/11/4 Amit Dave > Hi, > > I am using iText with Struts in my web application. In my ajax request I > am sending the html that should be converted to pdf by iText. > > In the execute method, I get the html from the request and convert it to > PDF using iText as shown in the example

[iText-questions] Not able to open generated pdf

2009-11-04 Thread Amit Dave
Hi, I am using iText with Struts in my web application. In my ajax request I am sending the html that should be converted to pdf by iText. In the execute method, I get the html from the request and convert it to PDF using iText as shown in the example in the iText website: http://itextdocs.lowagi