-
Notifications
You must be signed in to change notification settings - Fork 19
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
Boxes disappear on fill #704
Comments
Hey, thanks for posting, and sorry for a rather late response. This is actually an intended behavior of If you still want to persist the box styles, I suggest taking a look at the |
@chinapandaman I saw in the source code that PdfWrapper inherits from FormWrapper. I'd prefer to use the PdfWrapper as it appears there are other features tied to it such as merging pdfs & signing pdfs with images. Without digging too deep, are there ways around flattening the widgets in PdfWrapper? |
Unfortunately no. |
Version
PyPDFForm==1.4.31
Issue Description
The PDF form field boxes disappear and the styling of the entire pdf changes with the basic out of box documentation.
Code Snippet
PDF Form Template
file.pdf
Above is pdf used to replicate example
Screenshots (if applicable)
Initial pdf looks like
After the code is run, it becomes
The text was updated successfully, but these errors were encountered: