Cannot get field name/value from PDF text field (Angular 15.2.1) #1736
Unanswered
haroldopaulino
asked this question in
Q&A
Replies: 2 comments 7 replies
-
Strange. Do you see any message in the console window? I wonder if there's an exception. Judging from your description, it also might be a timing issue or a race condition. |
Beta Was this translation helpful? Give feedback.
5 replies
-
@haroldopaulino I try with several versions (16, 17 and 18) but I still have the same problem (#1708). I would like to know if you managed to find a solution to this problem ? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a PDF document with 2 fields, where first is for a person's name and the next is a date.
Upon submitting the form, the date field is received from the formData, however the person's name field is not there in the first few formFilled events.
If I don't refresh the page and reopen the document so many times and fill the fields and submit over and over again, eventually the person's name does make it to the formData.
I have updated the package with:
npm update ngx-extended-pdf-viewer
This issue does not happen to all PDF documents, just to some of them.
Somehow, when some of our clients compose their PDF documents and upload them to our system, this issue happens.
I've downloaded an affected document to my computer and I can edit the fields and save the document without issues using Mac's Preview.
Any ideas?
Thank you for your time,
Harold.
Beta Was this translation helpful? Give feedback.
All reactions