Ram Prasad

Ram Prasad

  • NA
  • 326
  • 18k

Console.Output to Word file

Feb 10 2020 10:32 PM
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)