update_page_form_field_values prevents barcode (pdf417) from displaying correctly #1306
Labels
Has MCVE
A minimal, complete and verifiable example helps a lot to debug / understand feature requests
is-bug
From a users perspective, this is a bug - a violation of the expected behavior with a compliant PDF
workflow-forms
From a users perspective, forms is the affected feature/workflow
Here's a description of the issue
https://stackoverflow.com/questions/73533672/pypdf2-doesnt-display-barcode-pdf417-after-using-update-page-form-field-value/73535421#73535421
pdf417 barcode isn't displayed after using update_page_form_field_values()
Environment
Which environment were you using when you encountered the problem?
$ python -m platform Windows-10-10.0.19043-SP0 $ python -c "import PyPDF2;print(PyPDF2.__version__)" 2.10.3
Code + PDF
This is a minimal, complete example that shows the issue:
The PDF: https://www.uscis.gov/sites/default/files/document/forms/i-130.pdf - you can add it to the tests
The issue
It works, just doesn't work correctly
The text was updated successfully, but these errors were encountered: