Hello guys,
I am new to programming in JavaScript and Vba.
Okay so I am trying to output data from a few cells from vba into a .js script in order to automatically create bookmarks in pdf files.
This is all going to be part of a big database management system for which has already been created previously.
The database asks the user for inputs which need to be created as bookmarks in pdf files. The inputs will be the page number and the bookmark name.
I am just wondering if it is possible to write code which does this: access the database from your file and populate fields or create bookmarks based on data read from it.
Any help would be greatly appreciated.
Thank you!