Avatar

Level 8

If your xml will stay the same:

1) Open your pdf in Acrobat and click on Tools>Forms>More Form Options>Manage Form Data>Import Data...

2) Save the form and upload to your web server.

If your xml will be updated on your web server you might need a solution like LiveCycle server. Our department uses iText. Another option might be using xfa.host.importData("yourxml.xml") in the docReady event, but the form would have to be certified.

Kyle