I have some values to be exported to PDF, how can i do this in struts?
I would like to do the following, have option button or link when the user clicks on the button or link than the user should get a download option to download the exported PDF file.
I have a resultset which needs to be exported to PDF.
Please help me how to go about.
Regards
Here is an example that may help you to do what you want:
But before implementing it you have to put
itext.jarinto yourWEB-INF/libfolder.And you also found plenty of methods to manipulate your pdf file.