convert_to_pdf
Convert an open document to PDF by specifying the output file path. Uses LibreOffice headless for conversion.
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 |