render_page
Convert a Google Slides page into a PNG image to visually verify its rendering. Supports small, medium, and large size options.
Instructions
Render a slide to a PNG image for visual verification. (1 expensive call.)
Returns the server-side rendered pixels of the slide — the same image a viewer sees — so you can confirm output looks correct. Rendering is per-page by design (the thumbnail endpoint is an expensive quota operation).
Args: presentation_id: The presentation ID. page_id: The slide object ID. size: LARGE (~1600px), MEDIUM (~800px), or SMALL (~200px) wide.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| presentation_id | Yes | ||
| page_id | Yes | ||
| size | No | LARGE, MEDIUM, or SMALL | MEDIUM |