What is the proper way to update check box buttons? #1112
-
What is the proper way to update buttons or PDF Objects in general? writer.update_page_form_field_values( ) method only updates the "/V" attribute. How would you go about changing other attributes? I'm pretty new at this, so I'm probably doing something wrong. what I have tried:
|
Beta Was this translation helpful? Give feedback.
Answered by
MartinThoma
Jul 14, 2022
Replies: 1 comment 1 reply
-
Updating forms is still pretty cumbersome with PyPDF2. We have a couple of open issues: https://github.com/py-pdf/PyPDF2/labels/workflow-forms One user suggested that we should work on FDF support. I haven't had the time to look into that. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
KourFrost
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Updating forms is still pretty cumbersome with PyPDF2. We have a couple of open issues: https://github.com/py-pdf/PyPDF2/labels/workflow-forms
One user suggested that we should work on FDF support. I haven't had the time to look into that.