Hi there,
I have the following (simplified for readability purposes) xml file:
in there there's a base-64 encoded pdf file. what I need to do is to decode this base-64 encoded file into an actula pdf file where my users can actually view...
Any idea on how to go about it?
I have the following (simplified for readability purposes) xml file:
Code:
<document> ... </document>
in there there's a base-64 encoded pdf file. what I need to do is to decode this base-64 encoded file into an actula pdf file where my users can actually view...
Any idea on how to go about it?