Syncfusion.DocIO.WinForms 28.1.33

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 28.1.33                
NuGet\Install-Package Syncfusion.DocIO.WinForms -Version 28.1.33                
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="28.1.33" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.DocIO.WinForms --version 28.1.33                
#r "nuget: Syncfusion.DocIO.WinForms, 28.1.33"                
#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.
// Install Syncfusion.DocIO.WinForms as a Cake Addin
#addin nuget:?package=Syncfusion.DocIO.WinForms&version=28.1.33

// Install Syncfusion.DocIO.WinForms as a Cake Tool
#tool nuget:?package=Syncfusion.DocIO.WinForms&version=28.1.33                

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 net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net9.0-windows7.0 is compatible. 
.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
28.1.38 197 1/7/2025
28.1.37 316 12/31/2024
28.1.36 316 12/23/2024
28.1.35 410 12/18/2024
28.1.33 382 12/12/2024
27.2.5 554 12/2/2024
27.2.4 589 11/26/2024
27.2.3 391 11/22/2024
27.2.2 468 11/15/2024
27.1.58 565 11/4/2024
27.1.57 436 10/28/2024
27.1.56 380 10/23/2024
27.1.55 296 10/21/2024
27.1.53 499 10/14/2024
27.1.52 444 10/7/2024
27.1.51 466 9/30/2024
27.1.50 452 9/23/2024
27.1.48 507 9/18/2024
26.2.14 754 9/9/2024
26.2.13 380 9/5/2024
26.2.12 316 9/2/2024
26.2.11 460 8/27/2024
26.2.10 435 8/19/2024
26.2.9 441 8/12/2024
26.2.8 329 8/5/2024
26.2.7 260 7/29/2024
26.2.5 271 7/25/2024
26.2.4 396 7/24/2024
26.1.42 628 7/15/2024
26.1.41 400 7/8/2024
26.1.40 458 7/1/2024
26.1.39 683 6/24/2024
26.1.38 519 6/18/2024
26.1.35 576 6/11/2024
25.2.7 1,501 6/3/2024
25.2.6 467 5/28/2024
25.2.5 470 5/21/2024
25.2.4 578 5/14/2024
25.2.3 541 5/8/2024
25.1.42 541 4/29/2024
25.1.41 528 4/23/2024
25.1.40 611 4/15/2024
25.1.39 518 4/8/2024
25.1.38 7,063 4/1/2024
25.1.37 475 3/26/2024
25.1.35 1,182 3/15/2024
24.2.9 1,541 3/4/2024
24.2.8 1,763 2/26/2024
24.2.7 1,674 2/19/2024
24.2.6 898 2/14/2024
24.2.5 1,205 2/12/2024
24.2.4 981 2/5/2024
24.2.3 1,349 1/31/2024
24.1.47 1,125 1/22/2024
24.1.46 1,003 1/16/2024
24.1.45 1,395 1/8/2024
24.1.44 1,153 1/2/2024
24.1.43 1,506 12/27/2023
24.1.41 1,716 12/18/2023
23.2.7 1,611 12/6/2023
23.2.6 1,440 11/28/2023
23.2.5 1,260 11/23/2023
23.2.4 2,154 11/20/2023
23.1.44 1,519 11/6/2023
23.1.43 1,427 10/30/2023
23.1.42 1,550 10/23/2023
23.1.41 1,649 10/16/2023
23.1.40 1,597 10/10/2023
23.1.39 1,639 10/4/2023
23.1.38 1,846 9/26/2023
23.1.36 2,374 9/15/2023
22.2.12 2,750 9/5/2023
22.2.11 1,740 8/28/2023
22.2.10 1,805 8/22/2023
22.2.9 1,783 8/14/2023
22.2.8 2,532 8/7/2023
22.2.7 1,956 8/2/2023
22.2.5 1,956 7/27/2023
22.1.39 2,126 7/18/2023
22.1.38 3,848 7/11/2023
22.1.37 1,905 7/3/2023
22.1.36 1,947 6/28/2023
22.1.34 7,162 6/21/2023
21.2.10 2,027 6/12/2023
21.2.9 1,781 6/6/2023
21.2.8 2,154 5/30/2023
21.2.6 2,153 5/22/2023
21.2.5 2,039 5/15/2023
21.2.4 2,351 5/9/2023
21.2.3 2,213 5/3/2023
21.1.41 2,296 4/19/2023
21.1.39 2,377 4/10/2023
21.1.38 2,878 4/3/2023
21.1.37 2,141 3/29/2023
21.1.35 3,800 3/23/2023
20.4.0.54 4,527 3/13/2023
20.4.0.53 2,554 3/7/2023
20.4.0.52 2,756 2/28/2023
20.4.0.51 2,567 2/21/2023
20.4.0.50 2,812 2/14/2023
20.4.0.49 2,556 2/7/2023
20.4.0.48 6,092 2/1/2023
20.4.0.44 3,077 1/18/2023
20.4.0.43 2,908 1/10/2023
20.4.0.42 3,667 1/4/2023
20.4.0.41 2,503 12/29/2022
20.4.0.40 2,440 12/28/2022
20.4.0.38 3,938 12/21/2022
20.3.0.61 4,505 12/12/2022
20.3.0.60 2,724 12/6/2022
20.3.0.59 2,748 11/29/2022
20.3.0.58 2,715 11/21/2022
20.3.0.57 2,839 11/14/2022
20.3.0.56 7,113 11/8/2022
20.3.0.52 2,927 10/27/2022
20.3.0.50 3,282 10/17/2022
20.3.0.49 5,696 10/11/2022
20.3.0.48 2,930 10/5/2022
20.3.0.47 3,517 9/29/2022
20.2.0.50 3,529 9/20/2022
20.2.0.49 3,200 9/13/2022
20.2.0.48 6,411 9/6/2022
20.2.0.46 3,014 8/30/2022
20.2.0.45 8,670 8/23/2022
20.2.0.44 3,436 8/16/2022
20.2.0.43 24,191 8/8/2022
20.2.0.40 8,893 7/26/2022
20.2.0.39 3,224 7/19/2022
20.2.0.38 3,390 7/12/2022
20.2.0.36 3,795 6/30/2022
20.1.0.61 3,789 6/20/2022
20.1.0.60 3,144 6/14/2022
20.1.0.59 3,349 6/6/2022
20.1.0.58 3,872 5/30/2022
20.1.0.57 3,400 5/23/2022
20.1.0.56 3,229 5/17/2022
20.1.0.55 3,758 5/12/2022
20.1.0.52 7,801 5/2/2022
20.1.0.51 4,105 4/26/2022
20.1.0.50 3,328 4/19/2022
20.1.0.48 3,611 4/12/2022
20.1.0.47 3,696 4/4/2022
19.4.0.56 6,926 3/14/2022
19.4.0.55 3,331 3/8/2022
19.4.0.54 4,287 2/28/2022
19.4.0.53 3,552 2/21/2022
19.4.0.52 3,325 2/15/2022
19.4.0.50 3,484 2/8/2022
19.4.0.48 4,197 1/31/2022
19.4.0.47 3,207 1/24/2022
19.4.0.43 3,666 1/18/2022
19.4.0.42 3,014 1/10/2022
19.4.0.41 2,984 1/4/2022
19.4.0.40 2,927 12/28/2021
19.4.0.38 2,921 12/17/2021
19.3.0.59 2,489 12/14/2021
19.3.0.57 2,573 12/7/2021
19.3.0.56 3,391 11/29/2021
19.3.0.55 2,503 11/23/2021
19.3.0.54 2,619 11/17/2021
19.3.0.53 3,002 11/12/2021
19.3.0.48 3,192 11/2/2021
19.3.0.47 6,930 10/26/2021
19.3.0.46 2,815 10/19/2021
19.3.0.45 2,797 10/12/2021
19.3.0.44 3,047 10/5/2021
19.3.0.43 3,300 9/30/2021
19.2.0.62 3,183 9/13/2021
19.2.0.60 3,078 9/7/2021
19.2.0.59 3,005 8/30/2021
19.2.0.57 2,935 8/24/2021
19.2.0.56 2,969 8/17/2021
19.2.0.55 3,054 8/11/2021
19.2.0.51 3,489 8/2/2021
19.2.0.49 3,194 7/26/2021
19.2.0.48 2,893 7/19/2021
19.2.0.47 2,949 7/13/2021
19.2.0.46 3,578 7/6/2021
19.2.0.44 3,271 6/30/2021
19.1.0.69 3,164 6/14/2021
19.1.0.67 2,791 6/7/2021
19.1.0.66 4,567 5/31/2021
19.1.0.65 3,255 5/24/2021
19.1.0.64 3,135 5/19/2021
19.1.0.63 3,071 5/13/2021
19.1.0.59 3,024 5/3/2021
19.1.0.58 2,923 4/26/2021
19.1.0.57 3,043 4/20/2021
19.1.0.56 2,844 4/12/2021
19.1.0.55 4,455 4/6/2021
19.1.0.54 8,518 3/30/2021
18.4.0.49 3,019 3/22/2021
18.4.0.48 4,405 3/16/2021
18.4.0.47 2,960 3/9/2021
18.4.0.46 2,978 3/2/2021
18.4.0.44 3,678 2/23/2021
18.4.0.43 3,298 2/15/2021
18.4.0.42 4,515 2/9/2021
18.4.0.41 3,234 2/2/2021
18.4.0.39 3,244 1/28/2021
18.4.0.35 3,596 1/19/2021
18.4.0.34 2,924 1/12/2021
18.4.0.33 3,438 1/4/2021
18.4.0.32 2,988 12/30/2020
18.4.0.31 2,977 12/22/2020
18.4.0.30 3,204 12/17/2020
18.3.0.53 3,093 12/8/2020
18.3.0.52 3,053 11/30/2020
18.3.0.51 3,033 11/23/2020
18.3.0.50 2,995 11/17/2020
18.3.0.48 2,994 11/10/2020
18.3.0.47 7,522 11/5/2020
18.3.0.44 3,089 10/27/2020
18.3.0.42 3,094 10/20/2020
18.3.0.40 3,170 10/12/2020
18.3.0.38 3,155 10/7/2020
18.3.0.35 4,128 10/1/2020
18.2.0.59 3,119 9/22/2020
18.2.0.58 3,064 9/15/2020
18.2.0.57 3,081 9/8/2020
18.2.0.56 3,079 9/1/2020
18.2.0.55 3,016 8/24/2020
18.2.0.54 2,893 8/18/2020
18.2.0.48 3,379 8/4/2020
18.2.0.47 3,223 7/28/2020
18.2.0.46 3,122 7/21/2020
18.2.0.45 3,183 7/14/2020
18.2.0.44 10,875 7/6/2020
18.1.0.59 4,152 6/23/2020
18.1.0.57 2,995 6/15/2020
18.1.0.56 3,024 6/9/2020
18.1.0.55 2,873 6/2/2020
18.1.0.54 3,051 5/26/2020
18.1.0.53 3,120 5/19/2020
18.1.0.52 3,335 5/13/2020
18.1.0.48 3,111 5/5/2020
18.1.0.46 3,050 4/28/2020
18.1.0.45 2,922 4/20/2020
18.1.0.44 3,138 4/14/2020
18.1.0.43 6,838 4/7/2020
18.1.0.42 3,159 4/1/2020
18.1.0.36-beta 2,049 3/19/2020
17.4.0.55 3,954 3/10/2020
17.4.0.53 4,099 3/3/2020
17.4.0.51 3,333 2/25/2020
17.4.0.50 3,268 2/18/2020
17.4.0.49 3,507 2/11/2020
17.4.0.47 6,414 2/5/2020
17.4.0.46 3,988 1/30/2020
17.4.0.44 3,062 1/21/2020
17.4.0.43 3,030 1/14/2020
17.4.0.41 3,392 1/7/2020
17.4.0.40 3,033 12/24/2019
17.4.0.39 3,226 12/17/2019
17.3.0.34 3,284 12/10/2019
17.3.0.33 3,080 12/4/2019
17.3.0.30 2,934 12/3/2019
17.3.0.29 3,152 11/26/2019
17.3.0.28 2,997 11/18/2019
17.3.0.27 3,152 11/12/2019
17.3.0.26 3,365 11/5/2019
17.3.0.21 2,938 10/29/2019
17.3.0.19 3,113 10/22/2019
17.3.0.17 3,055 10/15/2019
17.3.0.14 3,946 10/3/2019
17.3.0.9-beta 2,080 9/20/2019
17.2.0.51 3,852 9/10/2019
17.2.0.49 3,083 9/3/2019
17.2.0.47 2,898 8/27/2019
17.2.0.46 3,174 8/22/2019
17.2.0.41 2,959 8/13/2019
17.2.0.40 3,092 8/6/2019
17.2.0.39 3,088 7/30/2019
17.2.0.36 3,076 7/23/2019
17.2.0.35 2,895 7/17/2019
17.2.0.34 8,523 7/11/2019
17.2.0.28-beta 2,023 6/27/2019
17.1.0.53 3,213 6/25/2019
17.1.0.52 3,040 6/18/2019
17.1.0.51 3,159 6/11/2019
17.1.0.50 3,189 6/4/2019
17.1.0.49 3,082 5/28/2019
17.1.0.48 3,171 5/21/2019
17.1.0.47 2,967 5/14/2019
17.1.0.44 3,032 5/7/2019
17.1.0.43 3,234 4/30/2019
17.1.0.42 3,056 4/23/2019
17.1.0.41 2,918 4/16/2019
17.1.0.40 3,020 4/9/2019
17.1.0.38 3,202 3/29/2019
17.1.0.32-beta 2,089 3/13/2019
16.4.0.54 3,528 2/19/2019
16.4.0.53 3,150 2/13/2019
16.4.0.52 3,323 2/5/2019
16.4.0.48 3,188 1/22/2019
16.4.0.47 3,191 1/16/2019
16.4.0.46 3,238 1/8/2019
16.4.0.44 3,353 12/24/2018
16.4.0.42 4,503 12/17/2018
16.4.0.40-beta 2,196 12/10/2018
16.3.0.36 3,265 11/27/2018
16.3.0.35-beta 2,231 11/23/2018
16.3.0.29 4,565 10/30/2018
16.3.0.21 3,841 9/21/2018