Extract PDF Page
Extracts a PDF page.
This activity extracts a specific page from the given PDF.
Input
Input:
Object Argument
Required
The full path of the PDF filename from which page is to be extracted.Page No:
String Argument
Required
Specifies the page number or a range of page numbers of the page/pages to be processed.
Options
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.
Output
Result:
Object Variable
The full path of the Filename/variable to which the extracted page is to be saved.
Last updated