Syncfusion.DocIO.Wpf 31.1.21

Prefix Reserved
dotnet add package Syncfusion.DocIO.Wpf --version 31.1.21
                    
NuGet\Install-Package Syncfusion.DocIO.Wpf -Version 31.1.21
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Syncfusion.DocIO.Wpf" Version="31.1.21" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.DocIO.Wpf" Version="31.1.21" />
                    
Directory.Packages.props
<PackageReference Include="Syncfusion.DocIO.Wpf" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Syncfusion.DocIO.Wpf --version 31.1.21
                    
#r "nuget: Syncfusion.DocIO.Wpf, 31.1.21"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Syncfusion.DocIO.Wpf@31.1.21
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Syncfusion.DocIO.Wpf&version=31.1.21
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.DocIO.Wpf&version=31.1.21
                    
Install as a Cake Tool

Syncfusion® WPF Word library

The 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.

WPF Word Library

Features overview | Docs | API Reference | Online Demo | GitHub Examples | Blogs | Support | Forums | Feedback

Key Features

  • Support to create Word document from scratch.
  • Support to open (read), modify and save existing Word documents.
  • Advanced Mail merge support with different data sources.
  • Ability to create or edit Word 97-2003 and later version documents (DOCX), and convert them to commonly used file formats such as RTF, WordML, TXT, HTML and vice versa.
  • Ability to export a Word document as a PDF file.
  • Ability to create and manipulate charts, Shapes, and Group shape in DOCX and WordML format documents.
  • Ability to read and write Built-In and Custom Document Properties.
  • Ability to find and replace text with its original formatting.
  • Ability to insert Bookmarks and navigate corresponding bookmarks to insert, replace, and delete content.
  • Support to insert and edit the form fields.
  • Support to protect the document to restrict access to the elements present within the document.
  • Ability to encrypt and decrypt Word documents.
  • Support to insert and extract OLE objects.
  • Support to run the DocIO applications in multi-thread and its thread safe.

System Requirements

Getting Started

You can fetch the Syncfusion® .NET Word library NuGet by simply running the command Install-Package Syncfusion.DocIO.Wpf 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.

License

This is a commercial product and requires a paid license for possession or use. Syncfusion® licensed software, including this component, is subject to the terms and conditions of Syncfusion® EULA. You can purchase a license here or start a free 30-day trial here.

About Syncfusion®

Founded in 2001 and headquartered in Research Triangle Park, N.C., Syncfusion® has more than 29,000 customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.

Today, we provide 1800+ 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

Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net9.0-windows7.0 is compatible.  net10.0-windows was computed. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on Syncfusion.DocIO.Wpf:

Package Downloads
Syncfusion.SfRichTextBoxAdv.WPF

This package provides the functionality to utilize the features of Syncfusion® WPF RichTextBox control and more.

Syncfusion.SfRichTextRibbon.WPF

This package provides the functionality to utilize the features of Syncfusion® WPF RichTextRibbon library and more.

Syncfusion.DocToPDFConverter.Wpf

This package provides the functionality to utilize the features of Syncfusion® WPF Word-To-PDF control and more.

Syncfusion.ExportOlapChart.Wpf

This package provides the functionality to utilize the features of Syncfusion® WPF Export Olap Chart to (Excel/PDF/Word) control and more.

Syncfusion.ExportOlapGrid.Wpf

This package provides the functionality to utilize the features of Syncfusion® WPF Export Olap Grid control and more.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Syncfusion.DocIO.Wpf:

