Inspect PPTX OOXML and SmartArt
pptx_inspectInspect PPTX files safely by parsing ZIP/XML to extract slide text, diagram mappings, and connection diagnostics without executing macros or embedded code.
Instructions
Safely inspect a PPTX inside the selected workspace using Python standard-library ZIP/XML parsing. Returns slide text, diagram-to-slide mappings, dgm:pt points, dgm:cxn connections, and orphan/duplicate diagnostics. Does not execute macros, embedded objects, or workspace code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| page_end | No | ||
| page_start | No | ||
| workspace_id | No | Required when server_info lists multiple workspaces. |