Open lectrician1 opened 5 months ago
I have a document with a pre-existing header and when I run patchDocument and have it output to a new document with
.then((doc) => { fs.writeFileSync("My Document.docx", doc); });
the header is removed from the original document (but the patch works).
I have a document with a pre-existing header and when I run patchDocument and have it output to a new document with
the header is removed from the original document (but the patch works).