Answered
Is there a way to have an adobe form pull data from Excel and fill its self out? Or is there a way to export data from Excell and then somehow get that data into a form? Any ideas are appreciated.
Is there a way to have an adobe form pull data from Excel and fill its self out? Or is there a way to export data from Excell and then somehow get that data into a form? Any ideas are appreciated.
1. Convert the Excel file into a ".txt" tab delimited file. Then the data can be imported using the "Forms > Manage Form Data > Import..." menu item or automated with the "doc.importTextData()" fucntion in Acrobat JavaScript.2. If the Excel file has been set up properly, i.e. the table data needs to be grouped in a "Name". Then the excel file can be registered with ODBC and accessed through the "ADBC" object in Acrobat JavaScript.
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