I’ve attached the example document and here is the code I’m using:
Aspose.Words.Document doc = new Aspose.Words.Document("in.docx", Aspose.Words.LoadFormat.Docx, string.Empty);
doc.Save(ddlMergeDocs.SelectedValue , Aspose.Words.SaveFormat.Docx, Aspose.Words.SaveType.OpenInBrowser, HttpContext.Current.Response);
Event if I don’t modify the file, the file will not open once saved through Aspose.Words. It says it could be corrupted, it can however be “recovered” but this is far from ideal behavior. Any ideas?