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

programmatically adding multiple Bookmark Actions

pouchkangaroo
Registered: Feb 13 2008
Posts: 3

Have anyone done this?
Is there a way to set more than one action for a Bookmark through coding?
I have two actions for each bookmark.
The first is zoom in on a section of a page.
The second action is running a javascript that open another pdf file over the top.
I have always need to add the second action manually within the Bookmark Properties Actions tab and this is time consuming.

Thanks

tplumer
Expert
Registered: Dec 1 2005
Posts: 122
Depending on the similarity of the files you are working with, you could create a file with the bookmark in it and then use replace pages to change the content.

I am a long-time Acrobat user, an employee of Adobe Systems, and Maine native. I have created training videos for Total Training, consulted with people to help them better use Acrobat, and developed new business for Adobe as a Business Development Manager

pouchkangaroo
Registered: Feb 13 2008
Posts: 3
tplumer wrote:
Depending on the similarity of the files you are working with, you could create a file with the bookmark in it and then use replace pages to change the content.
The files are similar and each has its own set of bookmarks.
I like to know if it is possible to set double or more actions for a bookmark through code. I know this can be done manually. Thanks for your suggestion/work around.