Skip to main content
Participant
October 31, 2016
解決済み

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.
  • 1602 ビュー

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?

このトピックへの返信は締め切られました。
解決に役立った回答 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

try67
Community Expert
try67Community Expert解決!
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-nola作成者
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...