← ClaudeAtlas

compdf-page-editorlisted

Merge, split, rotate, insert, delete, and extract PDF pages with ComPDF. Use for PDF page management, document assembly, cleanup, restructuring, and selected-page output.
ComPDFKit/compdf-skills · ★ 106 · Data & Documents · score 71
Install: claude install-skill ComPDFKit/compdf-skills
# ComPDF Page Editor ## Overview ComPDF Page Editor gives AI agents a focused PDF page-management skill for assembling, cleaning, and restructuring documents. It supports merging multiple PDFs, splitting large files, rotating pages, inserting new pages, deleting pages, and extracting selected pages or ranges. The skill fits document-prep workflows before review, filing, delivery, or automation. 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 | | --- | --- | | Merge PDFs | `merge` | | Split PDF | `split` | | Rotate pages | `rotate` | | Insert pages | `insert` | | Delete pages | `delete` | | Extract pages | `extract` | ## Scope Use only page-management endpoints. Validate one-based page ranges and request confirmation for destructive edits unless already authorized. ## 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.