Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Find a text and get the coordinates of the text

Explorer ,
Jun 21, 2016 Jun 21, 2016

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

TOPICS
Acrobat SDK and JavaScript
1.5K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 21, 2016 Jun 21, 2016
LATEST

With the JavaScript API you can check all words in the document.

Look at getPageNthWord and getPageNthWordQuads in the Acrobat JavaScript Reference.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines