Syncfusion.DocIO.WinForms 31.1.19

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Syncfusion.DocIO.WinForms --version 31.1.19
                    
NuGet\Install-Package Syncfusion.DocIO.WinForms -Version 31.1.19
                    
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.19" />
                    
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.19" />
                    
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.19
                    
#r "nuget: Syncfusion.DocIO.WinForms, 31.1.19"
                    
#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.19
                    
#: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.19
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.DocIO.WinForms&version=31.1.19
                    
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.2.2 307 10/15/2025
31.1.23 418 10/6/2025
31.1.22 406 9/30/2025
31.1.21 1,286 9/22/2025
31.1.20 776 9/16/2025
31.1.19 360 9/11/2025
31.1.18 328 9/9/2025
31.1.17 374 9/5/2025
30.2.7 756 8/25/2025
30.2.6 628 8/18/2025
30.2.5 379 8/13/2025
30.2.4 581 8/7/2025
30.1.42 544 7/28/2025
30.1.41 820 7/22/2025
30.1.40 490 7/14/2025
30.1.39 448 7/8/2025
30.1.38 460 7/1/2025
30.1.37 956 6/25/2025
29.2.11 485 6/16/2025
29.2.10 612 6/9/2025
29.2.9 437 6/5/2025
29.2.8 475 6/3/2025
29.2.7 613 5/26/2025
29.2.5 652 5/20/2025
29.2.4 625 5/14/2025
29.1.41 547 5/5/2025
29.1.40 463 4/28/2025
29.1.39 581 4/21/2025
29.1.38 618 4/14/2025
29.1.37 542 4/8/2025
29.1.35 614 4/1/2025
29.1.33 1,069 3/25/2025
28.2.12 546 3/19/2025
28.2.11 700 3/10/2025
28.2.9 1,013 3/3/2025
28.2.7 554 2/25/2025
28.2.6 780 2/17/2025
28.2.5 569 2/11/2025
28.2.4 770 2/4/2025
28.2.3 641 1/29/2025
28.1.41 1,385 1/20/2025
28.1.39 823 1/13/2025
28.1.38 534 1/7/2025
28.1.37 727 12/31/2024
28.1.36 587 12/23/2024
28.1.35 749 12/18/2024
28.1.33 1,375 12/12/2024
27.2.5 835 12/2/2024
27.2.4 942 11/26/2024
27.2.3 630 11/22/2024
27.2.2 754 11/15/2024
27.1.58 834 11/4/2024
27.1.57 716 10/28/2024
27.1.56 601 10/23/2024
27.1.55 526 10/21/2024
27.1.53 825 10/14/2024
27.1.52 670 10/7/2024
27.1.51 740 9/30/2024
27.1.50 764 9/23/2024
27.1.48 762 9/18/2024
26.2.14 1,450 9/9/2024
26.2.13 649 9/5/2024
26.2.12 539 9/2/2024
26.2.11 703 8/27/2024
26.2.10 646 8/19/2024
26.2.9 656 8/12/2024
26.2.8 555 8/5/2024
26.2.7 466 7/29/2024
26.2.5 456 7/25/2024
26.2.4 618 7/24/2024
26.1.42 950 7/15/2024
26.1.41 613 7/8/2024
26.1.40 667 7/1/2024
26.1.39 892 6/24/2024
26.1.38 720 6/18/2024
26.1.35 807 6/11/2024
25.2.7 2,580 6/3/2024
25.2.6 677 5/28/2024
25.2.5 673 5/21/2024
25.2.4 814 5/14/2024
25.2.3 744 5/8/2024
25.1.42 755 4/29/2024
25.1.41 738 4/23/2024
25.1.40 840 4/15/2024
25.1.39 721 4/8/2024
25.1.38 19,831 4/1/2024
25.1.37 690 3/26/2024
25.1.35 1,510 3/15/2024
24.2.9 1,884 3/4/2024
24.2.8 2,131 2/26/2024
24.2.7 1,908 2/19/2024
24.2.6 1,142 2/14/2024
24.2.5 1,435 2/12/2024
24.2.4 1,209 2/5/2024
24.2.3 1,768 1/31/2024
24.1.47 1,365 1/22/2024
24.1.46 1,218 1/16/2024
24.1.45 1,656 1/8/2024
24.1.44 1,379 1/2/2024
24.1.43 1,742 12/27/2023
24.1.41 1,989 12/18/2023
23.2.7 1,853 12/6/2023
23.2.6 1,648 11/28/2023
23.2.5 1,475 11/23/2023
23.2.4 2,381 11/20/2023
23.1.44 1,736 11/6/2023
23.1.43 1,803 10/30/2023
23.1.42 1,752 10/23/2023
23.1.41 1,871 10/16/2023
23.1.40 1,841 10/10/2023
23.1.39 1,865 10/4/2023
23.1.38 2,066 9/26/2023
23.1.36 2,719 9/15/2023
22.2.12 3,183 9/5/2023
22.2.11 1,957 8/28/2023
22.2.10 2,037 8/22/2023
22.2.9 2,008 8/14/2023
22.2.8 2,781 8/7/2023
22.2.7 2,199 8/2/2023
22.2.5 2,223 7/27/2023
22.1.39 2,453 7/18/2023
22.1.38 5,034 7/11/2023
22.1.37 2,128 7/3/2023
22.1.36 2,167 6/28/2023
22.1.34 7,534 6/21/2023
21.2.10 2,337 6/12/2023
21.2.9 2,018 6/6/2023
21.2.8 2,448 5/30/2023
21.2.6 2,798 5/22/2023
21.2.5 2,322 5/15/2023
21.2.4 2,615 5/9/2023
21.2.3 2,465 5/3/2023
21.1.41 2,546 4/19/2023
21.1.39 2,643 4/10/2023
21.1.38 3,112 4/3/2023
21.1.37 2,404 3/29/2023
21.1.35 4,428 3/23/2023
20.4.0.54 5,151 3/13/2023
20.4.0.53 2,841 3/7/2023
20.4.0.52 3,036 2/28/2023
20.4.0.51 2,837 2/21/2023
20.4.0.50 3,101 2/14/2023
20.4.0.49 2,817 2/7/2023
20.4.0.48 7,640 2/1/2023
20.4.0.44 3,341 1/18/2023
20.4.0.43 3,198 1/10/2023
20.4.0.42 3,939 1/4/2023
20.4.0.41 2,779 12/29/2022
20.4.0.40 2,704 12/28/2022
20.4.0.38 4,199 12/21/2022
20.3.0.61 5,111 12/12/2022
20.3.0.60 2,899 12/6/2022
20.3.0.59 2,915 11/29/2022
20.3.0.58 2,883 11/21/2022
20.3.0.57 3,016 11/14/2022
20.3.0.56 8,501 11/8/2022
20.3.0.52 3,107 10/27/2022
20.3.0.50 3,502 10/17/2022
20.3.0.49 6,687 10/11/2022
20.3.0.48 3,082 10/5/2022
20.3.0.47 3,741 9/29/2022
20.2.0.50 3,738 9/20/2022
20.2.0.49 3,368 9/13/2022
20.2.0.48 8,056 9/6/2022
20.2.0.46 3,187 8/30/2022
20.2.0.45 10,161 8/23/2022
20.2.0.44 3,648 8/16/2022
20.2.0.43 32,050 8/8/2022
20.2.0.40 10,013 7/26/2022
20.2.0.39 3,410 7/19/2022
20.2.0.38 4,796 7/12/2022
20.2.0.36 3,974 6/30/2022
20.1.0.61 4,048 6/20/2022
20.1.0.60 3,312 6/14/2022
20.1.0.59 3,531 6/6/2022
20.1.0.58 4,060 5/30/2022
20.1.0.57 3,590 5/23/2022
20.1.0.56 3,415 5/17/2022
20.1.0.55 3,969 5/12/2022
20.1.0.52 9,302 5/2/2022
20.1.0.51 4,303 4/26/2022
20.1.0.50 3,503 4/19/2022
20.1.0.48 3,802 4/12/2022
20.1.0.47 3,902 4/4/2022
19.4.0.56 9,511 3/14/2022
19.4.0.55 3,515 3/8/2022
19.4.0.54 4,508 2/28/2022
19.4.0.53 3,724 2/21/2022
19.4.0.52 3,497 2/15/2022
19.4.0.50 3,669 2/8/2022
19.4.0.48 4,946 1/31/2022
19.4.0.47 3,376 1/24/2022
19.4.0.43 3,877 1/18/2022
19.4.0.42 3,201 1/10/2022
19.4.0.41 3,170 1/4/2022
19.4.0.40 3,126 12/28/2021
19.4.0.38 3,144 12/17/2021
19.3.0.59 2,660 12/14/2021
19.3.0.57 2,787 12/7/2021
19.3.0.56 3,575 11/29/2021
19.3.0.55 2,677 11/23/2021
19.3.0.54 2,827 11/17/2021
19.3.0.53 3,190 11/12/2021
19.3.0.48 3,423 11/2/2021
19.3.0.47 7,623 10/26/2021
19.3.0.46 3,007 10/19/2021
19.3.0.45 2,981 10/12/2021
19.3.0.44 3,268 10/5/2021
19.3.0.43 3,482 9/30/2021
19.2.0.62 3,397 9/13/2021
19.2.0.60 3,272 9/7/2021
19.2.0.59 3,208 8/30/2021
19.2.0.57 3,124 8/24/2021
19.2.0.56 3,180 8/17/2021
19.2.0.55 3,273 8/11/2021
19.2.0.51 3,685 8/2/2021
19.2.0.49 3,376 7/26/2021
19.2.0.48 3,083 7/19/2021
19.2.0.47 3,148 7/13/2021
19.2.0.46 3,771 7/6/2021
19.2.0.44 3,456 6/30/2021
19.1.0.69 3,358 6/14/2021
19.1.0.67 2,950 6/7/2021
19.1.0.66 4,791 5/31/2021
19.1.0.65 3,453 5/24/2021
19.1.0.64 3,341 5/19/2021
19.1.0.63 3,256 5/13/2021
19.1.0.59 3,245 5/3/2021
19.1.0.58 3,097 4/26/2021
19.1.0.57 3,259 4/20/2021
19.1.0.56 3,055 4/12/2021
19.1.0.55 5,141 4/6/2021
19.1.0.54 10,154 3/30/2021
18.4.0.49 3,236 3/22/2021
18.4.0.48 4,732 3/16/2021
18.4.0.47 3,159 3/9/2021
18.4.0.46 3,179 3/2/2021
18.4.0.44 4,291 2/23/2021
18.4.0.43 3,687 2/15/2021
18.4.0.42 4,724 2/9/2021
18.4.0.41 3,453 2/2/2021
18.4.0.39 3,438 1/28/2021
18.4.0.35 3,951 1/19/2021
18.4.0.34 3,126 1/12/2021
18.4.0.33 3,722 1/4/2021
18.4.0.32 3,189 12/30/2020
18.4.0.31 3,175 12/22/2020
18.4.0.30 3,444 12/17/2020
18.3.0.53 3,329 12/8/2020
18.3.0.52 3,269 11/30/2020
18.3.0.51 3,256 11/23/2020
18.3.0.50 3,265 11/17/2020
18.3.0.48 3,193 11/10/2020
18.3.0.47 7,744 11/5/2020
18.3.0.44 3,295 10/27/2020
18.3.0.42 3,296 10/20/2020
18.3.0.40 3,387 10/12/2020
18.3.0.38 3,362 10/7/2020
18.3.0.35 4,434 10/1/2020
18.2.0.59 3,334 9/22/2020
18.2.0.58 3,272 9/15/2020
18.2.0.57 3,280 9/8/2020
18.2.0.56 3,283 9/1/2020
18.2.0.55 3,208 8/24/2020
18.2.0.54 3,088 8/18/2020
18.2.0.48 3,596 8/4/2020
18.2.0.47 3,435 7/28/2020
18.2.0.46 3,322 7/21/2020
18.2.0.45 3,400 7/14/2020
18.2.0.44 11,096 7/6/2020
18.1.0.59 4,385 6/23/2020
18.1.0.57 3,204 6/15/2020
18.1.0.56 3,237 6/9/2020
18.1.0.55 3,079 6/2/2020
18.1.0.54 3,260 5/26/2020
18.1.0.53 3,343 5/19/2020
18.1.0.52 3,541 5/13/2020
18.1.0.48 3,327 5/5/2020
18.1.0.46 3,246 4/28/2020
18.1.0.45 3,133 4/20/2020
18.1.0.44 3,355 4/14/2020
18.1.0.43 7,660 4/7/2020
18.1.0.42 3,375 4/1/2020
18.1.0.36-beta 2,245 3/19/2020
17.4.0.55 4,387 3/10/2020
17.4.0.53 4,322 3/3/2020
17.4.0.51 3,608 2/25/2020
17.4.0.50 3,480 2/18/2020
17.4.0.49 3,727 2/11/2020
17.4.0.47 6,805 2/5/2020
17.4.0.46 4,252 1/30/2020
17.4.0.44 3,265 1/21/2020
17.4.0.43 3,241 1/14/2020
17.4.0.41 3,645 1/7/2020
17.4.0.40 3,253 12/24/2019
17.4.0.39 3,432 12/17/2019
17.3.0.34 3,558 12/10/2019
17.3.0.33 3,316 12/4/2019
17.3.0.30 3,159 12/3/2019
17.3.0.29 3,349 11/26/2019
17.3.0.28 3,205 11/18/2019
17.3.0.27 3,374 11/12/2019
17.3.0.26 3,587 11/5/2019
17.3.0.21 3,155 10/29/2019
17.3.0.19 3,353 10/22/2019
17.3.0.17 3,259 10/15/2019
17.3.0.14 4,487 10/3/2019
17.3.0.9-beta 2,280 9/20/2019
17.2.0.51 4,087 9/10/2019
17.2.0.49 3,283 9/3/2019
17.2.0.47 3,109 8/27/2019
17.2.0.46 3,398 8/22/2019
17.2.0.41 3,172 8/13/2019
17.2.0.40 3,298 8/6/2019
17.2.0.39 3,318 7/30/2019
17.2.0.36 3,268 7/23/2019
17.2.0.35 3,102 7/17/2019
17.2.0.34 8,737 7/11/2019
17.2.0.28-beta 2,227 6/27/2019
17.1.0.53 3,425 6/25/2019
17.1.0.52 3,255 6/18/2019
17.1.0.51 3,375 6/11/2019
17.1.0.50 3,408 6/4/2019
17.1.0.49 3,302 5/28/2019
17.1.0.48 3,371 5/21/2019
17.1.0.47 3,168 5/14/2019
17.1.0.44 3,247 5/7/2019
17.1.0.43 3,453 4/30/2019
17.1.0.42 3,270 4/23/2019
17.1.0.41 3,131 4/16/2019
17.1.0.40 3,236 4/9/2019
17.1.0.38 3,427 3/29/2019
17.1.0.32-beta 2,305 3/13/2019
16.4.0.54 3,742 2/19/2019
16.4.0.53 3,361 2/13/2019
16.4.0.52 3,568 2/5/2019
16.4.0.48 3,407 1/22/2019
16.4.0.47 3,401 1/16/2019
16.4.0.46 3,434 1/8/2019
16.4.0.44 3,579 12/24/2018
16.4.0.42 4,741 12/17/2018
16.4.0.40-beta 2,383 12/10/2018
16.3.0.36 3,474 11/27/2018
16.3.0.35-beta 2,421 11/23/2018
16.3.0.29 4,847 10/30/2018
16.3.0.21 4,141 9/21/2018