How to scrap relative data from from all files in a folder

how can i open a pdf file and scrape relative data from it. nd i have to do that to each and every file in the same path

First of all, get all the files which are of type PDF in the same folder, Then use pdf activities to scrape the data.

Else, you can convert the PDF to text and then use string manipulations to get the required data from it. @Chaitanya_podilapu