Hi,As the title says, is it possible to decode the base64-encoded contents of my PDF back to an XDP format?Using this JavaScript SOAP.stringFromStream(SOAP.streamEncode(Collab.documentToStream(event.target), "base64")); I am able to submit the base64 encoded PDF document to my server side for proces...