Hello Team
Need your help. I want to read data from multiple PDF files and copy into an excel file but I am not able to iterate through all the files.
Please can you guide
Hello Team
Need your help. I want to read data from multiple PDF files and copy into an excel file but I am not able to iterate through all the files.
Please can you guide
Hello @NIKETASHAH
First build a DataTable to store all strings which will output from Read PDF activity. In For Each look add Read PDF activity and add row to Datatable activity. So it will read all PDF files and store in Datatable. After For Each look you can write it to Excel…
To read PDF files in a Directory use For Each file in Directory activity which you can find in Snippets.
Hello
Thanks but i neef sample eorkfloe as not able to iterate pdf files
Thanks