Answered
I am working on a large project which requires conversion and/or building of approx 150 forms, many of which are quite complex and have large numbers of fields.
Some of the fields are common to multiple forms, so I need to keep track of all the field names that have been used in previous forms.
Currently I am writing each new field name down by hand, which is very time consuming.
I keep looking at the list in the left hand panel and thinking - "maybe there is a way to print or export those lists so i can use them as a checklist"
Can anyone tell me if this is possible?
Thanks
Shazee
Alternatively you could write an Acrobat Automation script that would list out the fields on a form or even compare the fields between two forms. But this is some fairly sophisticated JavaScirpt programming.
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]
Then most important JavaScript Development tool in Acrobat
[url=http://www.pdfscripting.com/public/34.cfm#JSIntro][b]The Console Window (Video tutorial)[/b][/url]
[url=http://www.acrobatusers.com/tutorials/2006/javascript_console][b]The Console Window(article)[/b][/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script