When i try to open some Documents with the following Code:
public ActionResult ImportWordExcelForm(HttpPostedFileBase file)
{
Aspose.Words.Document document = new Aspose.Words.Document(file.InputStream);
}
The following error is displayed:
image.png (8.6 KB)
The Documents are in the Zip-File: “Word Dokument Errors.zip”
Word Document Errors.zip (180.5 KB)