Convert a document to another format
convert_documentConvert documents to PDF, HTML, or PNG formats using LibreOffice-WASM. Returns converted file as base64.
Instructions
Convert a document (base64) to another format via LibreOffice-WASM — e.g. to 'pdf', 'html', 'png'. Returns the converted bytes as base64. Fidelity-critical, no native LibreOffice needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Target format, e.g. 'pdf', 'html', 'xlsx'. | |
| bytes_base64 | Yes | The source file bytes, base64-encoded. |