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

More from lyq-lin/ycode.cli

Installs
2
First Seen
Jan 24, 2026