Skip to content

How to set radiobutton values #2804

Closed Answered by pubpub-zz
fernandesjeevan asked this question in Q&A
Discussion options

You must be logged in to vote

My Fault (I was missing my computer to perform the test):

w =pypdf.PdfWriter("sample_pdf.3.pdf")
w.update_page_form_field_values(w.pages[0],{"Group6":"/1"})

else

w =pypdf.PdfWriter("sample_pdf.3.pdf")
w.update_page_form_field_values(None,{"Group6":"/1"})

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@pubpub-zz
Comment options

@fernandesjeevan
Comment options

@pubpub-zz
Comment options

@pubpub-zz
Comment options

Answer selected by fernandesjeevan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants