I have a javascript file, which allow users to browse a pdf file located at the local hard drive. How to open the pdf file to a bookmarked page?
I have tried to create bookmarks, named destinations and open the file as:
"c:\mypdf.pdf#nameddest=mydest"
It opens the file, but it doesn't jump to the bookmarked page.
How to link to the destinated page in the javascript file? I am using Acrobat 8.1.3 with Adobe Reader 8.1.4. Thanks a lot!
George Kaiser