acroforge 0.2.0
First-class reading of existing forms.
- NEW:
read_fields(pdf) -> list[FieldSpec]ingests the AcroForm fields already in a fillable PDF (type, name, coordinates, checkbox/radio on-states); confidence 1.0. It is the inverse ofbuild, so the two round-trip:build(other, read_fields(template)). Verified on the IRS W-9 (recovers its 23 real fields). - README documents the new API.
pip install -U acroforge