Syncfusion.DocIO.WinForms 31.1.17

Prefix Reserved
dotnet add package Syncfusion.DocIO.WinForms --version 31.1.17
                    
NuGet\Install-Package Syncfusion.DocIO.WinForms -Version 31.1.17
                    
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.WinForms" Version="31.1.17" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.DocIO.WinForms" Version="31.1.17" />
                    
Directory.Packages.props
<PackageReference Include="Syncfusion.DocIO.WinForms" />
                    
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.WinForms --version 31.1.17
                    
#r "nuget: Syncfusion.DocIO.WinForms, 31.1.17"
                    
#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.WinForms@31.1.17
                    
#: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.WinForms&version=31.1.17
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.DocIO.WinForms&version=31.1.17
                    
Install as a Cake Tool

Syncfusion® WinForms Word library

The Syncfusion® WinForms 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.

WinForms 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.WinForms 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 Web Forms, 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 (3)

Showing the top 3 NuGet packages that depend on Syncfusion.DocIO.WinForms:

Package Downloads
Syncfusion.PivotTableExport.WinForms

This package provides the functionality to utilize the features of Syncfusion® WinForms Pivot Converter library and more.

Syncfusion.DocToPDFConverter.WinForms

This package provides the functionality to utilize the features of Syncfusion® WinForms Word To Pdf converter library and more.

Syncfusion.GridHelperClasses.Windows

This package provides the functionality to utilize the features of Syncfusion® WinForms Grid Helpers library and more.

GitHub repositories (1)

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

