Extract Images from PDF

Estimated reading: 2 minutes 7 views

This activity allows users to extract and save images from the specified PDF file to a local directory.

Properties

INPUT

Extract from all pages: *Enables the extraction of images from all pages in the PDF. This option is enabled by default.

Image Format: Specifies the image format in which the extracted images will be saved. Available options include:

a. PNG
b. JPG
c. JPEG
d. TIFF
e. GIF
f. BMP

Output Folder Path: Specifies the local directory path where the extracted images will be saved. Accepts values in String datatype.

Password: Specifies the password for the input PDF if it is password-protected. Accepts values in String datatype.

PDF File Path: *Specifies the file path of the input PDF from which images are to be extracted. Accepts values in String datatype.

Range: Indicates the page numbers from which images should be extracted. Accepts values in String datatype. The accepted formats are:

a. 1 (single page)
b. 1,3 (specific pages)
c. 3-5 (page range)
d. ALL (entire document)

MISC

Display Name: Displays the name of the activity. The activity name can be customized, which aids in troubleshooting.

SkipOnError: Specify the “Boolean” value as “True” or “False.”

True: Continue executing the workflow regardless of any errors thrown.
False: Halt the workflow if it encounters any errors.
None: If the option is left blank, the activity will, by default, behave as if “False” were chosen.

Version: It indicates the version of the feature being used.

Output

Extracted Images Path: Returns a list containing the file paths of all extracted images. The output is in List of String datatype.

Result: This parameter allows you to view the execution status of the activity and returns a value in “Boolean.”

True: Indicates that the activity has been executed successfully without any errors.
False: Indicates that the activity has been unsuccessful due to an unexpected error being thrown.

Total Images Extracted: Returns the total number of images extracted from the PDF. The output is in Int32 datatype.

* Represents mandatory fields to execute the workflow.

Share this Doc

Extract Images from PDF

Or copy link

CONTENTS