返回 Skill 列表
extension
分类: 其它无需 API Key

office-to-pdf

将办公文件转换为PDF

person作者: minchocoinhubclawhub

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