-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PPF-711: Broken fields in unflatten mode #711
Comments
if it help to investigate the issue - i tried to read both files using pypdf |
So this thread has 3 different questions so I will try to address each of them separately.
|
Version
PyPDFForm=1.4.32
Issue Description
I need to generate editable form (flatten=False) for printing on impact printer later after correction/populating data.
In flatten mode all fields visible and populated as expected.
When i try to use flatten=False or adobe_mode=True - the fields in generated pdf became invisible and unprintable.
When i open this file in adobe acrobat - i can see the data inside field when i focus on it.
Pdf became fixed when i make dummy changes in the form (apply border color for all fields)
Code Snippet
PDF Form Template
output.pdf
Fixed Form
fixed.pdf
Screenshots (if applicable)
The text was updated successfully, but these errors were encountered: