Use with asp.net

Hi, will your words control work with asp.net? Will it also handle XL and other office documents or just Word docs? Is there a function to SelectALL | F9 (update fields)? Thanks

Hi,

Thanks for your inquiry. Please note that Aspose.Words for .NET is a class library that enables your applications to perform a great range of document processing tasks. Aspose.Words supports DOC, DOCX, RTF, HTML, OpenDocument, PDF, XPS, EPUB and other formats. With Aspose.Words you can generate, modify, convert, render and print documents without utilizing Microsoft Word®. Please read LoadFormat and SaveFormat of documents and for more information, please go through the documentation below:
https://docs.aspose.com/words/net/product-overview/

Aspose.Words does support .NET Framework and all programming languages targeting the .NET platform, such as C# or VB.NET (ASP.Net).

You can use Document.UpdateFields method to updates the values of fields in the whole document. Please feel free to ask if you have any question about Aspose.Words, we will be happy to help you.