office-to-pdf

star 18

Convert office files to pdf

bighardperson By bighardperson schedule Updated 4/26/2026

name: office-to-pdf description: "Convert office files to pdf" metadata: { "openclaw": { "emoji": "📄", "requires": { "bins": ["libreoffice"] }, "install": [ { "id": "apt", "kind": "apt", "package": "libreoffice", "bins": ["libreoffice"], "label": "Install via apt", }, ], },

}

convert office files to pdf

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:

  • Presentations: .ppt, .pptx, .odp
  • Documents: .doc, .docx, .odt, .rtf
  • Spreadsheets: .xls, .xlsx, .ods

to pdf.

Command Patterns

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

Install

sudo apt install libreoffice
Install via CLI
npx skills add https://github.com/bighardperson/computer-science-skills-collection --skill office-to-pdf
Repository Details
star Stars 18
call_split Forks 3
navigation Branch main
article Path SKILL.md
More from Creator
bighardperson
bighardperson Explore all skills →