Hi everyone,
I wonder if anyone might be able to help me. I am very new to Acrobat Pro and i have what appears to be a unique situation which I suspect might not be.
The situation:
I have been tasked with receiving customer data via an xml feed and then producing a PDF document that is unique to each record and then emailing that document to each customer.
Is this something that Acrobat Pro can do?
If so what is the rough overview of how it is done.
Many many thanks to anyone that can help me.
Regards
James
A. Getting Data into Acrobat
1. Acrobat can import xml into a form.
2. Acrobat can import an XML file as an attachment
3. Acrobat can conntect to a Web Service, HTML site, or a DB, or Excel file
Acrobat JavaScript can parse XML, extract data from field, and read raw data from a file attachement. The extracted data can then be used to fill in form fields or build a custom (text only) report.
Acrobat JavaScript can also attach a PDF to an email and send it off.
The easiest approach is to build a dynamic LiveCycle form where one page represents a single XML record, and then import the xml into it.
Form a more automated approach, or if the XML is not a single file, I'd suggest building an automation script to control the entire process of acquiring the XML, applying it to a PDF, and then emailing it out.
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