How to save XFA properly to my PDF #3095
Unanswered
daniel-manaog
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I cannot speak for XFA as I have never used it. But
does not sound right. I suspect that the signature might become invalid, but the encryption should not be affected (if in place). |
Beta Was this translation helpful? Give feedback.
1 reply
-
The encryption works if I use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi PyPDF community,
I am currently creating a project where I can automatically fill up the PDF forms using Python. I stumbled upon this library which is a perfect tool for me to edit PDF.
I am currently experimenting a bit and I have two pdf I have imported, one is not filled up but the other one is. I am only targeting the datasets in XFA to copy since, that is the data that I want to fill/edit. Here's is the code that I have used.
Upon execution, and trying to open the file, I'm seeing warning from Adobe Reader:
Also, if I try to fill up a form, it shows this, and I cannot save the file.
I believe the PDF file is encrypted and signed, and when using my code to edit it, it loses it's encryption (SECURED).
I looked into the documentations and tried
incremental=True
but I cannot save any XFA changes using this method.Additionally, I can't send the PDF since it contains confidential information.
Beta Was this translation helpful? Give feedback.
All reactions