Automatically search PDF and add tooltips to key text
I want to check if what I am after is even possible. In short, I want to create a local JSON file that is essentially a dictionary that takes a word and the assoiated definition (eg: {word1 : definition, word2 : definition...}
Then I want to be able to scan a PDF and automatically create a form for each keyword that is a tooltip/popup with the definition.
Very new to Acrobat, so am struggling to know where to start (or if it is even possible?). I'm assuming a document level JS that reads in the JSON file, but not sure how to automatically/dynamically create tooltips.
