PDF Tools
Extract Images from a PDF
Extracts images from PDF files. Useful for media reuse, evidence collection, and document asset processing.
Uses
Use this task for extracting images from a PDF file.
Basic Usage
Flow Data Explained
files required array
An array of PDF files from which to extract images.
format required string
The output format of the images. Available options are: png, jpeg, gif
allow_duplicates required boolean
Whether to allow duplicate images to be extracted. When set to false, identical images that appear multiple times in the PDF are only extracted once.
function required string
The pdf_tools function to call, in this case it would be extract_images