Closed jamoham closed 1 year ago
I'm seeing the same behavior. Any updates to this?
It would appear this behaviour doesn't just happen with PyPDF2 and may be a bug within adobe or the pdf itself? https://fnu.zendesk.com/hc/en-us/articles/201807773-Why-are-my-PDF-forms-not-showing-filled-in-form-fields-unless-I-click-on-them-
in order to copy properly the fields tree in the pdf file you need to use append()
and not append_pages_from_reader()
This issue should be closed
I am using the following code to update the form fields with a dictionary:
The outputted PDF file does not show any form fields when opened in Adobe Acrobat or Foxit. Only when we click on a field, the data is shown. Also, It does not show when we print the PDF.
Please refer the attachment: Open the file in Adobe Acrobat and click on the 'Name' field in the PDF
pdf_out.pdf