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
Installs
157
GitHub Stars
69.8K
First Seen
Jan 22, 2026
pdf — shareai-lab/learn-claude-code