Skip to main content
Participant
October 31, 2016
Answered

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

  • October 31, 2016
  • 1 reply
  • 1600 views

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?

This topic has been closed for replies.
Correct answer try67

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

1 reply

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
November 1, 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

judy-nolaAuthor
Participant
November 1, 2016

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

try67
Community Expert
Community Expert
November 1, 2016

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