PDF

Download 0
Last updated Sep 3, 2026

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

FieldTypeNameDescription
pageIntegerPagee.g. 2 - 1-based page number
image_idStringImage ide.g. image-2-1.png
widthIntegerWidthe.g. 1280 - pixels
heightIntegerHeighte.g. 720 - pixels
source_formatStringSource formate.g. jpg - encoding inside the PDF; the served image is always PNG
urlStringImage urle.g. sonar+pdf://0545f99b-.../image-2-1.png - only when the PDF is addressed by a sonar:// guid