Export PDF Page As Image
Description
This Activity converts the selected PDF pages into images.
Design Time Configuration
At design time, you can configure the following properties:
- PDF File Path – Specify the path of the PDF file to export as an image.
- Page(s) to read – Use the options below to convert one or more PDF pages into images.
Option | Description |
---|---|
All | Choose this option to convert all the page(s) as images. |
Single | Choose this option to convert the specified page as an image. |
Range | Choose this option to convert all the page(s) in the specified range into image(s). |
- From page - This option is visible when you choose Range in Page(s) to read. Specify the initial page to initiate the page-to-image conversion.
- To page - This option is visible when you choose Range in Page(s) to read. Specify the concluding page number within the range for page-to-image conversion.
- Page number - This option is visible when you choose Single in Page(s) to read. Specify the specific page number for converting to an image.
- Image Name Prefix – Specify the Prefix to save the image files
- Image Resize Percentage – Enter the percentage value to rescale an image.
- Save Images To – Specify the path of the folder to export the converted images.
- Result – File paths of the extracted images.
Properties
Input
- Image Format – Specify the format of the converted 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