Im trying to convert a DOC file to DOCX. The current code im using looks like this:
xhr.open(\'GET\', url); xhr.responseType = \'blob\'; xhr