word_convert_to_pdf
Convert Word documents (.docx) to PDF using local LibreOffice installation. Specify the file path and optional output path for direct conversion.
Instructions
Convert a .docx file to PDF via a local LibreOffice install (requires LibreOffice/'soffice' on PATH or a standard install location)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the .docx file | |
| output_path | No | Absolute path to write the PDF to (default: file_path with a .pdf extension) |