- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hello,
I'm exchanging data between my pdf and a web server. Basically, the pdf needs to get some xml string from the web server, alternatively send some xml string to it. This is now done using a webservice, and it works fine with the SOAP javascript object. However, it doesn't work in Adobe Reader, because (quote from the docs):
"The SOAP methods connect, request and response are available only for documents open in Acrobat Pro and Acrobat Standard and for documents with Form Export Rights open in Adobe Reader 6.0 or later."
It turns out I need to enable Form Export Rights to get webservices work in Reader.
Now, I was wondering if there's another way to exchange data between my pdf and a web server that doesn't involve enabling those Form Export Rights in Reader.
Note that I need to be able to parse the response string xml from the web server in pdf using its javascript API.
Thanks for any suggestions,
James
Views
Replies
Total Likes