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 trying to update form fields in a PDF with a value and then mark them as read-only so that they cannot be further edited.
I have tried two approaches. use
pdf.bake()
This did not work for my use case, as post filling in data in the PDF I am doing an e-signature on the PDF. Now, if I use bake, all the signs show up on the first page when they are distributed across different pages.
The second approach I tried is marking the widget read-only
This works fine for most of the fields Except for fields that are repeated on multiple pages or on the same page. These fields are still editable. Other fields become non-editable.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to update form fields in a PDF with a value and then mark them as read-only so that they cannot be further edited.
I have tried two approaches. use
This did not work for my use case, as post filling in data in the PDF I am doing an e-signature on the PDF. Now, if I use bake, all the signs show up on the first page when they are distributed across different pages.
The second approach I tried is marking the widget read-only
This works fine for most of the fields Except for fields that are repeated on multiple pages or on the same page. These fields are still editable. Other fields become non-editable.
How to account for repeated fields as well?
Beta Was this translation helpful? Give feedback.
All reactions