0
Creating a "Go to a page.." action using javascript
New Here
,
/t5/acrobat-sdk-discussions/creating-a-quot-go-to-a-page-quot-action-using-javascript/td-p/13873345
Jun 17, 2023
Jun 17, 2023
Copy link to clipboard
Copied
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/acrobat-sdk-discussions/creating-a-quot-go-to-a-page-quot-action-using-javascript/m-p/13873586#M91720
Jun 18, 2023
Jun 18, 2023
Copy link to clipboard
Copied
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

