PDF Automation Scenario

Hi @Harsha_S1

First used a for each file in folder where your 500 pdf’s are then…

Inside use a read pdf file with(item.fullname gives the filepath) to read into a string(str)

Then use if condition to check your string str.contains(“MarketValue”) on true side do not do anything and on false side delete the file

Cheers

1 Like