⚠ Deprecated: Legacy
This ASP.NET Web Form platform is Deprecated, you can use the same product from ASP.NET Core platform
Suggested alternative: Syncfusion.DocIO.Net.Core
Syncfusion Essential DocIO is a .NET Word library that allows you to create, read, and edit Word documents in any ASP.NET Web Forms application without any Microsoft Office dependencies. Key features: • Create Word documents from scratch. • Open, edit, and save existing Word documents. • Convert Word documents to RTF, WordML, TXT, HTML, and vice versa. • Convert Word documents to PDF, EPUB, and image formats. • Perform mail merge with various data sources. • Find and replace text with source and target formatting. • Import content from one document to another with several formatting options. • Merge multiple Word documents into a single Word document. • Insert bookmarks and navigate to their targets to insert, replace, and delete content. • Insert and update fields like the table of contents, date time fields, if fields, and more. • Insert, edit, and lock the content controls in DOCX and WordML-format documents. • Insert and fill form fields. • Insert and extract OLE objects. • Create and manipulate charts and shapes in DOCX and WordML-format documents. • Read and write built-in and custom document properties. • Protect documents to restrict access to specific document elements. • Encrypt and decrypt Word documents. Learn more: https://www.syncfusion.com/word-framework/net?utm_source=nuget&utm_medium=listing Documentation: https://help.syncfusion.com/file-formats/docio/getting-started?utm_source=nuget&utm_medium=listing Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident?utm_source=nuget&utm_medium=listing Forum: https://www.syncfusion.com/forums/aspnet?utm_source=nuget&utm_medium=listing This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/?utm_source=nuget&utm_medium=listing). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products?utm_source=nuget&utm_medium=listing or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=nuget&utm_medium=listing).
$ dotnet add package Syncfusion.DocIO.AspNetThe Syncfusion .NET Word library (Essential DocIO) is a feature-rich and high-performance .NET Word library that is used to create, read, and edit Word documents programmatically without Microsoft Office dependencies.

Features overview | Docs | API Reference | Online Demo | GitHub Examples | Blogs | Support | Forums | Feedback
You can fetch the Syncfusion .NET Word library NuGet by simply running the command Install-Package Syncfusion.DocIO.AspNet from the Package Manager Console in Visual Studio.
Try the following code example to create a Word document.
using Syncfusion.DocIO;
using Syncfusion.DocIO.DLS;
//Creates a new instance of WordDocument (Empty Word Document).
using (WordDocument document = new WordDocument())
{
//Adds a section and a paragraph to the document.
document.EnsureMinimal();
//Appends text to the last paragraph of the document.
document.LastParagraph.AppendText("Hello World");
//Saves the Word document.
document.Save("Sample.docx", FormatType.Docx);
}
For more information to get started, refer to our Getting Started Documentation page.
This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA. You can purchase a license here or start a free 30-day trial here.
Founded in 2001 and headquartered in Research Triangle Park, N.C., Syncfusion has more than 27,000+ customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.
Today, we provide 1700+ components and frameworks for web (Blazor, Flutter, ASP.NET Core, ASP.NET MVC, ASP.NET WebForms, JavaScript, Angular, React, Vue, and jQuery), mobile (.NET MAUI, Flutter, Xamarin, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, .NET MAUI, Flutter, Xamarin and UWP). We provide ready-to-deploy enterprise software for dashboards, reports, data integration, and big data processing. Many customers have saved millions in licensing fees by deploying our software.
sales@syncfusion.com | www.syncfusion.com | Toll Free: 1-888-9 DOTNET