Back to Directory
research

Pdf Form Filler

Fill PDF forms programmatically with text values and checkboxes. Use when you need to populate fillable PDF forms (government forms, applications, surveys, etc.) with data. Supports setting text fields and checkboxes with proper appearance states for visual rendering.

Installation

Run this in your terminal or add to your configuration:

# Clone into your skills directory git clone ...

About this Skill

- Added `pdf_form_filler` module with `__init__.py` and core `fill_pdf_form.py` implementation. - Removed legacy script from `scripts/fill_pdf_form.py`. - Updated SKILL.md to include version metadata. - Improved project packaging and entry points in `setup.py`.