Extract Image From PDF

Extracts an image from the given PDF.

This activity extracts an image from the user-specified PDF.

Input

  • Filename: Object Argument Required The full path of the PDF filename from which the images are to be extracted.

  • Page No: String Argument Required Specifies the page number or a range of page numbers of the page/pages to be processed

The page number range can be specified as the following: "0" - All Pages "1" - Page 1 "1-5" - Pages 1 to 5 "1,4,6" - Pages 1,4,6 "1,3,5-9,12" - Pages 1,3,5 to 9 and 12

"^1" - Last page of the given PDF "^2" - Second last page of the given PDF "1,^1" - Pages 1,Last page of the given PDF

  • File Extension: Specifies the file extension in which the extracted images are to be saved. The options are:

    • Jpg

    • Png

    • Bmp

Output

  • Output: String Variable Store the full path of the Directory to which the extracted image(s) are to be saved.

Last updated