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
Hi Hopding,
I'm just facing some problems and I don't how to tackle them.
I have a pdf form which is filled via pdf-lib. Now I add an conditional form page at runtime. But I'm not able to fill those form fields from this additional page. The pdfDoc has the correct increased +1 page count but form.getFields() won't show those fields from the additional page.
I have already tried to re-initialise the form with pdfDoc.getForm() without success - those new fields are still missing.
When I'm using the complete form with additional site/fields already included, I'm able to fill'em up.
Now the curius thing, when I'm placing the same form fields in the main form and then adding the additional site it would be filled out without problems.
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
-
Hi Hopding,
I'm just facing some problems and I don't how to tackle them.
I have a pdf form which is filled via pdf-lib. Now I add an conditional form page at runtime. But I'm not able to fill those form fields from this additional page. The
pdfDoc
has the correct increased +1 page count butform.getFields()
won't show those fields from the additional page.pdfDoc.getForm()
without success - those new fields are still missing.Any ideas what's wrong ?
Beta Was this translation helpful? Give feedback.
All reactions