Skip to main content

Extract Images From PDF

Description

This Activity extracts the images from a specified PDF file.

Design Time Configuration

At design time, you can configure the following properties:

  • PDF File Path – The name of the PDF file you want to export as an image.
  • Page(s) to read – Use the options below to read the images from one or more pages.
OptionDescription
All    Choose this option to read the images on all the page(s).
SingleChoose this option to read the images on one page.
Range  Choose this option to read the images on the specified page(s) range.
  • From page - This option is visible when you choose Range in Page(s) to read. Specify the initial page to initiate the image reading.
  • To page - This option is visible when you choose Range in Page(s) to read. Specify the concluding page number within the range for the image reading.
  • Page number - This option is visible when you choose Single in Page(s) to read. Specify the specific page number for reading the images.
  • Image Name Prefix – Specify the prefix to use while saving the image files
  • Save Images To – Specify the path of the folder where to export the images.

Properties

Input

  • Image Format – Specify the format of the extracted images to save.
  • Password—Specify the file's password if password protected.

Misc

  • DisplayName – Add a display name to your Activity.
  • Private – By default, Activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.

Optional

  • Continue On Error – It Specifies whether the automation should continue even when the Activity throws an error. If True, the Activity continues without throwing any exceptions. If False, the Activity throws an exception. The default value is False.
note

Catches no error if this Activity is present inside the Try-Catch block and the value of this property is True.

Example

Download Example

Correlation Scope