PDF

Download 0
Last updated Sep 3, 2026

pdf-pages

Extracts the text of a PDF in the file store, one row per page.

pdf-pages 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. 3 - 1-based page number
textStringTexte.g. Quarterly incident summary... - extracted page text, truncated at 100,000 chars
char_countIntegerChar counte.g. 2841 - length before truncation
is_truncatedBooleanTruncatede.g. false