I have a working php script which creates a xdp file (xml) and populates an livecycle form.
The problem I have is that it doesn't work on a mac.
On the mac the form loads fine, but the data does not populate.
I use:
header('Content-Type: application/vnd.adobe.xdp');
header('Content-Disposition: attachement; filename= transpulse.xdp;');
and then the footer loads the pdf file.
Works great on PC world.
Any help would be appreciated.
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