How does one create a bookmark in a pdf document using Javascript?
I have tried using this code from the Adobe Acrobat SDK documentation:
However, when I do this in the Javascript console of Foxit Phantom I get
Any help would be appreciated!
I have tried using this code from the Adobe Acrobat SDK documentation:
Code:
this.bookmarkRoot.createChild("Next Page", "this.pageNum++");
Code:
[ Line: 00000 { TypeError } ] : undefined is not a function
Comment