Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

VBA createChild Bookmark Action not working

Guest
Mar 30, 2017 Mar 30, 2017

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

TOPICS
Acrobat SDK and JavaScript
698
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Deleted User
Apr 03, 2017 Apr 03, 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!

Translate
LEGEND ,
Mar 30, 2017 Mar 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?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Apr 03, 2017 Apr 03, 2017
LATEST

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!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines