pdf

Installation
SKILL.md

PDF Processing Skill

You now have expertise in PDF manipulation. Follow these workflows:

Reading PDFs

Option 1: Quick text extraction (preferred)

# Using pdftotext (poppler-utils)
pdftotext input.pdf -  # Output to stdout
pdftotext input.pdf output.txt  # Output to file
Related skills
Installs
120
GitHub Stars
60.2K
First Seen
Jan 22, 2026