Copy link to clipboard
Copied
Hi All
I want to find/search text(may be single word or muti line text) in pdf and in addition i would like to get the coordinates of the found text. Is its is possible? using acrobat sdk if possible which api should i use.
Findtext in vb method is used to return the result but i am not able to get its coordinates
Thanks
Bala
Copy link to clipboard
Copied
With the JavaScript API you can check all words in the document.
Look at getPageNthWord and getPageNthWordQuads in the Acrobat JavaScript Reference.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now