Hey guys,
I am working on an application where i am asking the user to fill up a form. When the user submits the form, the entire form with the answers is sent as pdf to involved parties.
I need to know how do i convert the jsp data to a pdf?
As far as i know, i have the following options:  
1. I use a client side library which quickly converts the screen into a pdf and downloads on the user desktop downloads folder.
From there i can pick it up and store it on the server and then i can mail to anyone.
2. I use clientpdf to design the pdf which is a big process.
Do we have any other way to do this?
Or probably any other library???
Regards,
Nipun Jolly