copy_slide_between_presentations
Copy a slide from one open presentation into another to merge decks or reuse a single slide, preserving content while re-theming it to the target deck's master.
Instructions
Copy one slide from one open presentation into another.
Use this to merge decks, or to lift a single slide out of a reference deck into the one you are building. Both presentations must be open on this server (you hold both handles).
The slide keeps its own shapes, text and direct formatting, and its images and charts are copied into the target deck. Anything it inherited from its old theme — placeholder fonts, scheme colours — is re-resolved against the TARGET deck's master, so the copy can look different from the original. Inspect the result with visual_inspect_slides.
layout_index: force a particular layout in the target deck. By default the layout is matched by name, then by placeholder structure; the response reports whether a real match was found in "layout_matched".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slide_index | Yes | ||
| insert_after | No | ||
| layout_index | No | ||
| source_presentation_id | Yes | ||
| target_presentation_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |