Skip to main content
March 30, 2017
Answered

VBA createChild Bookmark Action not working

  • March 30, 2017
  • 1 reply
  • 774 views

I have the following code

BMR.createChild currentCollege & " " & pageNum, "this.pageNum =1"

It successfully creates a bookmark within my PDF, but the action doesn't work. It will not jump to the correct page. Any help would be much appreciated.

Thanks

This topic has been closed for replies.
Correct answer

I actually ended up fixing the issue. It was generating the bookmarks successfully but the action I was assigning to each individual bookmark was non existent. Turns out the PDF generated out of Microsoft Access was in PDF/A format which I believe was the issue with the actions. Thanks!

1 reply

Legend
March 30, 2017

Does the Acrobat UI show the action as expected in the bookmark editor? Or a different action? Or no action? Or something else?

Correct answer
April 3, 2017

I actually ended up fixing the issue. It was generating the bookmarks successfully but the action I was assigning to each individual bookmark was non existent. Turns out the PDF generated out of Microsoft Access was in PDF/A format which I believe was the issue with the actions. Thanks!