I have a pdf document with many form fields on it. I need to see the names of the form fields. Can I do this with Adobe Reader? Perhaps a third party tool..?
|
feedback
|
|
It's likely you'll find a user-friendly application to do this for you, but this is how I achieve it with a little VBScript...
After the script finishes you should find another PDF document named 'output.pdf' appears in the same folder, with all the field names overlayed on top of the fields. | ||||
|
feedback
|
|
I appreciate this question is a bit old but in case anyone else comes across it the PDF Toolkit will allow you to do this very simply with a command that looks like this (where the PDF you want the form fields from is called docsOfInterest.pdf: pdftk.exe docOfInterest.pdf dump_data_fields | |||
|
feedback
|
|
There is a technical article on Aspose.com which explains how to identify form field names for PDFs. According to this article, you can achieve this by using the Java code on the page.
| ||||
|
feedback
|
