1
Answer

Console.Output to Word file

Ram Prasad

Ram Prasad

5y
608
1
Hello Pusting,
 
Thanks for your response to my query. I did try your solution. However, I am getting this error "Cannot read that as a zip file" at the Document.docx stage . I tried changing .docx to .doc which changes the error to "File extension '.doc' is not supported in .NET Standard."
 
How can I fix that?
 
var document = DocumentModel.Load("Document.docx") 
 
Thanks.
Answers (1)