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: 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.
The page number range can be specified as the following: "1" - Page 1 "1-5" - Pages 1 to 5 "1,4,6" - Pages 1,4,6 "1,3,5-9,12" - Pages 1,3,5 to 9 and 12 "^1" - Last page of the given PDF "^2" - Second last page of the given PDF "1,^1" - Pages 1,Last page of the given PDF
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:Object Variable
The full path of the Filename/variable to which the extracted page is to be saved.