pdf-images
Enumerates the embedded images of a PDF in the file store, one row per image.
pdf-images url=VALUE [range=VALUE] [password=VALUE]
- url=VALUE
- Required. File store url of the PDF, e.g. sonar://{file_guid}
- range=VALUE
- Optional. Page selection, e.g. "1-5,7" (1-based). Every page when omitted.
- password=VALUE
- Optional. Password of an encrypted PDF. Tries the empty password when omitted.
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| page | Integer | Page | e.g. 2 - 1-based page number |
| image_id | String | Image id | e.g. image-2-1.png |
| width | Integer | Width | e.g. 1280 - pixels |
| height | Integer | Height | e.g. 720 - pixels |
| source_format | String | Source format | e.g. jpg - encoding inside the PDF; the served image is always PNG |
| url | String | Image url | e.g. sonar+pdf://0545f99b-.../image-2-1.png - only when the PDF is addressed by a sonar:// guid |