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 fill out this form using pdf-lib and it does show me in adobe that i am allowed "Filling of form fields'. But it is throwing an error when trying to load the form. Error: Input document to PDFDocument.load is encrypted. You can use PDFDocument.load(..., { ignoreEncryption: true })
and when i try to use { ignoreEncryption: true }, it says it can not retrieve the fields - Error: PDF form does not contain any fields
So i am confused and stuck what the issue is and what i can do next
Uh oh!
There was an error while loading. Please reload this page.
What were you trying to do?
i am trying to fill out this form using pdf-lib and it does show me in adobe that i am allowed "Filling of form fields'. But it is throwing an error when trying to load the form. Error: Input document to
PDFDocument.load
is encrypted. You can usePDFDocument.load(..., { ignoreEncryption: true })
and when i try to use { ignoreEncryption: true }, it says it can not retrieve the fields - Error: PDF form does not contain any fields
So i am confused and stuck what the issue is and what i can do next
How did you attempt to do it?
i-130 (3).pdf
What actually happened?
Not letting me fill the forms
What did you expect to happen?
be able to fill the forms and download the pdf
How can we reproduce the issue?
the code is attached to reproduce it
Version
3.4.120
What environment are you running pdf-lib in?
Node
Checklist
Additional Notes
No response
The text was updated successfully, but these errors were encountered: