Hi,
Trying to take about 35 names and addresses from an excel file and populate them into an Adobe letter that I have. I also want to be able to save each address as one file and print the form. Even if its easier to save it as a PDF package where I can print each letter with the address, that works too.
I have Adobe CS5 Web Premium for my software package that has Adobe X Pro and LiveCycle ES2 and Office 2010. I tried to create an XML file but its not working. I don't know much about javascript either:(
Any help would be GREATLY appreciated!
Thanks!
On the data side, the Excel data can be saved in a variety of formats: CSV, XML, tab delimited. All of these can be used in different ways to populate fields in a PDF form. For example, read the article on External File Data. This solution requires a bit of scripting. So another solution is to create a dynamic LiveCycle form where the entire first page is a repeated subform that represents one line of data from the XML file. Then the XML data saved out of Excel is imported directly to create as many pages as there are data lines.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script