Hi, is it possible to use ReadPDF Activity to scan for a matching word that the user enters from a pdf or a Docx word document. lets assume the user inpute “Office” as his search phrase, i want RPA to scan several documents including word documents and pdf.?
I am unsure if you are asking someone to create it for you or if you are asking a specific question ?
- No,
read pdf
cannot read work documents,Get Paragraph
can be used for that. - You can use any kind of string tools to search the content, or if you like regular expression you could use
Match
activity - If you need to enumerate the files in a folder, you can use System.IO.Directory.GetFiles
Thanks, this worked as expected.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.