feat: Add PDF form filler script for AcroForm fields

Add Python script to automatically fill PDF forms with AcroForm fields:
- extract_fields(): Extract all form field names and types from PDF
- fill_pdf(): Fill PDF with values from JSON input
- Support for both list and dict JSON formats
- Checkbox values support (/On, /Off, /Ja, /Nein)

https://claude.ai/code/session_01Dq1f9hjJFq859ShW2kZ26R
This commit is contained in:
Claude 2026-01-28 18:36:54 +00:00
parent d2ea8a0cd4
commit dd590bd22c
No known key found for this signature in database
2 changed files with 96 additions and 0 deletions

1
requirements.txt Normal file
View file

@ -0,0 +1 @@
pypdf>=4.0.0