Hi,
We have a Word requirement and looking to see if your product is the solution. We require Word templates in our C# Asp.Net application to be populated with DB values via the use of Bookmarks. The user should be able to then make changes to the Word document by editing it (except for the Bookmark values) and save it back to our Database. The user should be able to retrieve/modify the Word doc as needed.
Does your Aspose.Word support some form of Word automation such that when the user saves the Word doc, it can be handled by the server and saved back to the database? I’ve seen the samples on your website send in one direction (server to client). We need it to be bi-directional.
Thanks,
Jay
Hi
Thanks for your request. If you would like to edit your document in MS Word on client machine, then, anyway, you should save the document on client side and then reupload it back to the server.
In addition, you can try using Aspose.Editor in this case. Aspose.Editor is visual component that provide user interface like MS Word. So if you need to open your document on Web page, maybe, you should consider Aspose.Editor:
https://products.groupdocs.com/editor/net/
Best regards.