Repository Stars
syncfusion/wpf-demos
This repository contains the samples for Syncfusion WPF UI Controls and File Format libraries and the guide to use them.
Version Downloads Last Updated
31.1.21 385 9/22/2025
31.1.20 646 9/16/2025
31.1.19 512 9/11/2025
31.1.18 455 9/9/2025
31.1.17 559 9/5/2025
30.2.7 822 8/25/2025
30.2.6 824 8/18/2025
30.2.5 774 8/13/2025
30.2.4 1,360 8/7/2025
30.1.42 1,954 7/28/2025
30.1.41 1,207 7/22/2025
30.1.40 1,018 7/14/2025
30.1.39 893 7/8/2025
30.1.38 926 7/1/2025
30.1.37 1,179 6/25/2025
29.2.11 967 6/16/2025
29.2.10 1,856 6/9/2025
29.2.9 829 6/5/2025
29.2.8 971 6/3/2025
29.2.7 948 5/26/2025
29.2.5 902 5/20/2025
29.2.4 1,185 5/14/2025
29.1.41 1,457 5/5/2025
29.1.40 1,118 4/28/2025
29.1.39 1,334 4/21/2025
29.1.38 1,108 4/14/2025
29.1.37 1,068 4/8/2025
29.1.35 1,370 4/1/2025
29.1.33 2,396 3/25/2025
28.2.12 1,108 3/19/2025
28.2.11 1,498 3/10/2025
28.2.9 1,379 3/3/2025
28.2.7 1,094 2/25/2025
28.2.6 1,926 2/17/2025
28.2.5 2,506 2/11/2025
28.2.4 2,170 2/4/2025
28.2.3 6,009 1/29/2025
28.1.41 1,870 1/20/2025
28.1.39 1,447 1/13/2025
28.1.38 1,561 1/7/2025
28.1.37 2,862 12/31/2024
28.1.36 1,341 12/23/2024
28.1.35 1,089 12/18/2024
28.1.33 1,620 12/12/2024
27.2.5 1,542 12/2/2024
27.2.4 1,686 11/26/2024
27.2.3 1,084 11/22/2024
27.2.2 2,725 11/15/2024
27.1.58 2,338 11/4/2024
27.1.57 1,313 10/28/2024
27.1.56 1,954 10/23/2024
27.1.55 1,019 10/21/2024
27.1.53 1,741 10/14/2024
27.1.52 1,313 10/7/2024
27.1.51 2,071 9/30/2024
27.1.50 1,626 9/23/2024
27.1.48 1,538 9/18/2024
26.2.14 1,285 9/9/2024
26.2.13 1,164 9/5/2024
26.2.12 2,028 9/2/2024
26.2.11 1,641 8/27/2024
26.2.10 8,654 8/19/2024
26.2.9 2,415 8/12/2024
26.2.8 1,817 8/5/2024
26.2.7 985 7/29/2024
26.2.5 896 7/25/2024
26.2.4 1,069 7/24/2024
26.1.42 1,462 7/15/2024
26.1.41 1,305 7/8/2024
26.1.40 1,191 7/1/2024
26.1.39 1,390 6/24/2024
26.1.38 1,348 6/18/2024
26.1.35 9,491 6/11/2024
25.2.7 1,905 6/3/2024
25.2.6 1,307 5/28/2024
25.2.5 4,249 5/21/2024
25.2.4 1,160 5/14/2024
25.2.3 1,206 5/8/2024
25.1.42 1,458 4/29/2024
25.1.41 1,279 4/23/2024
25.1.40 5,969 4/15/2024
25.1.39 2,082 4/8/2024
25.1.38 1,193 4/1/2024
25.1.37 1,169 3/26/2024
25.1.35 3,062 3/15/2024
24.2.9 2,008 3/4/2024
24.2.8 2,161 2/26/2024
24.2.7 3,610 2/19/2024
24.2.6 1,461 2/14/2024
24.2.5 1,356 2/12/2024
24.2.4 2,550 2/5/2024
24.2.3 1,641 1/31/2024
24.1.47 2,377 1/22/2024
24.1.46 2,068 1/16/2024
24.1.45 1,791 1/8/2024
24.1.44 2,022 1/2/2024
24.1.43 1,484 12/27/2023
24.1.41 2,308 12/18/2023
23.2.7 2,958 12/6/2023
23.2.6 4,339 11/28/2023
23.2.5 1,729 11/23/2023
23.2.4 1,997 11/20/2023
23.1.44 2,936 11/6/2023
23.1.43 4,250 10/30/2023
23.1.42 1,850 10/23/2023
23.1.41 2,250 10/16/2023
23.1.40 11,607 10/10/2023
23.1.39 1,783 10/4/2023
23.1.38 2,733 9/26/2023
23.1.36 5,054 9/15/2023
22.2.12 5,471 9/5/2023
22.2.11 1,918 8/28/2023
22.2.10 1,925 8/22/2023
22.2.9 2,076 8/14/2023
22.2.8 2,932 8/7/2023
22.2.7 2,915 8/2/2023
22.2.5 2,763 7/27/2023
22.1.39 3,747 7/18/2023
22.1.38 2,561 7/11/2023
22.1.37 2,531 7/3/2023
22.1.36 2,615 6/28/2023
22.1.34 5,924 6/21/2023
21.2.10 3,758 6/12/2023
21.2.9 2,139 6/6/2023
21.2.8 3,003 5/30/2023
21.2.6 2,174 5/22/2023
21.2.5 2,287 5/15/2023
21.2.4 2,509 5/9/2023
21.2.3 3,418 5/3/2023
21.1.41 3,692 4/19/2023
21.1.39 2,602 4/10/2023
21.1.38 2,800 4/3/2023
21.1.37 4,622 3/29/2023
21.1.35 2,975 3/23/2023
20.4.0.54 5,471 3/13/2023
20.4.0.53 4,785 3/7/2023
20.4.0.52 3,262 2/28/2023
20.4.0.51 3,032 2/21/2023
20.4.0.50 3,215 2/14/2023
20.4.0.49 3,861 2/7/2023
20.4.0.48 3,680 2/1/2023
20.4.0.44 6,640 1/18/2023
20.4.0.43 3,247 1/10/2023
20.4.0.42 3,268 1/4/2023
20.4.0.41 2,867 12/29/2022
20.4.0.40 2,809 12/28/2022
20.4.0.38 3,235 12/21/2022
20.3.0.61 8,295 12/12/2022
20.3.0.60 6,536 12/6/2022
20.3.0.59 4,484 11/29/2022
20.3.0.58 4,871 11/21/2022
20.3.0.57 5,596 11/15/2022
20.3.0.56 17,222 11/8/2022
20.3.0.52 5,264 10/27/2022
20.3.0.50 5,268 10/17/2022
20.3.0.49 5,132 10/11/2022
20.3.0.48 5,083 10/5/2022
20.3.0.47 6,306 9/29/2022
20.2.0.50 6,331 9/20/2022
20.2.0.49 6,333 9/13/2022
20.2.0.48 5,146 9/6/2022
20.2.0.46 6,768 8/30/2022
20.2.0.45 5,693 8/23/2022
20.2.0.44 5,569 8/16/2022
20.2.0.43 6,196 8/8/2022
20.2.0.40 5,710 7/26/2022
20.2.0.39 5,701 7/19/2022
20.2.0.38 6,247 7/12/2022
20.2.0.36 43,067 6/30/2022
20.1.0.61 5,765 6/20/2022
20.1.0.60 5,414 6/14/2022
20.1.0.59 8,494 6/6/2022
20.1.0.58 5,621 5/30/2022
20.1.0.57 5,774 5/23/2022
20.1.0.56 5,992 5/17/2022
20.1.0.55 6,220 5/12/2022
20.1.0.52 10,906 5/2/2022
20.1.0.51 5,816 4/26/2022
20.1.0.50 5,701 4/19/2022
20.1.0.48 6,973 4/12/2022
20.1.0.47 9,150 4/4/2022
19.4.0.56 12,940 3/14/2022
19.4.0.55 7,641 3/8/2022
19.4.0.54 8,706 2/28/2022
19.4.0.53 6,935 2/22/2022
19.4.0.52 5,907 2/15/2022
19.4.0.50 5,636 2/8/2022
19.4.0.48 6,506 1/31/2022
19.4.0.47 5,700 1/24/2022
19.4.0.43 5,758 1/18/2022
19.4.0.42 12,523 1/10/2022
19.4.0.41 4,264 1/4/2022
19.4.0.40 4,169 12/28/2021
19.4.0.38 6,106 12/17/2021
19.3.0.59 4,577 12/14/2021
19.3.0.57 5,382 12/7/2021
19.3.0.56 9,475 11/29/2021
19.3.0.55 5,260 11/23/2021
19.3.0.54 5,206 11/17/2021
19.3.0.53 4,784 11/12/2021
19.3.0.48 4,844 11/3/2021
19.3.0.47 4,740 10/26/2021
19.3.0.46 6,739 10/19/2021
19.3.0.45 5,174 10/12/2021
19.3.0.44 5,005 10/5/2021
19.3.0.43 7,218 9/30/2021
19.2.0.62 5,881 9/13/2021
19.2.0.60 4,838 9/7/2021
19.2.0.59 4,978 8/30/2021
19.2.0.57 6,782 8/24/2021
19.2.0.56 4,839 8/17/2021
19.2.0.55 4,985 8/11/2021
19.2.0.51 5,001 8/2/2021
19.2.0.49 9,375 7/26/2021
19.2.0.48 4,754 7/19/2021
19.2.0.47 8,411 7/13/2021
19.2.0.46 8,091 7/6/2021
19.2.0.44 36,542 6/30/2021
19.1.0.69 5,267 6/14/2021
19.1.0.67 5,039 6/7/2021
19.1.0.66 8,729 5/31/2021
19.1.0.65 4,857 5/24/2021
19.1.0.64 5,266 5/19/2021
19.1.0.63 5,591 5/13/2021
19.1.0.59 5,317 5/3/2021
19.1.0.58 4,757 4/26/2021
19.1.0.57 4,814 4/20/2021
19.1.0.56 5,521 4/12/2021
19.1.0.55 4,778 4/6/2021
19.1.0.54 5,135 3/30/2021
18.4.0.49 6,174 3/22/2021
18.4.0.48 5,167 3/16/2021
18.4.0.47 4,943 3/9/2021
18.4.0.46 4,052 3/2/2021
18.4.0.44 4,796 2/23/2021
18.4.0.43 3,789 2/15/2021
18.4.0.42 3,953 2/9/2021
18.4.0.41 4,076 2/2/2021
18.4.0.39 4,249 1/28/2021
18.4.0.35 4,103 1/19/2021
18.4.0.34 3,925 1/12/2021
18.4.0.33 3,932 1/4/2021
18.4.0.32 3,789 12/30/2020
18.4.0.31 3,877 12/22/2020
18.4.0.30 4,627 12/17/2020
18.3.0.53 4,977 12/8/2020
18.3.0.52 4,814 11/30/2020
18.3.0.51 4,780 11/23/2020
18.3.0.50 5,059 11/17/2020
18.3.0.48 4,802 11/10/2020
18.3.0.47 5,097 11/5/2020
18.3.0.44 25,215 10/27/2020
18.3.0.42 4,843 10/20/2020
18.3.0.40 4,790 10/12/2020
18.3.0.38 4,949 10/7/2020
18.3.0.35 25,161 10/1/2020
18.2.0.59 9,732 9/22/2020
18.2.0.58 4,852 9/15/2020
18.2.0.57 4,821 9/8/2020
18.2.0.56 4,779 9/1/2020
18.2.0.55 4,786 8/24/2020
18.2.0.54 4,928 8/18/2020
18.2.0.48 4,930 8/4/2020
18.2.0.47 5,162 7/28/2020
18.2.0.46 5,044 7/21/2020
18.2.0.45 6,787 7/14/2020
18.2.0.44 11,246 7/6/2020
18.1.0.59 5,486 6/23/2020
18.1.0.57 6,617 6/15/2020
18.1.0.56 4,977 6/9/2020
18.1.0.55 5,430 6/2/2020
18.1.0.54 4,877 5/26/2020
18.1.0.53 21,464 5/19/2020
18.1.0.52 7,438 5/13/2020
18.1.0.48 5,012 5/5/2020
18.1.0.46 4,942 4/28/2020
18.1.0.45 4,945 4/21/2020
18.1.0.44 4,922 4/14/2020
18.1.0.43 5,215 4/7/2020
18.1.0.42 25,360 4/1/2020
18.1.0.36-beta 2,845 3/19/2020
17.4.0.55 6,895 3/10/2020
17.4.0.53 5,287 3/3/2020
17.4.0.51 6,228 2/25/2020
17.4.0.50 4,920 2/18/2020
17.4.0.49 5,432 2/11/2020
17.4.0.47 7,890 2/5/2020
17.4.0.46 5,038 1/30/2020
17.4.0.44 5,126 1/21/2020
17.4.0.43 5,169 1/14/2020
17.4.0.41 5,227 1/7/2020
17.4.0.40 5,245 12/24/2019
17.4.0.39 8,463 12/17/2019
17.3.0.34 6,002 12/10/2019
17.3.0.33 4,841 12/4/2019
17.3.0.30 4,909 12/3/2019
17.3.0.29 5,056 11/26/2019
17.3.0.28 4,996 11/18/2019
17.3.0.27 4,802 11/12/2019
17.3.0.26 5,706 11/5/2019
17.3.0.21 5,148 10/29/2019
17.3.0.19 4,908 10/22/2019
17.3.0.17 5,754 10/15/2019
17.3.0.14 8,213 10/3/2019
17.3.0.9-beta 2,754 9/20/2019
17.2.0.51 5,832 9/10/2019
17.2.0.49 5,721 9/3/2019
17.2.0.47 4,877 8/27/2019
17.2.0.46 5,296 8/22/2019
17.2.0.41 5,405 8/13/2019
17.2.0.40 6,764 8/6/2019
17.2.0.39 5,411 7/30/2019
17.2.0.36 5,097 7/23/2019
17.2.0.35 5,133 7/17/2019
17.2.0.34 6,050 7/11/2019
17.2.0.28-beta 2,916 6/27/2019
17.1.0.53 20,258 6/25/2019
17.1.0.52 5,189 6/18/2019
17.1.0.51 5,052 6/11/2019
17.1.0.50 5,008 6/4/2019
17.1.0.49 4,944 5/28/2019
17.1.0.48 5,064 5/21/2019
17.1.0.47 5,086 5/14/2019
17.1.0.44 3,755 5/7/2019
17.1.0.43 7,598 4/30/2019
17.1.0.42 3,870 4/23/2019
17.1.0.41 3,679 4/16/2019
17.1.0.40 3,807 4/9/2019
17.1.0.38 4,116 3/29/2019
17.1.0.32-beta 1,976 3/13/2019
16.4.0.54 6,656 2/19/2019
16.4.0.53 4,176 2/13/2019
16.4.0.52 4,142 2/5/2019
16.4.0.48 3,820 1/22/2019
16.4.0.47 3,820 1/16/2019
16.4.0.46 3,852 1/8/2019
16.4.0.44 3,824 12/24/2018
16.4.0.42 8,223 12/17/2018
16.4.0.40-beta 2,064 12/10/2018
16.3.0.36 4,063 11/27/2018
16.3.0.35-beta 1,982 11/23/2018
16.3.0.29 3,883 10/30/2018
16.3.0.21 4,087 9/21/2018