SuffolkLITLab / FormFyxer

A tool for learning about and pre-processing forms
MIT License
11 stars 1 forks source link

Fix issue with duplicate fields #124

Closed BryceStevenWilley closed 9 months ago

BryceStevenWilley commented 9 months ago

Fix #123.

Gets all fields by tracking the parent's type and field flags, as the PDF spec does (all kids inherit their parent's field types and info if not on the kid).

Renaming work by naming the parent, where name is always, not just the lowest level kid field.