Save and open word file

Hi Team, we are creating report using linq reporting option. And after populating data in template, save doc file and open it. Is there any option to open file?

@manojdesai272 Aspose.Words is a class library for processing document, it does not depend and does not interact with MS Word. So, I am afraid, there is no way to open document in MS Word using Aspose.Words. However you can use code like this to open document in MS Word:

System.Diagnostics.Process.Start(@"C:\Temp\doc.docx")