tajmohammad Posted June 1, 2006 Posted June 1, 2006 Hi, I have created a link in my asp/asp.net web page which open a PDF file in another window. I want that a PDF file should be opened and scroll to some specified page number. like suppose i want to open page no 10 then it should open the PDF in new window and goto page number 10 Please help me finding this solution Quote
jccorner Posted June 2, 2006 Posted June 2, 2006 Try this: http://partners.adobe.com/public/developer/en/acrobat/PDFOpenParams.pdf Quote Applying computer technology is simply finding the right wrench to pound in the correct screw
Arch4ngel Posted June 2, 2006 Posted June 2, 2006 That works From what I saw you just have to add "#page=4" after the url to go to page 4 Exemple: http://localhost/myPdf.pdf#page=4 Quote "If someone say : "Die mortal !"... don't stay to see if he isn't." - Unknown "Learning to program is like going out with a new girl friend. There's always something that wasn't mentioned in the documentation..." - Me "A drunk girl is like an animal... it scream at everything like a cat and roll in the grass like a dog." - Me after seeing my girlfriend drunk and some of her drunk friend. C# TO VB TRANSLATOR
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.