Syncfusion.DocIO.Wpf 27.1.57

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 27.1.57                
NuGet\Install-Package Syncfusion.DocIO.Wpf -Version 27.1.57                
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="27.1.57" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.DocIO.Wpf --version 27.1.57                
#r "nuget: Syncfusion.DocIO.Wpf, 27.1.57"                
#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=27.1.57

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

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 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 WebForms, 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. 
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  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 (7)

Showing the top 5 NuGet packages that depend on Syncfusion.DocIO.Wpf:

Package Downloads
Syncfusion.SfRichTextBoxAdv.WPF

This package provides the functionality to utilize the features of Syncfusion® WPF RichTextBox control and more.

Syncfusion.SfRichTextRibbon.WPF

This package provides the functionality to utilize the features of Syncfusion® WPF RichTextRibbon library and more.

Syncfusion.DocToPDFConverter.Wpf

This package provides the functionality to utilize the features of Syncfusion® WPF Word-To-PDF control and more.

Syncfusion.ExportOlapChart.Wpf

This package provides the functionality to utilize the features of Syncfusion® WPF Export Olap Chart to (Excel/PDF/Word) control and more.

Syncfusion.ExportOlapGrid.Wpf

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
28.2.11 409 3/10/2025
28.2.9 707 3/3/2025
28.2.7 489 2/25/2025
28.2.6 785 2/17/2025
28.2.5 770 2/11/2025
28.2.4 1,066 2/4/2025
28.2.3 1,348 1/29/2025
28.1.41 1,101 1/20/2025
28.1.39 796 1/13/2025
28.1.38 830 1/7/2025
28.1.37 1,702 12/31/2024
28.1.36 763 12/23/2024
28.1.35 507 12/18/2024
28.1.33 904 12/12/2024
27.2.5 940 12/2/2024
27.2.4 861 11/26/2024
27.2.3 511 11/22/2024
27.2.2 1,917 11/15/2024
27.1.58 1,498 11/4/2024
27.1.57 735 10/28/2024
27.1.56 1,379 10/23/2024
27.1.55 447 10/21/2024
27.1.53 1,155 10/14/2024
27.1.52 739 10/7/2024
27.1.51 1,267 9/30/2024
27.1.50 1,054 9/23/2024
27.1.48 901 9/18/2024
26.2.14 694 9/9/2024
26.2.13 592 9/5/2024
26.2.12 1,174 9/2/2024
26.2.11 997 8/27/2024
26.2.10 2,604 8/19/2024
26.2.9 1,813 8/12/2024
26.2.8 1,241 8/5/2024
26.2.7 410 7/29/2024
26.2.5 329 7/25/2024
26.2.4 490 7/24/2024
26.1.42 843 7/15/2024
26.1.41 730 7/8/2024
26.1.40 607 7/1/2024
26.1.39 815 6/24/2024
26.1.38 790 6/18/2024
26.1.35 5,821 6/11/2024
25.2.7 1,330 6/3/2024
25.2.6 713 5/28/2024
25.2.5 2,502 5/21/2024
25.2.4 589 5/14/2024
25.2.3 630 5/8/2024
25.1.42 845 4/29/2024
25.1.41 708 4/23/2024
25.1.40 3,773 4/15/2024
25.1.39 1,117 4/8/2024
25.1.38 618 4/1/2024
25.1.37 595 3/26/2024
25.1.35 2,458 3/15/2024
24.2.9 1,355 3/4/2024
24.2.8 1,585 2/26/2024
24.2.7 3,036 2/19/2024
24.2.6 887 2/14/2024
24.2.5 792 2/12/2024
24.2.4 1,971 2/5/2024
24.2.3 1,058 1/31/2024
24.1.47 1,791 1/22/2024
24.1.46 1,482 1/16/2024
24.1.45 1,212 1/8/2024
24.1.44 1,444 1/2/2024
24.1.43 916 12/27/2023
24.1.41 1,717 12/18/2023
23.2.7 2,404 12/6/2023
23.2.6 3,775 11/28/2023
23.2.5 1,175 11/23/2023
23.2.4 1,452 11/20/2023
23.1.44 2,365 11/6/2023
23.1.43 3,694 10/30/2023
23.1.42 1,291 10/23/2023
23.1.41 1,691 10/16/2023
23.1.40 9,086 10/10/2023
23.1.39 1,222 10/4/2023
23.1.38 2,156 9/26/2023
23.1.36 4,301 9/15/2023
22.2.12 4,818 9/5/2023
22.2.11 1,348 8/28/2023
22.2.10 1,346 8/22/2023
22.2.9 1,520 8/14/2023
22.2.8 2,353 8/7/2023
22.2.7 2,343 8/2/2023
22.2.5 2,175 7/27/2023
22.1.39 3,066 7/18/2023
22.1.38 1,966 7/11/2023
22.1.37 1,971 7/3/2023
22.1.36 2,035 6/28/2023
22.1.34 5,016 6/21/2023
21.2.10 3,171 6/12/2023
21.2.9 1,557 6/6/2023
21.2.8 2,341 5/30/2023
21.2.6 1,592 5/22/2023
21.2.5 1,696 5/15/2023
21.2.4 1,916 5/9/2023
21.2.3 2,835 5/3/2023
21.1.41 3,110 4/19/2023
21.1.39 2,021 4/10/2023
21.1.38 2,226 4/3/2023
21.1.37 3,889 3/29/2023
21.1.35 2,383 3/23/2023
20.4.0.54 4,865 3/13/2023
20.4.0.53 4,023 3/7/2023
20.4.0.52 2,689 2/28/2023
20.4.0.51 2,440 2/21/2023
20.4.0.50 2,641 2/14/2023
20.4.0.49 3,275 2/7/2023
20.4.0.48 3,092 2/1/2023
20.4.0.44 6,042 1/18/2023
20.4.0.43 2,670 1/10/2023
20.4.0.42 2,677 1/4/2023
20.4.0.41 2,286 12/29/2022
20.4.0.40 2,225 12/28/2022
20.4.0.38 2,645 12/21/2022
20.3.0.61 7,635 12/12/2022
20.3.0.60 5,951 12/6/2022
20.3.0.59 3,912 11/29/2022
20.3.0.58 4,277 11/21/2022
20.3.0.57 5,030 11/15/2022
20.3.0.56 14,891 11/8/2022
20.3.0.52 4,660 10/27/2022
20.3.0.50 4,682 10/17/2022
20.3.0.49 4,564 10/11/2022
20.3.0.48 4,501 10/5/2022
20.3.0.47 5,557 9/29/2022
20.2.0.50 5,726 9/20/2022
20.2.0.49 5,769 9/13/2022
20.2.0.48 4,563 9/6/2022
20.2.0.46 6,186 8/30/2022
20.2.0.45 5,119 8/23/2022
20.2.0.44 4,979 8/16/2022
20.2.0.43 5,612 8/8/2022
20.2.0.40 5,130 7/26/2022
20.2.0.39 5,116 7/19/2022
20.2.0.38 5,312 7/12/2022
20.2.0.36 41,672 6/30/2022
20.1.0.61 5,178 6/20/2022
20.1.0.60 4,848 6/14/2022
20.1.0.59 7,902 6/6/2022
20.1.0.58 5,038 5/30/2022
20.1.0.57 5,191 5/23/2022
20.1.0.56 5,402 5/17/2022
20.1.0.55 5,636 5/12/2022
20.1.0.52 9,977 5/2/2022
20.1.0.51 5,225 4/26/2022
20.1.0.50 5,107 4/19/2022
20.1.0.48 6,368 4/12/2022
20.1.0.47 8,534 4/4/2022
19.4.0.56 11,921 3/14/2022
19.4.0.55 7,056 3/8/2022
19.4.0.54 8,123 2/28/2022
19.4.0.53 6,322 2/22/2022
19.4.0.52 5,315 2/15/2022
19.4.0.50 5,049 2/8/2022
19.4.0.48 5,892 1/31/2022
19.4.0.47 5,103 1/24/2022
19.4.0.43 5,172 1/18/2022
19.4.0.42 11,660 1/10/2022
19.4.0.41 3,662 1/4/2022
19.4.0.40 3,580 12/28/2021
19.4.0.38 5,515 12/17/2021
19.3.0.59 3,953 12/14/2021
19.3.0.57 4,650 12/7/2021
19.3.0.56 8,891 11/29/2021
19.3.0.55 4,661 11/23/2021
19.3.0.54 4,608 11/17/2021
19.3.0.53 4,190 11/12/2021
19.3.0.48 4,243 11/3/2021
19.3.0.47 4,142 10/26/2021
19.3.0.46 6,153 10/19/2021
19.3.0.45 4,589 10/12/2021
19.3.0.44 4,389 10/5/2021
19.3.0.43 6,618 9/30/2021
19.2.0.62 5,281 9/13/2021
19.2.0.60 4,251 9/7/2021
19.2.0.59 4,372 8/30/2021
19.2.0.57 6,165 8/24/2021
19.2.0.56 4,236 8/17/2021
19.2.0.55 4,396 8/11/2021
19.2.0.51 4,400 8/2/2021
19.2.0.49 8,758 7/26/2021
19.2.0.48 4,148 7/19/2021
19.2.0.47 7,813 7/13/2021
19.2.0.46 7,498 7/6/2021
19.2.0.44 35,860 6/30/2021
19.1.0.69 4,643 6/14/2021
19.1.0.67 4,446 6/7/2021
19.1.0.66 8,123 5/31/2021
19.1.0.65 4,248 5/24/2021
19.1.0.64 4,552 5/19/2021
19.1.0.63 4,989 5/13/2021
19.1.0.59 4,715 5/3/2021
19.1.0.58 4,159 4/26/2021
19.1.0.57 4,207 4/20/2021
19.1.0.56 4,918 4/12/2021
19.1.0.55 4,185 4/6/2021
19.1.0.54 4,538 3/30/2021
18.4.0.49 5,216 3/22/2021
18.4.0.48 4,553 3/16/2021
18.4.0.47 4,346 3/9/2021
18.4.0.46 3,442 3/2/2021
18.4.0.44 4,194 2/23/2021
18.4.0.43 3,186 2/15/2021
18.4.0.42 3,350 2/9/2021
18.4.0.41 3,484 2/2/2021
18.4.0.39 3,650 1/28/2021
18.4.0.35 3,496 1/19/2021
18.4.0.34 3,322 1/12/2021
18.4.0.33 3,327 1/4/2021
18.4.0.32 3,195 12/30/2020
18.4.0.31 3,280 12/22/2020
18.4.0.30 4,002 12/17/2020
18.3.0.53 4,360 12/8/2020
18.3.0.52 4,202 11/30/2020
18.3.0.51 4,162 11/23/2020
18.3.0.50 4,432 11/17/2020
18.3.0.48 4,193 11/10/2020
18.3.0.47 4,498 11/5/2020
18.3.0.44 21,974 10/27/2020
18.3.0.42 4,246 10/20/2020
18.3.0.40 4,191 10/12/2020
18.3.0.38 4,344 10/7/2020
18.3.0.35 24,445 10/1/2020
18.2.0.59 5,724 9/22/2020
18.2.0.58 4,236 9/15/2020
18.2.0.57 4,220 9/8/2020
18.2.0.56 4,175 9/1/2020
18.2.0.55 4,179 8/24/2020
18.2.0.54 4,319 8/18/2020
18.2.0.48 4,329 8/4/2020
18.2.0.47 4,547 7/28/2020
18.2.0.46 4,438 7/21/2020
18.2.0.45 6,167 7/14/2020
18.2.0.44 10,604 7/6/2020
18.1.0.59 4,860 6/23/2020
18.1.0.57 5,770 6/15/2020
18.1.0.56 4,366 6/9/2020
18.1.0.55 4,816 6/2/2020
18.1.0.54 4,261 5/26/2020
18.1.0.53 19,969 5/19/2020
18.1.0.52 6,811 5/13/2020
18.1.0.48 4,398 5/5/2020
18.1.0.46 4,322 4/28/2020
18.1.0.45 4,337 4/21/2020
18.1.0.44 4,302 4/14/2020
18.1.0.43 4,606 4/7/2020
18.1.0.42 24,558 4/1/2020
18.1.0.36-beta 2,705 3/19/2020
17.4.0.55 6,106 3/10/2020
17.4.0.53 4,632 3/3/2020
17.4.0.51 5,624 2/25/2020
17.4.0.50 4,305 2/18/2020
17.4.0.49 4,813 2/11/2020
17.4.0.47 7,128 2/5/2020
17.4.0.46 4,431 1/30/2020
17.4.0.44 4,521 1/21/2020
17.4.0.43 4,538 1/14/2020
17.4.0.41 4,584 1/7/2020
17.4.0.40 4,628 12/24/2019
17.4.0.39 7,837 12/17/2019
17.3.0.34 5,340 12/10/2019
17.3.0.33 4,234 12/4/2019
17.3.0.30 4,275 12/3/2019
17.3.0.29 4,436 11/26/2019
17.3.0.28 4,388 11/18/2019
17.3.0.27 4,177 11/12/2019
17.3.0.26 5,078 11/5/2019
17.3.0.21 4,528 10/29/2019
17.3.0.19 4,299 10/22/2019
17.3.0.17 5,133 10/15/2019
17.3.0.14 7,594 10/3/2019
17.3.0.9-beta 2,621 9/20/2019
17.2.0.51 5,213 9/10/2019
17.2.0.49 5,106 9/3/2019
17.2.0.47 4,277 8/27/2019
17.2.0.46 4,613 8/22/2019
17.2.0.41 4,790 8/13/2019
17.2.0.40 6,147 8/6/2019
17.2.0.39 4,698 7/30/2019
17.2.0.36 4,478 7/23/2019
17.2.0.35 4,522 7/17/2019
17.2.0.34 5,429 7/11/2019
17.2.0.28-beta 2,788 6/27/2019
17.1.0.53 19,633 6/25/2019
17.1.0.52 4,547 6/18/2019
17.1.0.51 4,438 6/11/2019
17.1.0.50 4,393 6/4/2019
17.1.0.49 4,328 5/28/2019
17.1.0.48 4,440 5/21/2019
17.1.0.47 4,471 5/14/2019
17.1.0.44 3,143 5/7/2019
17.1.0.43 6,767 4/30/2019
17.1.0.42 3,258 4/23/2019
17.1.0.41 3,020 4/16/2019
17.1.0.40 3,187 4/9/2019
17.1.0.38 3,473 3/29/2019
17.1.0.32-beta 1,853 3/13/2019
16.4.0.54 6,033 2/19/2019
16.4.0.53 3,560 2/13/2019
16.4.0.52 3,535 2/5/2019
16.4.0.48 3,206 1/22/2019
16.4.0.47 3,210 1/16/2019
16.4.0.46 3,243 1/8/2019
16.4.0.44 3,211 12/24/2018
16.4.0.42 7,599 12/17/2018
16.4.0.40-beta 1,939 12/10/2018
16.3.0.36 3,443 11/27/2018
16.3.0.35-beta 1,851 11/23/2018
16.3.0.29 3,260 10/30/2018
16.3.0.21 3,420 9/21/2018