I'm using VBA to read the PDF content in Kofax. I need to find an specific word through VBA like using ctrl+f in the PDF. There is a method called FindText but there is no example of how to use this method.
I would like to find the word, highlight it and return the annotation number within the PDF page.