tosea_pdf_to_presentation
Transform local documents into polished presentations: upload files, choose slide mode (HTML or image), and export as PDF or PPTX with custom templates, logos, and page count range.
Instructions
Upload local source files and generate a final export in one shot. Keep slide_mode='html' by default. Use slide_mode='image' only when the user explicitly wants image-mode rendering. Use template_file_id only with slide_mode='image'; it points to a previously confirmed custom-template upload, not a source document. Use logo_file_id for a previously confirmed logo upload. Choose output_format='pptx_image' when the user wants an image-based PPTX export.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_paths | Yes | ||
| instruction | No | ||
| output_format | No | pptx | |
| export_filename | No | ||
| render_provider | No | default | |
| render_model | No | deepseek-chat-v3.1 | |
| image_model | No | ||
| slide_domain | No | general | |
| page_count_range | No | 8-12 | |
| template_name | No | beamer_classic | |
| logo_file_id | No | ||
| template_file_id | No | ||
| slide_mode | No | html | |
| idempotency_key | No |