Open and modify Word Document
I want to open a word file saved in my server using “Microsoft.Office.Interop.Word”.
This is my code:
I want to open a word file saved in my server using “Microsoft.Office.Interop.Word”.
This is my code:
Following is our setup & requirement:
I am coding a website on witch users have to add reports (Word document’s) and to make possible to view them I convert *.doc to *.pdf, and then displaying them throught pdf.js. For converting i use Microsoft.Office.Interop.Word. Code looks like
I am having an issue with opening a document using Microsoft Word from ASP.NET MVC.