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

Possible to create dynamic form and populate from a mainframe?

johnmolina
Registered: Mar 27 2008
Posts: 76

We currently have a legacy system on a mainframe we are trying to make some improvements to.

I can dump the data into a csv file when user requests data from system.

This could be then printed to a pdf file.

Is it possible in some way for me to create a dynamic form and have that data inserted into the form for people with adobe reader to download and enter their own data.

I know you can create a pdf from a file. I know you can also create a livecycle form from an existing word document, etc.

Can you create a livecycle form on the fly when you send a file to pdf?

hope this makes some sense.

thank you.

My Product Information:
LiveCycle Designer, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
Why yes, you can create a LiveCycle form on the fly from a server. But unfortunately, Adobe is the only one currently selling servers for this, the LiveCycle ES line. They kind of have a lock on this technology. No one even does a server side data merge tool.

But there is another way. You can create a data file, (XDP format), that references an existing LiveCycle form. When this data file is delivered to the user, the browser will open up Acrobat, Load the LiveCycle form, and then merge the data in the XDP file into the form. There are issues with this methodology, but it's worth triing out to see if it will work for your users.

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]

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