Activities
This section includes App Integration related activities found in the UiPath.PDF.Activities pack. The following table shows the activities available in the PDF package, and their descriptions.
Table 1. The activities available in the PDF.Activities package
| Description | |
|---|---|
| Get PDF Page Count | Provides the total number of pages in a PDF file. |
| Read PDF Text | Reads all characters from a specified PDF file and stores them in a string variable. |
| Read PDF With OCR | Reads all characters from a specified PDF file and stores it in a string variable by using OCR technology. |
| Read XPS Text | Reads all characters from a specified XPS file and stores it in a string variable. |
| Read XPS With OCR | Reads all characters from a specified XPS file and stores it in a string variable by using OCR technology. |
| Export PDF Page As Image | Creates an image from a page in a specified PDF file. |
| Extract Images From PDF | Extracts images from a specified PDF file. |
| Extract PDF Page Range | Extracts a specified range of pages from a PDF document. |
| Join PDF Files | Joins multiple PDF files stored in an array of strings into a single PDF file. |
| Manage PDF Password | Changes the password of a specified PDF file. |