Filling specific uniquely named fields directly #2328
sergeybloom
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Relative pypdf newbie here. Not sure if this can be done already or not. I was hoping to fill a field using a unique field name. Something like:
writer.update_form_field_value({"form1[0].#subform[0].Pt1Line2a_FamilyName[0]": "some filled in text"})
Is something like that possible? Or, if not, could it be an idea for version 4?
Unless I am mistaken, the only way to place values in form fields is by specifying page numbers:
I hope my question makes sense. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions