Install
openclaw skills install office-to-pdfConvert office files to pdf
openclaw skills install office-to-pdfConvert 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, .odsto 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