# PDF Processing

> Extract text from PDFs, fill forms, and merge documents

- Skill: `srogouski/pdf-processing` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add srogouski/pdf-processing`
- Raw SKILL.md: https://api.skillmd.com/api/skills/srogouski/pdf-processing/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: srogouski (https://skillmd.com/u/srogouski)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/srogouski/pdf-processing

---


# PDF Processing Skill

This skill helps you work with PDF documents.

## Capabilities

- Extract text content from PDF files
- Fill form fields in PDF documents
- Merge multiple PDFs into one
- Split PDFs into separate pages

## Usage

When working with PDFs, use the appropriate tools:

1. For text extraction: Read the PDF and parse its content
2. For forms: Identify form fields and fill them programmatically
3. For merging: Combine multiple documents in the desired order

## Additional Resources

See [reference.md](reference.md) for detailed API documentation.

