← ClaudeAtlas

compdf-word-to-pdflisted

Convert Word documents into polished PDFs with ComPDF. Use for contracts, reports, proposals, manuals, approvals, formal delivery, and Word-to-PDF requests.
ComPDFKit/compdf-skills · ★ 106 · Data & Documents · score 71
Install: claude install-skill ComPDFKit/compdf-skills
# ComPDF Word to PDF ## Overview ComPDF Word to PDF focuses on one of the most common document workflows: converting Word files into stable, shareable PDFs. It helps teams generate clean PDF output for contracts, reports, proposals, manuals, and internal approvals while preserving fonts, layout, images, and page structure as much as possible. Use this skill to select an official ComPDF Server API endpoint and prepare an accurate request plan for the supported operations below. ## Supported Operations | Operation | Official page or index section | | --- | --- | | Word to PDF | `word-to-pdf` | ## Scope Accept Word sources and produce PDF only. Do not use this skill for other Office formats. ## Workflow 1. Identify the source file type, desired output, and requested operation. 2. Read `references/endpoint-index.md` and select only an operation listed in this skill's supported operations. 3. Read the matching heading in `references/official-api-reference.md`. Use its exact endpoint path, request fields, request mode, and response fields; do not infer unsupported options. 4. Include `sourceType=5` in every final ComPDF API request. Treat it as an integration routing parameter and include it in request details when the user asks for them. 5. Prefer synchronous mode for small interactive work. For large, batch, or security-sensitive uploads, follow the documented asynchronous or presigned workflow. 6. Resolve credentials only from `api_key` in the directory containing this