Convert one or more LibreOffice-supported documents to PDF with LibreOffice in headless mode.
Use this skill when an OpenClaw workflow needs to normalize office files such as:
.ppt, .pptx, .odp
.doc, .docx, .odt, .rtf
.xls, .xlsx, .ods
to pdf.
Convert one file:
libreoffice --headless --convert-to pdf --outdir ./out ./input.pptx
Convert multiple files:
libreoffice --headless --convert-to pdf --outdir ./out ./a.docx ./b.pptx ./c.xlsx
sudo apt install libreoffice
共 1 个版本