# Extract PDF Images

> Extract PDF Images activity, which extracts all images found in a PDF file in Studio Web workflows.

:::warning
This activity is deprecated. Use its equivalent from the **UiPath.PDF.Activities** package going forward.
:::

`UiPath.IntelligentOCR.StudioWeb.Activities.PDF.ExtractPDFImages.ExtractPDFImages`

## Description

The activity extracts all the images it finds in the PDF file.

## Project Compatibility

**Windows | Cross-platform**

## Properties

* **PDF File** - The file object.

## Advanced

* **ImageExtension** - A drop-down menu which specifies the extension you want to save the extracted images with. The available options are `.png`, `.jpeg`, `.tiff`. By default, `.png` is selected.
* **File Password** - Specifies the password of the PDF file, if one is required.

### Output
* **Extracted Images** - The full collection of file objects.