Repository Stars
syncfusion/winforms-demos
This repository contains the samples for Syncfusion Windows Forms UI Controls and File Format libraries and the guide to use them.
Version Downloads Last Updated
31.1.17 42 9/5/2025
30.2.7 356 8/25/2025
30.2.6 357 8/18/2025
30.2.5 242 8/13/2025
30.2.4 395 8/7/2025
30.1.42 276 7/28/2025
30.1.41 557 7/22/2025
30.1.40 337 7/14/2025
30.1.39 309 7/8/2025
30.1.38 344 7/1/2025
30.1.37 786 6/25/2025
29.2.11 359 6/16/2025
29.2.10 477 6/9/2025
29.2.9 301 6/5/2025
29.2.8 360 6/3/2025
29.2.7 493 5/26/2025
29.2.5 457 5/20/2025
29.2.4 504 5/14/2025
29.1.41 422 5/5/2025
29.1.40 349 4/28/2025
29.1.39 462 4/21/2025
29.1.38 488 4/14/2025
29.1.37 440 4/8/2025
29.1.35 477 4/1/2025
29.1.33 958 3/25/2025
28.2.12 423 3/19/2025
28.2.11 571 3/10/2025
28.2.9 897 3/3/2025
28.2.7 443 2/25/2025
28.2.6 653 2/17/2025
28.2.5 450 2/11/2025
28.2.4 641 2/4/2025
28.2.3 546 1/29/2025
28.1.41 1,224 1/20/2025
28.1.39 709 1/13/2025
28.1.38 424 1/7/2025
28.1.37 607 12/31/2024
28.1.36 477 12/23/2024
28.1.35 636 12/18/2024
28.1.33 1,170 12/12/2024
27.2.5 718 12/2/2024
27.2.4 830 11/26/2024
27.2.3 515 11/22/2024
27.2.2 628 11/15/2024
27.1.58 713 11/4/2024
27.1.57 600 10/28/2024
27.1.56 494 10/23/2024
27.1.55 416 10/21/2024
27.1.53 701 10/14/2024
27.1.52 556 10/7/2024
27.1.51 615 9/30/2024
27.1.50 637 9/23/2024
27.1.48 639 9/18/2024
26.2.14 1,285 9/9/2024
26.2.13 528 9/5/2024
26.2.12 428 9/2/2024
26.2.11 576 8/27/2024
26.2.10 531 8/19/2024
26.2.9 526 8/12/2024
26.2.8 433 8/5/2024
26.2.7 353 7/29/2024
26.2.5 366 7/25/2024
26.2.4 504 7/24/2024
26.1.42 823 7/15/2024
26.1.41 488 7/8/2024
26.1.40 559 7/1/2024
26.1.39 779 6/24/2024
26.1.38 607 6/18/2024
26.1.35 676 6/11/2024
25.2.7 2,390 6/3/2024
25.2.6 555 5/28/2024
25.2.5 556 5/21/2024
25.2.4 691 5/14/2024
25.2.3 629 5/8/2024
25.1.42 643 4/29/2024
25.1.41 615 4/23/2024
25.1.40 732 4/15/2024
25.1.39 615 4/8/2024
25.1.38 17,762 4/1/2024
25.1.37 577 3/26/2024
25.1.35 1,387 3/15/2024
24.2.9 1,739 3/4/2024
24.2.8 2,016 2/26/2024
24.2.7 1,791 2/19/2024
24.2.6 1,024 2/14/2024
24.2.5 1,317 2/12/2024
24.2.4 1,088 2/5/2024
24.2.3 1,632 1/31/2024
24.1.47 1,243 1/22/2024
24.1.46 1,107 1/16/2024
24.1.45 1,536 1/8/2024
24.1.44 1,260 1/2/2024
24.1.43 1,619 12/27/2023
24.1.41 1,862 12/18/2023
23.2.7 1,730 12/6/2023
23.2.6 1,541 11/28/2023
23.2.5 1,354 11/23/2023
23.2.4 2,258 11/20/2023
23.1.44 1,616 11/6/2023
23.1.43 1,681 10/30/2023
23.1.42 1,655 10/23/2023
23.1.41 1,756 10/16/2023
23.1.40 1,718 10/10/2023
23.1.39 1,744 10/4/2023
23.1.38 1,952 9/26/2023
23.1.36 2,569 9/15/2023
22.2.12 3,048 9/5/2023
22.2.11 1,846 8/28/2023
22.2.10 1,930 8/22/2023
22.2.9 1,897 8/14/2023
22.2.8 2,656 8/7/2023
22.2.7 2,078 8/2/2023
22.2.5 2,095 7/27/2023
22.1.39 2,316 7/18/2023
22.1.38 4,887 7/11/2023
22.1.37 2,023 7/3/2023
22.1.36 2,059 6/28/2023
22.1.34 7,381 6/21/2023
21.2.10 2,209 6/12/2023
21.2.9 1,909 6/6/2023
21.2.8 2,310 5/30/2023
21.2.6 2,615 5/22/2023
21.2.5 2,199 5/15/2023
21.2.4 2,495 5/9/2023
21.2.3 2,358 5/3/2023
21.1.41 2,430 4/19/2023
21.1.39 2,523 4/10/2023
21.1.38 3,004 4/3/2023
21.1.37 2,274 3/29/2023
21.1.35 4,228 3/23/2023
20.4.0.54 4,972 3/13/2023
20.4.0.53 2,708 3/7/2023
20.4.0.52 2,901 2/28/2023
20.4.0.51 2,716 2/21/2023
20.4.0.50 2,966 2/14/2023
20.4.0.49 2,704 2/7/2023
20.4.0.48 7,366 2/1/2023
20.4.0.44 3,221 1/18/2023
20.4.0.43 3,065 1/10/2023
20.4.0.42 3,802 1/4/2023
20.4.0.41 2,657 12/29/2022
20.4.0.40 2,577 12/28/2022
20.4.0.38 4,080 12/21/2022
20.3.0.61 4,981 12/12/2022
20.3.0.60 2,803 12/6/2022
20.3.0.59 2,816 11/29/2022
20.3.0.58 2,786 11/21/2022
20.3.0.57 2,905 11/14/2022
20.3.0.56 8,204 11/8/2022
20.3.0.52 2,999 10/27/2022
20.3.0.50 3,394 10/17/2022
20.3.0.49 6,535 10/11/2022
20.3.0.48 2,995 10/5/2022
20.3.0.47 3,609 9/29/2022
20.2.0.50 3,638 9/20/2022
20.2.0.49 3,269 9/13/2022
20.2.0.48 7,820 9/6/2022
20.2.0.46 3,084 8/30/2022
20.2.0.45 9,881 8/23/2022
20.2.0.44 3,540 8/16/2022
20.2.0.43 30,693 8/8/2022
20.2.0.40 9,864 7/26/2022
20.2.0.39 3,309 7/19/2022
20.2.0.38 4,554 7/12/2022
20.2.0.36 3,886 6/30/2022
20.1.0.61 3,944 6/20/2022
20.1.0.60 3,216 6/14/2022
20.1.0.59 3,439 6/6/2022
20.1.0.58 3,955 5/30/2022
20.1.0.57 3,492 5/23/2022
20.1.0.56 3,313 5/17/2022
20.1.0.55 3,869 5/12/2022
20.1.0.52 9,035 5/2/2022
20.1.0.51 4,198 4/26/2022
20.1.0.50 3,412 4/19/2022
20.1.0.48 3,703 4/12/2022
20.1.0.47 3,804 4/4/2022
19.4.0.56 8,917 3/14/2022
19.4.0.55 3,409 3/8/2022
19.4.0.54 4,406 2/28/2022
19.4.0.53 3,636 2/21/2022
19.4.0.52 3,407 2/15/2022
19.4.0.50 3,568 2/8/2022
19.4.0.48 4,663 1/31/2022
19.4.0.47 3,284 1/24/2022
19.4.0.43 3,761 1/18/2022
19.4.0.42 3,102 1/10/2022
19.4.0.41 3,079 1/4/2022
19.4.0.40 3,020 12/28/2021
19.4.0.38 3,031 12/17/2021
19.3.0.59 2,566 12/14/2021
19.3.0.57 2,683 12/7/2021
19.3.0.56 3,507 11/29/2021
19.3.0.55 2,588 11/23/2021
19.3.0.54 2,716 11/17/2021
19.3.0.53 3,087 11/12/2021
19.3.0.48 3,316 11/2/2021
19.3.0.47 7,475 10/26/2021
19.3.0.46 2,899 10/19/2021
19.3.0.45 2,881 10/12/2021
19.3.0.44 3,158 10/5/2021
19.3.0.43 3,394 9/30/2021
19.2.0.62 3,292 9/13/2021
19.2.0.60 3,161 9/7/2021
19.2.0.59 3,103 8/30/2021
19.2.0.57 3,020 8/24/2021
19.2.0.56 3,071 8/17/2021
19.2.0.55 3,172 8/11/2021
19.2.0.51 3,584 8/2/2021
19.2.0.49 3,293 7/26/2021
19.2.0.48 2,987 7/19/2021
19.2.0.47 3,039 7/13/2021
19.2.0.46 3,661 7/6/2021
19.2.0.44 3,364 6/30/2021
19.1.0.69 3,258 6/14/2021
19.1.0.67 2,875 6/7/2021
19.1.0.66 4,684 5/31/2021
19.1.0.65 3,341 5/24/2021
19.1.0.64 3,230 5/19/2021
19.1.0.63 3,159 5/13/2021
19.1.0.59 3,142 5/3/2021
19.1.0.58 3,009 4/26/2021
19.1.0.57 3,158 4/20/2021
19.1.0.56 2,945 4/12/2021
19.1.0.55 5,035 4/6/2021
19.1.0.54 9,824 3/30/2021
18.4.0.49 3,137 3/22/2021
18.4.0.48 4,634 3/16/2021
18.4.0.47 3,061 3/9/2021
18.4.0.46 3,077 3/2/2021
18.4.0.44 4,183 2/23/2021
18.4.0.43 3,561 2/15/2021
18.4.0.42 4,620 2/9/2021
18.4.0.41 3,351 2/2/2021
18.4.0.39 3,341 1/28/2021
18.4.0.35 3,845 1/19/2021
18.4.0.34 3,019 1/12/2021
18.4.0.33 3,612 1/4/2021
18.4.0.32 3,089 12/30/2020
18.4.0.31 3,074 12/22/2020
18.4.0.30 3,353 12/17/2020
18.3.0.53 3,221 12/8/2020
18.3.0.52 3,165 11/30/2020
18.3.0.51 3,149 11/23/2020
18.3.0.50 3,155 11/17/2020
18.3.0.48 3,102 11/10/2020
18.3.0.47 7,647 11/5/2020
18.3.0.44 3,197 10/27/2020
18.3.0.42 3,197 10/20/2020
18.3.0.40 3,294 10/12/2020
18.3.0.38 3,265 10/7/2020
18.3.0.35 4,320 10/1/2020
18.2.0.59 3,231 9/22/2020
18.2.0.58 3,165 9/15/2020
18.2.0.57 3,185 9/8/2020
18.2.0.56 3,190 9/1/2020
18.2.0.55 3,120 8/24/2020
18.2.0.54 2,996 8/18/2020
18.2.0.48 3,485 8/4/2020
18.2.0.47 3,334 7/28/2020
18.2.0.46 3,229 7/21/2020
18.2.0.45 3,291 7/14/2020
18.2.0.44 10,992 7/6/2020
18.1.0.59 4,276 6/23/2020
18.1.0.57 3,108 6/15/2020
18.1.0.56 3,126 6/9/2020
18.1.0.55 2,982 6/2/2020
18.1.0.54 3,158 5/26/2020
18.1.0.53 3,235 5/19/2020
18.1.0.52 3,436 5/13/2020
18.1.0.48 3,220 5/5/2020
18.1.0.46 3,148 4/28/2020
18.1.0.45 3,027 4/20/2020
18.1.0.44 3,251 4/14/2020
18.1.0.43 7,462 4/7/2020
18.1.0.42 3,287 4/1/2020
18.1.0.36-beta 2,156 3/19/2020
17.4.0.55 4,260 3/10/2020
17.4.0.53 4,210 3/3/2020
17.4.0.51 3,501 2/25/2020
17.4.0.50 3,383 2/18/2020
17.4.0.49 3,619 2/11/2020
17.4.0.47 6,694 2/5/2020
17.4.0.46 4,144 1/30/2020
17.4.0.44 3,173 1/21/2020
17.4.0.43 3,137 1/14/2020
17.4.0.41 3,546 1/7/2020
17.4.0.40 3,146 12/24/2019
17.4.0.39 3,334 12/17/2019
17.3.0.34 3,422 12/10/2019
17.3.0.33 3,224 12/4/2019
17.3.0.30 3,052 12/3/2019
17.3.0.29 3,255 11/26/2019
17.3.0.28 3,119 11/18/2019
17.3.0.27 3,270 11/12/2019
17.3.0.26 3,482 11/5/2019
17.3.0.21 3,048 10/29/2019
17.3.0.19 3,244 10/22/2019
17.3.0.17 3,164 10/15/2019
17.3.0.14 4,279 10/3/2019
17.3.0.9-beta 2,187 9/20/2019
17.2.0.51 3,975 9/10/2019
17.2.0.49 3,194 9/3/2019
17.2.0.47 3,003 8/27/2019
17.2.0.46 3,300 8/22/2019
17.2.0.41 3,075 8/13/2019
17.2.0.40 3,201 8/6/2019
17.2.0.39 3,208 7/30/2019
17.2.0.36 3,182 7/23/2019
17.2.0.35 3,010 7/17/2019
17.2.0.34 8,648 7/11/2019
17.2.0.28-beta 2,131 6/27/2019
17.1.0.53 3,323 6/25/2019
17.1.0.52 3,152 6/18/2019
17.1.0.51 3,278 6/11/2019
17.1.0.50 3,305 6/4/2019
17.1.0.49 3,193 5/28/2019
17.1.0.48 3,281 5/21/2019
17.1.0.47 3,079 5/14/2019
17.1.0.44 3,145 5/7/2019
17.1.0.43 3,357 4/30/2019
17.1.0.42 3,164 4/23/2019
17.1.0.41 3,033 4/16/2019
17.1.0.40 3,134 4/9/2019
17.1.0.38 3,335 3/29/2019
17.1.0.32-beta 2,199 3/13/2019
16.4.0.54 3,647 2/19/2019
16.4.0.53 3,264 2/13/2019
16.4.0.52 3,456 2/5/2019
16.4.0.48 3,303 1/22/2019
16.4.0.47 3,301 1/16/2019
16.4.0.46 3,348 1/8/2019
16.4.0.44 3,472 12/24/2018
16.4.0.42 4,627 12/17/2018
16.4.0.40-beta 2,301 12/10/2018
16.3.0.36 3,378 11/27/2018
16.3.0.35-beta 2,347 11/23/2018
16.3.0.29 4,738 10/30/2018
16.3.0.21 4,031 9/21/2018