Skip to content

Changed the way forms are named

João Netto requested to merge joaobnetto/poppler:formFIx into master

Forms should take in consideration the parents name and if it's a unique name, this patch aims to fix that.

If a form has children, all his children are preceded by parentName.childName

If it's a repeated name, we have name#uniqueID

Merge request reports