Extract, create, merge, split, and fill PDF documents.
Extract, create, merge, split, and fill PDF documents programmatically — handle any PDF workflow without leaving your editor.
claude skill install pdf-toolkit
# Extract text from a PDF document
/pdf-toolkit extract report.pdf
# Merge multiple PDFs into one
/pdf-toolkit merge --files "cover.pdf,chapter1.pdf,chapter2.pdf" --output book.pdf
Uses pdf-lib and pdf-parse libraries to manipulate PDF documents at the byte level. Supports reading encrypted PDFs, preserving hyperlinks during merges, and generating accessible PDFs with proper tagging. All operations run locally without uploading files to external services.
Works with Claude Code, Codex, Gemini CLI, Cursor, Windsurf, and Aider.