I am trying to figure out how I can obtain partial PDF content for browser display via JSP. The idea is that I have an existing directory of PDF files on my web server. My site displays pages via JSP scripting. I want to programatically obtain a portion of a file via a Java call of some sort so I can "preview" documents in a report listing. Can this be done via the SDK? If so, can someone please point me in the right direction documentation-wise?
Taking it a step further, my company would like to start producing PDF files in a structured format using bookmarks. I would then want to obtain (on the server side in JSP scripting) a portion of a document between 2 or more bookmarks for display.
Thanks in advance for any replies!
Posts: n/a