-
Notifications
You must be signed in to change notification settings - Fork 114
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
Extract PDF form field names from a PDF form #86
Comments
I am looking for a similar solution. I want to get PDF label name same as in PDF. |
it generates field names from the form. you can try var pdfFiller = require('pdffiller-keepfields'); to also get field values |
You can't get the values with this library. I switched to "pdf-lib" to have client side pdf manipulation and react-pdf to display that updated data |
Is it possible in pdf-lib for my data retrieval as mentioned above?? |
Please explain more in detail what do you mean |
How to extract pdf form fields from this lib ... Is it possible to extract from using javascript only ?
PDFTK Command :
# pdftk input.pdf dump_data_fields
Click here for Sample
The text was updated successfully, but these errors were encountered: