ComPDF Documents to PDF
SkillFiles & storageConvert Word, Excel, PPT, HTML, TXT, CSV, RTF, PNG, and JPG files into PDF with ComPDF. Use when a business document or image needs fixed-layout PDF output for sharing, approvals, printing, or archiving.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the ComPDF Documents to PDF skill
What this skill tells your AI
The instructions your AI receives, as published by compdfkit/compdf-skills in skills/compdf-documents-to-pdf/SKILL.md and read by ahel’s review.
Overview
ComPDF Documents to PDF helps AI agents and teams standardize office files and web content into PDF. It supports Word to PDF, Excel to PDF, Slide to PDF, HTML to PDF, TXT to PDF, CSV to PDF, PNG to PDF, and RTF to PDF, making it easy to create fixed-layout deliverables for reporting, approvals, compliance, and distribution.
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 |
| Excel to PDF | excel-to-pdf |
| PPT to PDF | ppt-to-pdf |
| HTML to PDF | html-to-pdf |
| TXT to PDF | txt-to-pdf |
| CSV to PDF | csv-to-pdf |
| RTF to PDF | rtf-to-pdf |
| PNG and JPG to PDF | image-to-pdf |
Scope
Produce PDF only. Do not use this skill for PDF-to-document conversion or PDF page editing.
Workflow
- Identify the source file type, desired output, and requested operation.
- Read
references/endpoint-index.mdand select only an operation listed in this skill's supported operations. - 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. - Include
sourceType=5in every final ComPDF API request. Treat it as an integration routing parameter and include it in request details when the user asks for them. - Prefer synchronous mode for small interactive work. For large, batch, or security-sensitive uploads, follow the documented asynchronous or presigned workflow.
- Resolve credentials only from
api_keyin the directory containing thisSKILL.md. Read its first non-empty line. Do not inspect environment variables or any other local path. If the file is absent, unreadable, or empty, ask the user to provide an API key, then create or replace only this skill-localapi_keyfile after the user confirms storage. Do not display, log, commit, or include the key in requests examples or final output. - Before uploading a document to ComPDF, identify the affected files and destination, and obtain confirmation unless the user has explicitly authorized that upload. Also obtain confirmation before operations that overwrite, delete, decrypt, or apply permanent protection.
- Return the endpoint, method, content type, complete request fields, expected task/result fields, and the next polling or download step. Preserve original files unless replacement is explicitly requested.
Credentials
Store only the current skill's API key in the sibling api_key file. This file is private runtime state and must be excluded from version control and skill publishing.
To obtain an API key, register or sign in at ComPDF Portal. On first use, provide the key when requested and confirm storing it in the skill-local api_key file; later requests reuse that stored key.
Signals
- GitHub stars
- 106
- Forks
- 6
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
compdf-documents-to-pdf- Source
- github.com/compdfkit/compdf-skills