From a PDF to an XML file
Hello everybody, I need your help. I have a pdf file with different object inside and I have to export it to an XML file with a fixed structure like
<?xml version="1.0" encoding="UTF-16" standalone="no"?>
<Export>
<TAG>
<TAG1_VALUE>object1.Text</TAG1_VALUE>
<TAGN_VALUE>objectN.Text</TAGN_VALUE>
</TAG>
</Export>
Is possible to do it from a button inside of the document and a JavaScript function behind?
or what do you suggest me to do it?
Tanks a lot
