This is a comprehensive PDF toolkit that covers the full spectrum from basic operations like merging and splitting to more advanced tasks like table extraction and form filling. It's built around pypdf for manipulation, pdfplumber for pulling structured data from tables, and reportlab for generating PDFs from scratch. The guide includes both Python APIs and command-line tools like qpdf and pdftotext, so you can script complex workflows or just bash out a quick merge. What's actually useful here is the table extraction with pdfplumber, which can dump tabular data straight into pandas DataFrames. The forms.md reference suggests it handles PDF form filling too, which is notoriously annoying to get right.
npx skills add https://github.com/ailabs-393/ai-labs-claude-skills --skill pdf