Hi,
I have Aspose.Words version 9.8.0.0
When I’m trying to create a Document object using path for a docx file I get this exception:
[Aspose.Words.FileCorruptedException] = {“The document appears to be corrupted and cannot be loaded.”}
I also tried to use the LoadOptions this way:
When I’m trying to create a Document object using path for a docx file I get this exception:
[Aspose.Words.FileCorruptedException] = {“The document appears to be corrupted and cannot be loaded.”}
I also tried to use the LoadOptions this way:
LoadOptions options = new LoadOptions();
options.LoadFormat = LoadFormat.Docx;
Document srcDoc = new Document(“pathToFile.docx”, options);
and got the same exception…
Is it a bug in 9.8? Does 9.8 doesn’t support reading from docx?
Thanks,
Aviram
and got the same exception…
Is it a bug in 9.8? Does 9.8 doesn’t support reading from docx?
Thanks,
Aviram