Documents

fetch_document_pages

Return specific pages of a PDF (format: pdf / xhtml / images). Avoids exceeding the agent's context window.

Return specific pages of a PDF in one of three formats. `format='pdf'` preserves the original text layer and fonts (only format that gives you byte-exact text). `format='xhtml'` re-renders text for readability. `format='images'` returns page images.

Parameters

NameTypeRequiredDescription
jurisdictionstringyesISO code.
document_idstringyesFrom list_filings.
pagesstringyesPage range like '1-10' or '5,7,9'.
formatstringnopdf / xhtml / images.

Supported jurisdictions

This tool currently has no live registry bindings. See per-country support.

Related tools