kennyredstart

Results 3 comments of kennyredstart

Nope, same output... Updated code for v9.0.0 to: ```javascript var blobTemplate = await fetch('/simple-template.docx').then((response) => { if (!response.ok) { throw new Error('Failed to fetch STUDIO-template.docx'); } return response.blob(); }); console.log(blobTemplate);...

Here is the code from the 85 template converted to browser-code: ```javascript async exportDocx() { // Patch a document with patches var blobTemplate = await fetch('/simple-template.docx').then((response) => { if (!response.ok)...

> > Cool. I will look into the heading issue Any progress?