What problem does it solve?
This Skill removes the friction of working with PDFs by giving you reliable steps to extract text/tables and to generate or fill PDFs, including handling form fields.
Core Features & Use Cases
- Text and table extraction: Extract page text and structured tables using Python tools, especially for reports and semi-structured documents.
- PDF creation and transformation: Create new PDFs, merge/split documents, rotate pages, and extract metadata for downstream workflows.
- Form handling: Detect fillable fields and fill them programmatically, or add annotations to non-fillable forms using bounding boxes to place text precisely.
- Use Case: Turn a folder of policy documents into structured data by extracting text and tables, then filling a form template with generated values while keeping layout accurate.
Quick Start
Ask the Skill to fill a PDF form by first checking whether the PDF has fillable fields, then extracting field locations, then entering your values and producing a filled output PDF.