Converting a static JSP page to PDF
843835Aug 19 2002 — edited Aug 19 2002Hi:
I want to convert a static jsp page to pdf format and display it.
I tried doing this by using DataOutputStream which writes to a XML file and then parsing xml to pdf, but this is very tedious bcos some of the jsp's are very big forms.
I have been through this forum where there are a lot of suggestions given regarding this, But I could not figure out which one would be the simplest approach.
Can anyone suggest me a Simple solution for this..
TIA
Vijeth