get_pdf_object_tree
Inspect a PDF file's internal object tree in JSON format. Choose lazy loading for efficient token use or full mode for complete structure, optionally targeting specific objects or paths.
Instructions
Nutrient PDF MCP Server - Get JSON representation of PDF object tree with lazy loading
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pdf_path | Yes | Path to the PDF file | |
| object_id | No | Optional: specific object ID to retrieve (e.g., '1 0') | |
| path | No | Optional: object path to navigate (e.g., 'Pages.Kids.0') | |
| mode | No | Parsing mode: 'lazy' (default) or 'full' | lazy |