What problem does it solve?
Manual PDF handling drains time when you need to extract data, fill forms, or reassemble documents for reporting or compliance; this skill centralizes every common PDF workflow so you can stop switching between tools.
Core Features & Use Cases
- Python-first Processing: Covers extraction, merging, splitting, rotating, watermarking, OCR, and metadata reading with pypdf, pdfplumber, pdf2image, and reportlab.
- Form Handling Playbook: Guides you through detecting field coordinates, converting between fillable and non-fillable layouts, and writing annotations or field values deterministically.
- Use Case: Run a batch of invoices through OCR, extract tables, apply password protections, and produce a combined searchable archive ready for auditors.
Quick Start
Ask the pdf skill to extract and summarize the tables and text from the uploaded financial-report.pdf file.