Editing the Merged Word Document

I plan to use the Word Merge option in our ASP.Net Application.
Wanted to know if there is an option to be able to Edit the Merged Word Documents over the Browser and Save it. I want users to be able to Edit and Save the Merged Documents.

Also Can the Merged documents be saved to a shared location with UNC path








Hi Robert,


Thanks for your inquiry. Aspose.Words for .NET is just a class library and with it you can programmatically generate, modify, convert, render and print documents without utilizing Microsoft Word®. So, it does not offer any UI or web control for performing these document processing tasks on web pages.

Our sister company GroupDocs.com offers a viewer app which you may consider including in your application to view the various file formats. With GroupDocs apps, you can also have limited editing functionalities. For more information, we suggest you please contact GroupDocs support through live chat or support forums of GroupDocs.

Regarding your query about saving document at shared location, you can use Document.Save method to save output document at your desired location.

Please let us know if you have any more queries.