.net - C# WCF service | Word document -
i have angularjs app consuming wcf rest services.
i have method in service create word document.
i try using microsoft.office.interop.word
i found won't work because it's on server-side...
do have idea how can create word document in wcf service ?
one way install ms word on server (but it's not practice).
another way use open xml:
https://msdn.microsoft.com/en-us/library/office/bb448854.aspx
https://msdn.microsoft.com/en-us/library/bb735940%28v=office.12%29.aspx
Comments
Post a Comment