These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

pre-populating an Acrobat form (PDF) from Access or Excel

mmms
Registered: Sep 11 2008
Posts: 2

How do you populate a form that was created by a thrid party from an Excel or Access database ?

Is this possible? Anyone have any ideas?

Thanks.

My Product Information:
Acrobat, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
This is something you can write an automation script for. DB access is done with the ADBC object in Acrobat JavaScript. A automation script can read data out of any ODBC conneced data base and write it into a form. The trick is in mapping column names in the DB to field names on the form. So while this is possible, it definately requires some 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/]http://www.adobe.com/devnet/acrobat/[/url]

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script