Radio Button in Form #1360
Unanswered
Louis-de-Bontin
asked this question in
Q&A
Replies: 1 comment 2 replies
-
PyPDF2 still has several issues with froms (see https://github.com/py-pdf/PyPDF2/labels/workflow-forms, especially #1334). This discussion seems to be a duplicate of #1283 . The problem is that I don't know how to do this. Hence I cannot help. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I need to update the value of a radio button when filling a form.
I can't find any documentation, or any relevant discussion about it.
I can update text fields or check boxes, but PyPDF2 doesn't seem to recognize the radio buttons.
Here is my code :
The text field is updated, but the radio button is ignored, am I missing something ?
Beta Was this translation helpful? Give feedback.
All reactions