Skip to main content
Participant
July 23, 2020
Question

How do I perform an Inclusive search of multiple search terms?

  • July 23, 2020
  • 1 reply
  • 259 views

Hello, I am attempting to search a rather large pdf for 3 specific search terms. I need the results of my search to contain all 3 of my search terms on the same page but don't know how to do it. I would also like to export the pages that appear in the search results into a seperate pdf. Is this possible? Thanks.

This topic has been closed for replies.

1 reply

bebarth
Community Expert
Community Expert
July 24, 2020

Hi,

Yes, it's possible writing a JavaScript with Acrobat Pro.

The complexity of this script will depend on what you exactly want.

  1. Does "terms" means "single words" or "string of words"
  2. Should we take into account the order of these terms on each page
  3. Should we respect the case of letters or not

@+