Syncfusion.DocIO.Wpf 20.1.0.56

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Syncfusion.DocIO.Wpf --version 20.1.0.56
NuGet\Install-Package Syncfusion.DocIO.Wpf -Version 20.1.0.56
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="20.1.0.56" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.DocIO.Wpf --version 20.1.0.56
#r "nuget: Syncfusion.DocIO.Wpf, 20.1.0.56"
#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.Wpf as a Cake Addin
#addin nuget:?package=Syncfusion.DocIO.Wpf&version=20.1.0.56

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

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’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 WebForms, 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 net5.0 was computed.  net5.0-windows was computed.  net5.0-windows7.0 is compatible.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
.NET Framework net35 is compatible.  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)
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 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 WPF RichTextBox control and more.

Syncfusion.SfRichTextRibbon.WPF 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 WPF RichTextRibbon library and more.

Syncfusion.ExportOlapChart.Wpf 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 WPF Export Olap Chart to (Excel/PDF/Word) control and more.

Syncfusion.DocToPDFConverter.Wpf 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 WPF Word-To-PDF control and more.

Syncfusion.ExportOlapGrid.Wpf 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 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
25.1.40 241 4/15/2024
25.1.39 382 4/8/2024
25.1.38 290 4/1/2024
25.1.37 339 3/26/2024
25.1.35 666 3/15/2024
24.2.9 690 3/4/2024
24.2.8 691 2/26/2024
24.2.7 1,332 2/19/2024
24.2.6 573 2/14/2024
24.2.5 527 2/12/2024
24.2.4 882 2/5/2024
24.2.3 719 1/31/2024
24.1.47 1,062 1/22/2024
24.1.46 1,169 1/16/2024
24.1.45 931 1/8/2024
24.1.44 924 1/2/2024
24.1.43 659 12/27/2023
24.1.41 1,330 12/18/2023
23.2.7 2,034 12/6/2023
23.2.6 1,703 11/28/2023
23.2.5 894 11/23/2023
23.2.4 969 11/20/2023
23.1.44 1,341 11/6/2023
23.1.43 1,373 10/30/2023
23.1.42 968 10/23/2023
23.1.41 1,406 10/16/2023
23.1.40 3,014 10/10/2023
23.1.39 950 10/4/2023
23.1.38 1,832 9/26/2023
23.1.36 2,185 9/15/2023
22.2.12 3,125 9/5/2023
22.2.11 1,069 8/28/2023
22.2.10 1,086 8/22/2023
22.2.9 1,245 8/14/2023
22.2.8 2,027 8/7/2023
22.2.7 1,901 8/2/2023
22.2.5 1,736 7/27/2023
22.1.39 2,298 7/18/2023
22.1.38 1,698 7/11/2023
22.1.37 1,727 7/3/2023
22.1.36 1,763 6/28/2023
22.1.34 1,594 6/21/2023
21.2.10 2,873 6/12/2023
21.2.9 1,315 6/6/2023
21.2.8 2,020 5/30/2023
21.2.6 1,329 5/22/2023
21.2.5 1,438 5/15/2023
21.2.4 1,583 5/9/2023
21.2.3 2,545 5/3/2023
21.1.41 2,796 4/19/2023
21.1.39 1,765 4/10/2023
21.1.38 1,934 4/3/2023
21.1.37 3,015 3/29/2023
21.1.35 2,109 3/23/2023
20.4.0.54 4,201 3/13/2023
20.4.0.53 3,145 3/7/2023
20.4.0.52 2,349 2/28/2023
20.4.0.51 2,172 2/21/2023
20.4.0.50 2,367 2/14/2023
20.4.0.49 2,996 2/7/2023
20.4.0.48 2,812 2/1/2023
20.4.0.44 4,010 1/18/2023
20.4.0.43 2,416 1/10/2023
20.4.0.42 2,369 1/4/2023
20.4.0.41 2,015 12/29/2022
20.4.0.40 1,965 12/28/2022
20.4.0.38 2,373 12/21/2022
20.3.0.61 6,568 12/12/2022
20.3.0.60 5,681 12/6/2022
20.3.0.59 3,628 11/29/2022
20.3.0.58 4,024 11/21/2022
20.3.0.57 4,762 11/15/2022
20.3.0.56 9,023 11/8/2022
20.3.0.52 4,407 10/27/2022
20.3.0.50 4,418 10/17/2022
20.3.0.49 4,335 10/11/2022
20.3.0.48 4,269 10/5/2022
20.3.0.47 5,253 9/29/2022
20.2.0.50 5,409 9/20/2022
20.2.0.49 5,471 9/13/2022
20.2.0.48 4,306 9/6/2022
20.2.0.46 5,933 8/30/2022
20.2.0.45 4,893 8/23/2022
20.2.0.44 4,731 8/16/2022
20.2.0.43 5,323 8/8/2022
20.2.0.40 4,870 7/26/2022
20.2.0.39 4,860 7/19/2022
20.2.0.38 4,969 7/12/2022
20.2.0.36 36,474 6/30/2022
20.1.0.61 4,922 6/20/2022
20.1.0.60 4,613 6/14/2022
20.1.0.59 7,216 6/6/2022
20.1.0.58 4,801 5/30/2022
20.1.0.57 4,913 5/23/2022
20.1.0.56 5,172 5/17/2022
20.1.0.55 5,355 5/12/2022
20.1.0.52 8,899 5/2/2022
20.1.0.51 4,938 4/26/2022
20.1.0.50 4,873 4/19/2022
20.1.0.48 5,812 4/12/2022
20.1.0.47 7,827 4/4/2022
19.4.0.56 9,536 3/14/2022
19.4.0.55 6,779 3/8/2022
19.4.0.54 7,877 2/28/2022
19.4.0.53 6,045 2/22/2022
19.4.0.52 5,082 2/15/2022
19.4.0.50 4,785 2/8/2022
19.4.0.48 5,600 1/31/2022
19.4.0.47 4,882 1/24/2022
19.4.0.43 4,899 1/18/2022
19.4.0.42 10,413 1/10/2022
19.4.0.41 3,447 1/4/2022
19.4.0.40 3,328 12/28/2021
19.4.0.38 5,284 12/17/2021
19.3.0.59 3,588 12/14/2021
19.3.0.57 4,005 12/7/2021
19.3.0.56 7,436 11/29/2021
19.3.0.55 4,432 11/23/2021
19.3.0.54 4,338 11/17/2021
19.3.0.53 3,974 11/12/2021
19.3.0.48 3,986 11/3/2021
19.3.0.47 3,889 10/26/2021
19.3.0.46 4,950 10/19/2021
19.3.0.45 4,356 10/12/2021
19.3.0.44 4,129 10/5/2021
19.3.0.43 6,358 9/30/2021
19.2.0.62 5,003 9/13/2021
19.2.0.60 4,036 9/7/2021
19.2.0.59 4,137 8/30/2021
19.2.0.57 5,935 8/24/2021
19.2.0.56 3,989 8/17/2021
19.2.0.55 4,100 8/11/2021
19.2.0.51 4,078 8/2/2021
19.2.0.49 8,392 7/26/2021
19.2.0.48 3,903 7/19/2021
19.2.0.47 6,830 7/13/2021
19.2.0.46 7,068 7/6/2021
19.2.0.44 33,657 6/30/2021
19.1.0.69 4,349 6/14/2021
19.1.0.67 4,190 6/7/2021
19.1.0.66 7,861 5/31/2021
19.1.0.65 3,933 5/24/2021
19.1.0.64 4,208 5/19/2021
19.1.0.63 4,772 5/13/2021
19.1.0.59 4,472 5/3/2021
19.1.0.58 3,938 4/26/2021
19.1.0.57 3,964 4/20/2021
19.1.0.56 4,689 4/12/2021
19.1.0.55 3,932 4/6/2021
19.1.0.54 4,271 3/30/2021
18.4.0.49 4,085 3/22/2021
18.4.0.48 4,139 3/16/2021
18.4.0.47 4,164 3/9/2021
18.4.0.46 3,272 3/2/2021
18.4.0.44 4,014 2/23/2021
18.4.0.43 3,039 2/15/2021
18.4.0.42 3,161 2/9/2021
18.4.0.41 3,291 2/2/2021
18.4.0.39 3,482 1/28/2021
18.4.0.35 3,232 1/19/2021
18.4.0.34 3,130 1/12/2021
18.4.0.33 3,105 1/4/2021
18.4.0.32 3,024 12/30/2020
18.4.0.31 3,093 12/22/2020
18.4.0.30 3,724 12/17/2020
18.3.0.53 4,127 12/8/2020
18.3.0.52 3,994 11/30/2020
18.3.0.51 3,939 11/23/2020
18.3.0.50 4,183 11/17/2020
18.3.0.48 3,982 11/10/2020
18.3.0.47 4,291 11/5/2020
18.3.0.44 14,764 10/27/2020
18.3.0.42 4,027 10/20/2020
18.3.0.40 3,994 10/12/2020
18.3.0.38 4,092 10/7/2020
18.3.0.35 22,927 10/1/2020
18.2.0.59 4,430 9/22/2020
18.2.0.58 4,042 9/15/2020
18.2.0.57 3,992 9/8/2020
18.2.0.56 3,933 9/1/2020
18.2.0.55 3,977 8/24/2020
18.2.0.54 4,072 8/18/2020
18.2.0.48 4,119 8/4/2020
18.2.0.47 4,299 7/28/2020
18.2.0.46 4,215 7/21/2020
18.2.0.45 5,664 7/14/2020
18.2.0.44 10,239 7/6/2020
18.1.0.59 4,622 6/23/2020
18.1.0.57 4,797 6/15/2020
18.1.0.56 4,096 6/9/2020
18.1.0.55 4,593 6/2/2020
18.1.0.54 4,048 5/26/2020
18.1.0.53 17,248 5/19/2020
18.1.0.52 6,392 5/13/2020
18.1.0.48 4,182 5/5/2020
18.1.0.46 4,105 4/28/2020
18.1.0.45 4,117 4/21/2020
18.1.0.44 4,104 4/14/2020
18.1.0.43 4,319 4/7/2020
18.1.0.42 23,572 4/1/2020
18.1.0.36-beta 2,491 3/19/2020
17.4.0.55 5,167 3/10/2020
17.4.0.53 4,274 3/3/2020
17.4.0.51 5,396 2/25/2020
17.4.0.50 4,096 2/18/2020
17.4.0.49 4,581 2/11/2020
17.4.0.47 6,782 2/5/2020
17.4.0.46 4,201 1/30/2020
17.4.0.44 4,281 1/21/2020
17.4.0.43 4,248 1/14/2020
17.4.0.41 4,329 1/7/2020
17.4.0.40 4,394 12/24/2019
17.4.0.39 7,484 12/17/2019
17.3.0.34 5,007 12/10/2019
17.3.0.33 3,991 12/4/2019
17.3.0.30 4,048 12/3/2019
17.3.0.29 4,239 11/26/2019
17.3.0.28 4,152 11/18/2019
17.3.0.27 3,951 11/12/2019
17.3.0.26 4,815 11/5/2019
17.3.0.21 4,306 10/29/2019
17.3.0.19 4,088 10/22/2019
17.3.0.17 4,869 10/15/2019
17.3.0.14 7,348 10/3/2019
17.3.0.9-beta 2,420 9/20/2019
17.2.0.51 4,926 9/10/2019
17.2.0.49 4,881 9/3/2019
17.2.0.47 4,066 8/27/2019
17.2.0.46 4,385 8/22/2019
17.2.0.41 4,552 8/13/2019
17.2.0.40 5,867 8/6/2019
17.2.0.39 4,315 7/30/2019
17.2.0.36 4,252 7/23/2019
17.2.0.35 4,279 7/17/2019
17.2.0.34 5,170 7/11/2019
17.2.0.28-beta 2,580 6/27/2019
17.1.0.53 19,410 6/25/2019
17.1.0.52 4,336 6/18/2019
17.1.0.51 4,210 6/11/2019
17.1.0.50 4,191 6/4/2019
17.1.0.49 4,123 5/28/2019
17.1.0.48 4,213 5/21/2019
17.1.0.47 4,275 5/14/2019
17.1.0.44 2,983 5/7/2019
17.1.0.43 4,669 4/30/2019
17.1.0.42 3,093 4/23/2019
17.1.0.41 2,845 4/16/2019
17.1.0.40 3,012 4/9/2019
17.1.0.38 3,317 3/29/2019
17.1.0.32-beta 1,682 3/13/2019
16.4.0.54 5,854 2/19/2019
16.4.0.53 3,355 2/13/2019
16.4.0.52 3,336 2/5/2019
16.4.0.48 3,019 1/22/2019
16.4.0.47 3,024 1/16/2019
16.4.0.46 3,057 1/8/2019
16.4.0.44 3,027 12/24/2018
16.4.0.42 7,185 12/17/2018
16.4.0.40-beta 1,796 12/10/2018
16.3.0.36 3,268 11/27/2018
16.3.0.35-beta 1,699 11/23/2018
16.3.0.29 3,074 10/30/2018
16.3.0.21 3,138 9/21/2018