UiPath Automation Developer Professional v1 — Question 125
The Extract PDF Page Range activity is used to extract a specific set of pages from a PDF file. Which of the following statements correctly describes this activity?
Answer options
- A. OutputFileName argument is optional.
- B. Password-protected PDF files cannot be processed with this activity,
- C. PageCount argument outputs the number of extracted pages.
- D. Range argument accepts complex range values or “All”.
Correct answer: D
Explanation
Option D is correct because the Range argument indeed allows for complex values or the specification of 'All' pages. Option A is incorrect as the OutputFileName is typically required for defining where to save extracted pages. Option B is wrong since password-protected PDFs can often be processed if the correct password is provided. Option C is inaccurate because the PageCount does not output the number of pages extracted; it is simply an informative parameter.