Hello,
Our Word .docx template is ok and shows no error when you open it.
We load the template and then save it without filling the file as .docx.
Here is sample code.
var document = new Document(path, FileFormat.Docx);
document.SaveToStream(memoryStream, FileFormat.Docx);
The result file is corrupted and shows error -
"Word found unreadable content in "filename.docx". Do you want to recover the contents of this document? If you trust the source of this document, click Yes."
I put in attachments both files.
Can you please check it?