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

Bookmarks in PDF created from Access reports

Wilco
Registered: Jun 26 2007
Posts: 2

Hello,
I'm currently trying to automatically insert bookmarks in an access report printed to PDF (1 or 2 report page per country; I would like the pdf to be bookmarked by country). Any leads on where I could start ?

My Product Information:
Acrobat Pro 7.0.0, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
Yes, this can be done with JavaScript. There are 2 methods.

#1. Use the "createChild()" function in the Bookmark object. The bookmark's action then has to be set to a JavaScript Action.

#2. Execute the "CreateBookmark" menu item. This menu item automatically sets the bookmark to navigate to the current page.

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script