When I create a brand new Word online file and save (download) it to my PC and then try and open it with this library I get the following error: No such file or ...
var DocxReader = function() { // Var this.url = ""; this.error = null; this.zipContent = null; this.file = { contentAsString: null, contentAsXml: null }; this ...