Skip to content

acroforge 0.2.0

Choose a tag to compare

@san64777 san64777 released this 07 Jun 22:02
· 13 commits to main since this release

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 of build, 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