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

Is there any to navigate exact location of a text in the document?

New Here ,
Jun 26, 2023 Jun 26, 2023

Copy link to clipboard

Copied

Problem statement: Want to navigate Exact index of a string in the document 
 sentense: The rain poured relentlessly, drenching the earth in a symphony of rhythmic droplets.
want to go and highlight in secound the directly

Views

186

Translate

Translate

Report

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
Adobe Employee ,
Jun 26, 2023 Jun 26, 2023

Copy link to clipboard

Copied

LATEST

While we have an API to go to a page and X,Y coordinate, we don't have an API to go to text, unless you use the Search API (https://developer.adobe.com/document-services/docs/overview/pdf-embed-api/howtos_ui/#search-apis), but this is going to highlight the text as well. In theory, you could use the Extract API and find it that way, _before_ using Embed to render the PDF.

Votes

Translate

Translate

Report

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
Resources