Question
Acrobat SDK javascript to export xml data from adobe livecycle forms (pdf)
I have pdf form designed in adobe LiveCycle .
I want to extract xml from the filled pdf form on client side ( angular js + html5)
Send the xml to asp.net web api.
On Client side user will upload the pdf, I need to extract to xml from pdf programmatically and send it in httppost to server
