Open geochasm opened 10 years ago
Can you send me your pdf form with data stored into ? sebastien@malot.fr I'll check it.
i got the same problem, any anwers yet?
Can we please get an update on this? I'm having the same problem. Sorry if I posted a duplicate. I just found this one today.
Is this problem solved yet?
It would be helpful if someone could test this matter with current master version of the library. Is it confirmed that #135 is a duplicate? If so, its sample PDF could be used here, right?
Hello, Is there a way to get the list of all name fields? I think every form field should have a field name if we get a field name then maybe we can debug the field data
has there been meanwhile implemented functionality for extracting form data?
No, not to my knowledge.
The data is already there but some fields are not parsing correctly. Particularly the values.
I grabbed the form fields by getting all elements with the FT
(field type) header.
For some forms, the V
(value) header are incorrectly parsed as false
.
If I figure it out, I can make a PR for this.
If I figure it out, I can make a PR for this.
:+1: Looking forward to it.
I am working on parsing a pdf form. The pdfparse functions work - my document is parsed. However, I only receive the text surrounding the form fields. I have entered data in the form fields and saved the form, but I am not able to access the text saved in the form fields.
Can pdfparse access form data?
Thanks