I need to find the number of the page where a keyword is located in a pdf. Do you know any activity that gives me the total number of pages that a PDF file has?

Hello Tushar

below solution helps to search one keyword at time through start to end of PDF
Sr= new StreamReader(path.trim)
MatchesVar= regex.Matches(sr.ReadtoEnd(), “/Type\s*/pages[^s]”)

could you please help me to code dynamic solution,
where search criteria is array of multiple elements and need to search at one time(in on GO) when document is being read from start to end in on GO.

My problem is details explained in below post …

Will really thanks full if we come up with solution