You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unsure whether I am just making an obvious mistake, but I tried to create myself some visual clues for the form fields, but the resulting generated pdf is unchanged:
fromfillpdfimportfillpdfs# Get form fields from the PDFform_fields=fillpdfs.get_form_fields("sepa_lastschriftmandat.pdf")
print(form_fields)
# Update form fields with their field names (for testing)forkeyinform_fields:
form_fields[key] =key# Assign field name as valueprint(form_fields) # change can be seen# Write updated fields to a new PDFfillpdfs.write_fillable_pdf("sepa_lastschriftmandat", "ls_form_names.pdf", form_fields, flatten=False)
I am unsure how to debug this as I am not getting an error.
The text was updated successfully, but these errors were encountered:
I am unsure whether I am just making an obvious mistake, but I tried to create myself some visual clues for the form fields, but the resulting generated pdf is unchanged:
PDF https://www.sparkasse-emh.de/content/dam/myif/spk-mittelmosel-emh/work/dokumente/pdf/allgemein/sepa_lastschriftmandat.pdf
I am unsure how to debug this as I am not getting an error.
The text was updated successfully, but these errors were encountered: