convert_document
Convert documents between formats like PDF, DOCX, XLSX, PPTX, HTML, and TXT using LibreOffice's conversion capabilities.
Instructions
Convert a document to a different format
Args:
source_path: Path to the source document
target_path: Path where converted document should be saved
target_format: Target format (pdf, docx, xlsx, pptx, html, txt, etc.)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_path | Yes | ||
| target_path | Yes | ||
| target_format | Yes |