Can UiPath process multiple pdfs or documents. For example using the read csv or read pdf actvities. Or is this done through using a for each loop and set up a folder with pdf documents so that it cycles through them. In this case what activites allows you set a folder of pdfs or excels or anything else?
-
strPDFFiles [ ] = Directory.GetFiles(“FolderPath”,“*.pdf”)
-
It will give you array of PDF files in that particular folder then use For Each loop activity to iterate that files one by one.
2 Likes
Thanks man. That makes sense.
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.