Export New PDF Document
Function Description
TIP
This command is used to extract part of the content from the current PDF file and save it as a new PDF document. Please install the PDF plugin first from [Settings] - [Plugin Center] before use.
Configuration Item Description
General
Command Input
Original File Path
string
: Please enter the original file pathExtract Range
Integer
: Select the page range to extractPage Number
Integer
: Please enter the page number to be exported. The page index starts from 1Start Page Number
Integer
: Please enter the start page number to extract. The page index starts from 1End Page Number
Integer
: Please enter the end page number to extract. The page index starts from 1Save New File To
string
: Please enter the save path for the new fileIf File Exists
Integer
: Please select the file saving method when the file already exists
Command Output
- Save New File Path To
string
: Specify a variable to save the new file path
Advanced
Use Password
Boolean
: Whether a password is required to open the filePassword
string
: Password required to open the fileDelay Before(milliseconds)
Integer
: The waiting time before instruction execution
Error Handling
Print Error Logs
Boolean
: Whether to print error logs to the "Logs" panel when the command fails. Default is checked.Handling Method
Integer
:Terminate Process: If the command fails, terminate the process.
Ignore Exception and Continue Execution: If the command fails, ignore the exception and continue the process.
Retry This Command: If the command fails, retry the command a specified number of times with a specified interval between retries.
Usage Example
Process logic description:
Common Errors and Handling
None
Frequently Asked Questions
None