Save PDF as Image
Function Description
TIP
This instruction is used to save a specific page as an image
Configuration Item Description
General
Command Input
File path
string
: Please enter the PDF file pathExtract range
Integer
: Select the page range to extractPage number
Integer
: Please enter the page number to extract. Page index starts from 1Starting page number
Integer
: Please enter the starting page number to extract. Page index starts from 1Ending page number
Integer
: Please enter the ending page number to extract. Page index starts from 1Image name prefix
string
: Please enter the image name prefixSave image to
string
: Please enter the folder path to save the image
Command Output
- Save image to
TList<String>
: Specify a variable to save the list of image paths
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