Ctrl + F find text in PDF from Excel sheet and paste value from PDF back into Excel sheet

Hi

I was wondering if UI Path had the ability to iteratively search through a PDF based on an Excel data table and paste values back into that Excel data table. I have not seen anything regarding the Ctrl + Find functionality on the forums, so any help would be appreciated.

Thanks!

You can read entire pdf using read pdf activity and use Matches activity to find the text using regex.

@Vivek_Arunagiri But using read pdf its output is String isn’t it? so you can’t put it back to an excel file?

Hi, I have a similar problem. I need to compare Excel data with pdf data.