-
Jan 7th, 2009, 11:21 AM
#1
Need to render PDF in a fixed mirror in JSP
Hi All
I want to use Spring to render a PDF in a JSP in a fixed mirror. Here is the detailed use case
- User clicks on "view pdf" on page A
- Page B controller calls the CMS to provide links for the PDF residing in the File System
- On page Load an Ajax call is made to a servlet passing on the information(path of PDF)
- Page B loads with all the associated links for PDF's and the default one Open in the fixed mirror.
I tried to google around how can Spring help me resolve the problem and cam e across "AbstractPDFView" class. Can someone share/throw more light on how actually i can go about it??? Some code snippet would be highly appreciated
Note : Please note that i have the PDF in the file system and dont need to create it
Thanks
-
Jan 7th, 2009, 11:21 AM
#2
I did find some discussion on forums regarding it but not sure if it will help me
http://forum.springframework.org/arc...p/t-44413.html
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules