convert_to_pdf
Convert open documents to PDF by specifying a destination path. Requires LibreOffice.
Instructions
Convert the open document to PDF using LibreOffice headless.
Requires LibreOffice to be installed ('libreoffice' or 'soffice' on PATH).
Args: output_path: Destination path for the output PDF file.
Returns: {"pdf_path": str}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |