PDF Extract Images
Function Description
TIP
This command is used to extract images from a PDF file. Before using, please install the PDF plugin in [Settings] - [Plugin Center].
Configuration Item Description
General
Command Input
File Path
string
: Please enter the PDF file pathExtraction Range
Integer
: Select the page range to extractPage Number
Integer
: Please enter the page number to extract. Page numbers start from 1.Starting Page Number
Integer
: Please enter the starting page number to extract. Page numbers start from 1.Ending Page Number
Integer
: Please enter the ending page number to extract. Page numbers start from 1.Image Name Prefix
string
: Please set a prefix for the extracted image namesSave Images To
string
: Please enter the folder path to save the images
Command Output
- Save Image Path List To
TList<String>
: Set a variable to save the list of image paths
Advanced
Use Password
Boolean
: Does the file require a password to open?Password
string
: Enter the 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