Copy link to clipboard
Copied
I need to create a fillable form that contains a simple drop down list in a pdf document that obtains its values from a web service that returns a small xml document and populates this drop down accordingly. I have the following questions on this topic:
Copy link to clipboard
Copied
I came across this post (XmlHttpRequest Support ) that says that there is no support for XMLHttpRequest in Acrobat JavaScript but this was dated way back in 2008 - does anyone know if this is still the case as this would be the Javascript means of accessing a web service?
Copy link to clipboard
Copied
You can execute a HTTP request in Acrobat using the Net.HTTP object and its request method. See the Acrobat JavaScript API Reference for more details.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now