Hi,
I have a system that generates an outputstream of a pdf file.
I need to display the pdf file in jsp using the spring framework.
Any pointers
eg. I have my company invoice that is generated as a pdf file that needs to be displayed.
Thanks
Hi,
I have a system that generates an outputstream of a pdf file.
I need to display the pdf file in jsp using the spring framework.
Any pointers
eg. I have my company invoice that is generated as a pdf file that needs to be displayed.
Thanks
Take a look at the countries sample in the distribution.
I checked the example, that is a class CountriesPdfView extends AbstractPdfView that does the pdf conversion for me, in my case i already have a pdf file that I just need to display
You can just place it on the web server and let it be served up. If that's not possible, or you need a servlet to do manual security checks or similar, you can just open it up in the contoller, do whatever processing, and stream it out to the client.in my case i already have a pdf file that I just need to display