Closed BryceStevenWilley closed 1 year ago
Realizing how light of a wrapper this is over FormFyxer. This issue is almost certainly something wrong on that side, so I'll move it to that repo.
I guess now Docassemble can fill PDFs with multiples of the same field name, but that wasn't historically true. Maybe we can also fix this issue if QPDF supports it.
I suspect internally when a name is duplicated, it looks different to QPDF. Adobe Acrobat shows names like that with a #
symbol at the end.
It turned out to be an easy fix. It's one field from the PDF perspective, but it just has Kids
that are shown in different places. We weren't able to rename it because we were expecting certain fields to be present that weren't, so we were just skipping over those fields.
I.e. if the there's two fields with the same name, the tool can't seem to rename any of them, even if all of the renames that you give to each are the same name. Gonna take a quick look at this now, it wasn't blocking, but did confuse me for a bit.