Results 1 to 2 of 2

Thread: Need to render PDF in a fixed mirror in JSP

  1. #1
    Join Date
    Nov 2008
    Posts
    9

    Default 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

  2. #2
    Join Date
    Nov 2008
    Posts
    9

    Default

    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
  •