-
Notifications
You must be signed in to change notification settings - Fork 6
Examples of UiPath PDF activities
Many RPA activities center around processing invoices or order forms. As such, the ability to perform a variety of UiPath PDF activities on files is extremely important. Here we look at a variety of UiPath PDF functions that are possible. The first? Looping through all pdf files in a directory and using the Start Process activity to open each PDF. Other UiPath PDF activities we perform in this example are sending a maximize UiPath PDF hotkey and also closing the UiPath PDF file.
How to get all PDF files in a directory with UiPath
By the way, if you are doing UiPath structured PDF data extraction, you should make the read mode of Adobe 'Infer.' Here's how to do it:
And for data extraction, here's an example of how to extract data fields from a single PDF file:
Here's a look at pulling specific fields out of a PDF with the UiPath Anchor Based activity: