Extract PDF Page
Extracts a PDF page.
Last updated
Extracts a PDF page.
Last updated
This activity extracts a specific page from the given PDF.
Input: Required
The full path of the PDF filename from which page is to be extracted.
Page No: Required
Specifies the page number or a range of page numbers of the page/pages to be processed.
Merge:
True
- If selected, the activity merges all the extracted pages and is stored as a single pdf file in the given location.
False
- If selected, the activity stores all the extracted pages individually in the given location.
Replace:
True
- If selected, the activity replaces the file with the same name as the newly created file at the specified destination.
False
- If selected, the activity won't replace the file with the same but instead produces an error message.
Result: The full path of the Filename/variable to which the extracted page is to be saved.