# PDF Processing

> Extract PDF text, fill forms, merge files. Use when handling PDFs.

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

---


# PDF Processing

Extract text and tables from PDF files, fill PDF forms, and merge multiple
PDFs. Use when working with PDF documents or when the user mentions PDFs,
forms, or document extraction.

## Steps

1. Load the PDF via the bundled script.
2. Extract text and table regions.
3. Fill form fields or merge sources as requested.
4. Write the result to the requested output path.

