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

Can I find and highlight certain text automatically? I have a document 4k+ pages and need to highlight a recurring word.

New Here ,
Oct 31, 2016 Oct 31, 2016

Can I find and highlight certain text automatically?   I have a document 4k+ pages and need to highlight a recurring word.  Actually it is two words, but need them different colors.

Or would WORD make more sense?

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

correct answers 1 Correct answer

Community Expert , Oct 31, 2016 Oct 31, 2016

There are several ways this can be done in a PDF file:

- In Acrobat you can do it using a script, although processing 4K pages will probably be too much for a script to handle.

- In Acrobat Pro you can use an Action to mark the words for removal and then use a script to convert that redaction markup into a highlight.

- It's also possible to do it using a stand-alone tool.

I've developed all three tools. For example, this script : Custom-made Adobe Scripts: Acrobat -- Highlight All Instances of a Word or Phrase in a PDF

...
Translate
Community Expert ,
Oct 31, 2016 Oct 31, 2016

There are several ways this can be done in a PDF file:

- In Acrobat you can do it using a script, although processing 4K pages will probably be too much for a script to handle.

- In Acrobat Pro you can use an Action to mark the words for removal and then use a script to convert that redaction markup into a highlight.

- It's also possible to do it using a stand-alone tool.

I've developed all three tools. For example, this script : Custom-made Adobe Scripts: Acrobat -- Highlight All Instances of a Word or Phrase in a PDF

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
New Here ,
Nov 01, 2016 Nov 01, 2016

Thank you - I'll give these ideas a try.

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 ,
Nov 01, 2016 Nov 01, 2016
LATEST

I forgot to add that if doing it in Word is fine with you, that might be the easiest solution...

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