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

Creating a "Go to a page.." action using javascript

New Here ,
Jun 17, 2023 Jun 17, 2023

Hi,
I have a script that creates bookmarks with "this.pageNum=10" and it works, when clicking the bookmark it jumps to that page, but when i try to "Split by Top-level bookmarks" (Orgenize pages tab) it doesn't recognize the js bookmarks...
it only recognize the bookmarks created manualy with "Go to a page in this document" Action - How can i create this type of action with js?

Thanks!

TOPICS
Acrobat SDK and JavaScript , Windows
511
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
Community Expert ,
Jun 18, 2023 Jun 18, 2023
LATEST

Not possible. A script can only create JS-based actions.

However, you can convert those actions later on using this (paid-for) tool I've created: http://try67.blogspot.com/2011/09/convert-javascript-links-to-real-web.html

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