Previous | Next | (P-PDF) Acrobat 7
Topic: Linking to Specific PDF Page from file stored in Database
Conf: (P-PDF) Acrobat 7, Msg: 126294
From: dhmurovich
Date: 1/26/2005 12:55 AM
I have a PDF stored in a database. I want to link to a specific page using filename.pdf#page=21 (using ASP). This seems to not be possible using the Response.BinaryWrite method.
Is it possible to pull the file from the database (SQL Server 2000), save it to a file in a given directory, access that file with page parameter included, then immediately delete the file?
Any help would be greatly appreciated.
To sum up, I can pull the file from the DB and display it, but cannot link to a specific page using this method.
Thank you.