Convert PDFs to Word, Excel, PPT, HTML, RTF, images, CSV, TXT, JSON, Markdown, OFD, or editable PDF, and convert supported documents and images to PDF with ComPDF. Use for general bidirectional PDF conversion workflows.
Scanned 8/31/2026
Install to Claude Code
npx -y skills add ComPDFKit/compdf-skills --skill pdf-converter --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Pdf Converter?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/compdfkit-pdf-converter)More formats (shields.io, HTML) on the badges page.
---
name: pdf-converter
description: Convert PDFs to Word, Excel, PPT, HTML, RTF, images, CSV, TXT, JSON, Markdown, OFD, or editable PDF, and convert supported documents and images to PDF with ComPDF. Use for general bidirectional PDF conversion workflows.
---
# PDF Converter
## Overview
PDF Converter Skill covers both PDF-to-document and document-to-PDF workflows for AI agents and operations teams. It supports converting PDFs into Word, Excel, Markdown, HTML, JSON, CSV, TXT, images, and slides, while also turning Word, Excel, Slide, HTML, TXT, CSV, PNG, and RTF files into PDF. The skill is built for teams that want one dedicated conversion layer across inbound and outbound document workflows.
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 |
| --- | --- |
| All PDF-to-other conversion endpoints | `Conversion endpoints: PDF to Others` |
| All document-to-PDF conversion endpoints | `Conversion endpoints: Others to PDF` |
| All image-to-document conversion endpoints | `Conversion endpoints: Image to Others` |
## Scope
Handle conversion only. Route OCR-only, page editing, security, watermark, and compression requests to their focused skills.
## 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 `SKILL.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-local `api_key` file after the user confirms storage. Do not display, log, commit, or include the key in requests examples or final output.
7. 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.
8. 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](https://www.compdf.com/compdf-portal/signin?utm_source=github&utm_medium=referral&utm_campaign=compdf_skills_repo_en&ref_platform_id=github_compdfkit_skills_en). 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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!