Your JSP is rendered as HTML. And you want to provide your user to download
the same presentation of your JSP, in PDF format.
So, you need to convert HTML presentation format in PDF presentation format.
It's what i understand about your wish.
You have solutions to do that.
1) There is libraries to convert HTML to PDF ( but the conversion is not always very good)
2) You can use a specialized framework ( Jasper report, BIRT etc...)
3) You can clone your JSP presentation in alternative formats (XML XSL and FO ). Have a look to
Apache FOP.
What you want to do is possible.
I hope it helps.
Regards.
Karim Duran.