Find a word in a PDF File

Hi,

I want to be able to find a word within a PDF file. I have used used the Read PDF Text activity to get all the text within the PDF.

Thanks.

@redanime94

  1. Assign the output to one string variable named strPdfText.

  2. And then use below condition in IF activity to check required string existing or not.

     strPdfText.Contains("Required string")
    

Above expression will give True if required string found in Pdf file else not.

hello @redanime94 ,

You can try to use the Find\Replace activity. Plz find the doc below or you can use the method suggested by @lakshman