What problem does it solve?
It removes the manual, error-prone work of extracting information from PDFs and filling their forms by providing an end-to-end toolkit for PDF parsing, transformation, and form handling.
Core Features & Use Cases
- Extract content from PDFs: Use Python tooling to read PDF text and, when available, locate form fields and their geometry.
- Fill PDF forms: Automatically fill fillable AcroForm fields using detected field metadata, and support non-fillable PDFs by adding text annotations at specific bounding boxes.
- Build and transform PDF workflows: Merge, split, rotate, create PDFs, and run supporting transformations like PDF-to-image rendering for layout-driven form annotation.
Use Case: You receive scanned or standardized forms as PDFs and need to batch-fill them with values (e.g., names, dates, checkboxes) while validating locations and ensuring viewers render appearances correctly.
Quick Start
Tell the AI to fill a PDF form for the attached file "intake-form.pdf" using field values you provide, and the Skill will produce a completed PDF output.