Doesn't Set Linked Form Values #398
Labels
is-bug
From a users perspective, this is a bug - a violation of the expected behavior with a compliant PDF
PdfWriter
The PdfWriter component is affected
workflow-forms
From a users perspective, forms is the affected feature/workflow
If a form text field is linked to multiple locations in a PDF, PdfFileWriter.updatePageFormFieldValues fails to set the value.
If writer_annot contains a link to a Parent object, the value in that should object should be set.
writer_annot_parent = page['/Annots'][j]['/Parent'].getObject()
https://github.com/mstamy2/PyPDF2/blob/a4279cff969c38a346a29aa0d3174a8b7bf08bbe/PyPDF2/pdf.py#L366
The text was updated successfully, but these errors were encountered: