-
-
Notifications
You must be signed in to change notification settings - Fork 692
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not finding fillable fields #1670
Comments
Hello, I have same issue is there any update on this ? |
I have this issue too. In my case 95 of 250 form fields are not identifiable by PDFLIB, yet found using other tools. |
Hello! Can you suggest me another tool for the form filling?) |
ms004-2403en-f-no-pw.pdf its only showing the following:
but a lot of other fields were missing, like |
What were you trying to do?
My goal was to fill a PDF.
For the sake of this issue, I will reduce to scope to simply finding a field.
How did you attempt to do it?
BC-WasteForm.pdf
If you open this PDF in Adobe Acrobat, you can clearly see that the field,
TransporterTrailer2Province
, exists:Furthermore, macOS Preview and a bunch of online PDF form fillers do identify this field.
If you run the following code, you should expect it to show in the table:
What actually happened?
For some reason,
TransporterTrailer2Province
, is not listed in the table.We can simplify the code to produce the issue:
What did you expect to happen?
I expected pdf-lib to find the field.
How can we reproduce the issue?
Please see above...
Note that I have tested this when ran in Node (through Vitest) and in the browser.
Version
1.17.1
What environment are you running pdf-lib in?
Browser, Node
Checklist
Additional Notes
Thank you very much for your time!
The text was updated successfully, but these errors were encountered: