These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Javascript Bookmark

THarrisWM
Registered: Apr 9 2008
Posts: 21

Hello,

Is there a way with Javascript that I can grab the name of the PDF and jump to that place within a list of bookmarks?

For example, say I have a list of 300 bookmarks that open to various PDFs. When a user clicks on a link, it's going to open the PDF with the listing of bookmarks. But, I want that position that they are in to be maintained. So if they click on link 300, when the PDF opens, I want the listing of bookmarks to drop down to that location. With Javascript, can I grab the name of that PDF, match it to the bookmark link and jump to that position?

Thanks!

My Product Information:
Acrobat Pro 7.0, Windows
jbfreels
Registered: Feb 19 2008
Posts: 63
I don't see anything in the API reference that will allow you to select a bookmark. That would be your best bet, but I don't see anything standing out at me.