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
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
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