working-with-documents
Installation
SKILL.md
Working with Documents
Quick Reference
| Format | Read | Create | Edit |
|---|---|---|---|
| DOCX | pandoc, python-docx | docx-js | OOXML (unpack/edit/pack) |
| pdfplumber, pypdf | reportlab | pypdf (merge/split) | |
| PPTX | markitdown | html2pptx | OOXML (unpack/edit/pack) |
Word Documents (.docx)
Reading Content
# Convert to markdown (preserves structure)
pandoc document.docx -o output.md