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.
- 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`.