On clicking Submit button in JSP form, I would like to generate a PDF file using the information given by user in the form. What are the ways to do it?
on clicking Submit in JSP, create a PDF file using the information in the form.
Collapse
X
-
Tags: None
-
laxmisharma,
I am assuming that you are generating a completely new PDF form from scratch. If all you want to do is output an existing form from a file, then say so.
You are probably best off buying a library suitable to your output needs, and using it.
If your software budget is zero, as seems to be management's prefered case, give a quick search and see what floats out.
There are no easy, canned solutions to this problem. A lot depends on what you are generating.
Regards,
Oralloy
Comment