Export Presentation

Export a Google Slides presentation to PDF. Use when user says "export slides", "download as PDF", or "save presentation as PDF".

dmzoneill Updated

File contents

Export Presentation

Export a Google Slides presentation to PDF format.

Inputs

Input Type Default Purpose
presentation_id string required Presentation ID to export
output_path string - Output file path (default: uses title)

Workflow

1. Export

  • google_slides_export_pdf(presentation_id=id, output_path=output_path or "")

2. Post-Action

  • memory_session_log("Exported presentation to PDF", "ID: {presentation_id}")

Output

## 📄 Presentation Exported

{export_result}

### Next Steps
- Share the PDF file
- Upload to document storage
- Attach to Jira issue or Slack message

Key Details

  • Depends on: create_slide_deck or edit_slide_deck
  • Default path: Uses presentation title if output_path not specified

dmzoneill/skills/tree/main/export-presentation commit 88eb2ed918

Frequently asked questions

npx skillmds@latest add dmzoneill/export-presentation