Syncfusion.DocIO.WinForms 21.2.8

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET 6.0 .NET Framework 4.0
dotnet add package Syncfusion.DocIO.WinForms --version 21.2.8
NuGet\Install-Package Syncfusion.DocIO.WinForms -Version 21.2.8
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="21.2.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.DocIO.WinForms --version 21.2.8
#r "nuget: Syncfusion.DocIO.WinForms, 21.2.8"
#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=21.2.8

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

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

About Syncfusion

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 Web Forms, JavaScript, Angular, React, Vue, and jQuery), mobile (.NET MAUI (Preview), Flutter, Xamarin, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, .NET MAUI (Preview), 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-windows was computed.  net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net7.0-windows7.0 was computed. 
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  net452 was computed.  net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Additional computed target framework(s)
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.DocToPDFConverter.WinForms The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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

Syncfusion.GridHelperClasses.Windows The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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

Syncfusion.PivotTableExport.WinForms The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package provides the functionality to utilize the features of Syncfusion WinForms Pivot Converter 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
21.2.8 70 5/30/2023
21.2.6 238 5/22/2023
21.2.5 344 5/15/2023
21.2.4 396 5/9/2023
21.2.3 414 5/3/2023
21.1.41 600 4/19/2023
21.1.39 554 4/10/2023
21.1.38 594 4/3/2023
21.1.37 479 3/29/2023
21.1.35 934 3/23/2023
20.4.0.54 960 3/13/2023
20.4.0.53 779 3/7/2023
20.4.0.52 884 2/28/2023
20.4.0.51 718 2/21/2023
20.4.0.50 845 2/14/2023
20.4.0.49 649 2/7/2023
20.4.0.48 1,316 2/1/2023
20.4.0.44 1,152 1/18/2023
20.4.0.43 890 1/10/2023
20.4.0.42 1,020 1/4/2023
20.4.0.41 751 12/29/2022
20.4.0.40 670 12/28/2022
20.4.0.38 1,500 12/21/2022
20.3.0.61 1,607 12/12/2022
20.3.0.60 969 12/6/2022
20.3.0.59 982 11/29/2022
20.3.0.58 1,003 11/21/2022
20.3.0.57 1,193 11/14/2022
20.3.0.56 2,604 11/8/2022
20.3.0.52 1,236 10/27/2022
20.3.0.50 1,407 10/17/2022
20.3.0.49 1,394 10/11/2022
20.3.0.48 1,321 10/5/2022
20.3.0.47 1,852 9/29/2022
20.2.0.50 1,725 9/20/2022
20.2.0.49 1,525 9/13/2022
20.2.0.48 2,303 9/6/2022
20.2.0.46 1,377 8/30/2022
20.2.0.45 3,526 8/23/2022
20.2.0.44 1,595 8/16/2022
20.2.0.43 5,942 8/8/2022
20.2.0.40 4,046 7/26/2022
20.2.0.39 1,590 7/19/2022
20.2.0.38 1,681 7/12/2022
20.2.0.36 2,042 6/30/2022
20.1.0.61 1,874 6/20/2022
20.1.0.60 1,455 6/14/2022
20.1.0.59 1,702 6/6/2022
20.1.0.58 2,233 5/30/2022
20.1.0.57 1,647 5/23/2022
20.1.0.56 1,606 5/17/2022
20.1.0.55 2,079 5/12/2022
20.1.0.52 3,132 5/2/2022
20.1.0.51 2,338 4/26/2022
20.1.0.50 1,686 4/19/2022
20.1.0.48 1,781 4/12/2022
20.1.0.47 1,990 4/4/2022
19.4.0.56 3,623 3/14/2022
19.4.0.55 1,632 3/8/2022
19.4.0.54 2,034 2/28/2022
19.4.0.53 1,863 2/21/2022
19.4.0.52 1,740 2/15/2022
19.4.0.50 1,742 2/8/2022
19.4.0.48 2,079 1/31/2022
19.4.0.47 1,627 1/24/2022
19.4.0.43 1,919 1/18/2022
19.4.0.42 1,407 1/10/2022
19.4.0.41 1,229 1/4/2022
19.4.0.40 1,179 12/28/2021
19.4.0.38 1,120 12/17/2021
19.3.0.59 805 12/14/2021
19.3.0.57 841 12/7/2021
19.3.0.56 1,728 11/29/2021
19.3.0.55 927 11/23/2021
19.3.0.54 1,008 11/17/2021
19.3.0.53 1,175 11/12/2021
19.3.0.48 1,455 11/2/2021
19.3.0.47 3,031 10/26/2021
19.3.0.46 1,112 10/19/2021
19.3.0.45 1,185 10/12/2021
19.3.0.44 1,149 10/5/2021
19.3.0.43 1,576 9/30/2021
19.2.0.62 1,441 9/13/2021
19.2.0.60 1,300 9/7/2021
19.2.0.59 1,285 8/30/2021
19.2.0.57 1,174 8/24/2021
19.2.0.56 1,275 8/17/2021
19.2.0.55 1,296 8/11/2021
19.2.0.51 1,650 8/2/2021
19.2.0.49 1,386 7/26/2021
19.2.0.48 1,212 7/19/2021
19.2.0.47 1,247 7/13/2021
19.2.0.46 1,892 7/6/2021
19.2.0.44 1,457 6/30/2021
19.1.0.69 1,489 6/14/2021
19.1.0.67 1,172 6/7/2021
19.1.0.66 2,861 5/31/2021
19.1.0.65 1,611 5/24/2021
19.1.0.64 1,361 5/19/2021
19.1.0.63 1,278 5/13/2021
19.1.0.59 1,359 5/3/2021
19.1.0.58 1,167 4/26/2021
19.1.0.57 1,272 4/20/2021
19.1.0.56 1,176 4/12/2021
19.1.0.55 1,490 4/6/2021
19.1.0.54 3,679 3/30/2021
18.4.0.49 1,246 3/22/2021
18.4.0.48 2,151 3/16/2021
18.4.0.47 1,287 3/9/2021
18.4.0.46 1,352 3/2/2021
18.4.0.44 1,478 2/23/2021
18.4.0.43 1,233 2/15/2021
18.4.0.42 2,710 2/9/2021
18.4.0.41 1,494 2/2/2021
18.4.0.39 1,514 1/28/2021
18.4.0.35 1,553 1/19/2021
18.4.0.34 1,229 1/12/2021
18.4.0.33 1,663 1/4/2021
18.4.0.32 1,285 12/30/2020
18.4.0.31 1,220 12/22/2020
18.4.0.30 1,494 12/17/2020
18.3.0.53 1,376 12/8/2020
18.3.0.52 1,368 11/30/2020
18.3.0.51 1,332 11/23/2020
18.3.0.50 1,290 11/17/2020
18.3.0.48 1,276 11/10/2020
18.3.0.47 5,832 11/5/2020
18.3.0.44 1,374 10/27/2020
18.3.0.42 1,335 10/20/2020
18.3.0.40 1,358 10/12/2020
18.3.0.38 1,373 10/7/2020
18.3.0.35 2,343 10/1/2020
18.2.0.59 1,364 9/22/2020
18.2.0.58 1,358 9/15/2020
18.2.0.57 1,382 9/8/2020
18.2.0.56 1,367 9/1/2020
18.2.0.55 1,350 8/24/2020
18.2.0.54 1,306 8/18/2020
18.2.0.48 1,532 8/4/2020
18.2.0.47 1,329 7/28/2020
18.2.0.46 1,320 7/21/2020
18.2.0.45 1,392 7/14/2020
18.2.0.44 9,009 7/6/2020
18.1.0.59 2,219 6/23/2020
18.1.0.57 1,391 6/15/2020
18.1.0.56 1,368 6/9/2020
18.1.0.55 1,289 6/2/2020
18.1.0.54 1,495 5/26/2020
18.1.0.53 1,458 5/19/2020
18.1.0.52 1,718 5/13/2020
18.1.0.48 1,367 5/5/2020
18.1.0.46 1,375 4/28/2020
18.1.0.45 1,316 4/20/2020
18.1.0.44 1,505 4/14/2020
18.1.0.43 2,163 4/7/2020
18.1.0.42 1,517 4/1/2020
18.1.0.36-beta 596 3/19/2020
17.4.0.55 2,219 3/10/2020
17.4.0.53 2,397 3/3/2020
17.4.0.51 1,544 2/25/2020
17.4.0.50 1,597 2/18/2020
17.4.0.49 1,887 2/11/2020
17.4.0.47 3,727 2/5/2020
17.4.0.46 2,163 1/30/2020
17.4.0.44 1,501 1/21/2020
17.4.0.43 1,365 1/14/2020
17.4.0.41 1,614 1/7/2020
17.4.0.40 1,451 12/24/2019
17.4.0.39 1,563 12/17/2019
17.3.0.34 1,559 12/10/2019
17.3.0.33 1,435 12/4/2019
17.3.0.30 1,304 12/3/2019
17.3.0.29 1,483 11/26/2019
17.3.0.28 1,391 11/18/2019
17.3.0.27 1,566 11/12/2019
17.3.0.26 1,885 11/5/2019
17.3.0.21 1,306 10/29/2019
17.3.0.19 1,472 10/22/2019
17.3.0.17 1,398 10/15/2019
17.3.0.14 2,120 10/3/2019
17.3.0.9-beta 638 9/20/2019
17.2.0.51 2,203 9/10/2019
17.2.0.49 1,437 9/3/2019
17.2.0.47 1,362 8/27/2019
17.2.0.46 1,568 8/22/2019
17.2.0.41 1,405 8/13/2019
17.2.0.40 1,506 8/6/2019
17.2.0.39 1,426 7/30/2019
17.2.0.36 1,493 7/23/2019
17.2.0.35 1,367 7/17/2019
17.2.0.34 6,821 7/11/2019
17.2.0.28-beta 644 6/27/2019
17.1.0.53 1,555 6/25/2019
17.1.0.52 1,450 6/18/2019
17.1.0.51 1,466 6/11/2019
17.1.0.50 1,644 6/4/2019
17.1.0.49 1,413 5/28/2019
17.1.0.48 1,550 5/21/2019
17.1.0.47 1,481 5/14/2019
17.1.0.44 1,484 5/7/2019
17.1.0.43 1,480 4/30/2019
17.1.0.42 1,461 4/23/2019
17.1.0.41 1,326 4/16/2019
17.1.0.40 1,430 4/9/2019
17.1.0.38 1,616 3/29/2019
17.1.0.32-beta 726 3/13/2019
16.4.0.54 1,832 2/19/2019
16.4.0.53 1,597 2/13/2019
16.4.0.52 1,734 2/5/2019
16.4.0.48 1,632 1/22/2019
16.4.0.47 1,563 1/16/2019
16.4.0.46 1,571 1/8/2019
16.4.0.44 1,758 12/24/2018
16.4.0.42 2,811 12/17/2018
16.4.0.40-beta 798 12/10/2018
16.3.0.36 1,705 11/27/2018
16.3.0.35-beta 809 11/23/2018
16.3.0.29 2,675 10/30/2018
16.3.0.21 2,164 9/21/2018