Hi there,
I'm supposed to process an xml file. In this xml file content of a pdf file is returned as data-signals (hexa-decimal sequence of alph-numerical characters)
The format of this xml file (hugely simplified) looks like this:
Now, I'm supposed to grab this data that is capsulated between the <DOCUMENT> tag, and turn it into a pdf file. I have absolutly no idea on how to do this... any help is much appreciated
I'm supposed to process an xml file. In this xml file content of a pdf file is returned as data-signals (hexa-decimal sequence of alph-numerical characters)
The format of this xml file (hugely simplified) looks like this:
Code:
<EMBEDDED_FILE _Extension=".pdf">
<DOCUMENT>...</DOCUMENT>
</EMBEDDED_FILE>
Now, I'm supposed to grab this data that is capsulated between the <DOCUMENT> tag, and turn it into a pdf file. I have absolutly no idea on how to do this... any help is much appreciated