Syncfusion.DocIO.UWP 31.2.18

Prefix Reserved
dotnet add package Syncfusion.DocIO.UWP --version 31.2.18
                    
NuGet\Install-Package Syncfusion.DocIO.UWP -Version 31.2.18
                    
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.UWP" Version="31.2.18" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.DocIO.UWP" Version="31.2.18" />
                    
Directory.Packages.props
<PackageReference Include="Syncfusion.DocIO.UWP" />
                    
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.UWP --version 31.2.18
                    
#r "nuget: Syncfusion.DocIO.UWP, 31.2.18"
                    
#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.UWP@31.2.18
                    
#: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.UWP&version=31.2.18
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.DocIO.UWP&version=31.2.18
                    
Install as a Cake Tool

Syncfusion® UWP Word library

The Syncfusion® UWP 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.

UWP 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.UWP from the Package Manager Console in Visual Studio.

Try the following code example to create a Word document.

using System.IO;
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");
    //Creates an instance of memory stream.
    using (MemoryStream stream = new MemoryStream())
    {
        //Saves the Word document to memory stream.
        document.Save(stream, 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.
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Syncfusion.DocIO.UWP:

Package Downloads
Syncfusion.PivotChartExport.UWP

This package provides the functionality to utilize the features of Syncfusion® UWP Pivot Chart Export control and more.

Syncfusion.PivotTableExport.UWP

This package provides the functionality to utilize the features of Syncfusion® UWP Pivot Table Export control and more.

Syncfusion.SfRichTextBoxAdv.UWP

This package provides the functionality to utilize the features of Syncfusion® UWP Rich Text Box control and more.

BoldReports.UWP

Syncfusion Bold Reports for UWP Report Viewer is a control package that displays SSRS RDL and RDLC reports within Universal Windows Platform applications. It also supports the Report Writer library. Key features: • Popular data sources such as Microsoft SQL Server, Microsoft SQL Azure, SQL CE, XML, Microsoft Access, Oracle, OLEDB, and ODBC are supported. • Users can interactively provide report parameter inputs at run time to display reports based on the parameter. • SQL Server RDL specification expressions are supported. • Report items such as tables, matrices, lists, charts, sparklines, databars, maps, gauges, subreports, indicators, images, lines, and rectangles can be displayed. • Report viewer supports multilevel grouping and sorting in data regions of report items such as tablixes, matrices, lists, charts, sparklines, databars, gauges, indicators, and maps. • Interactive features in RDL specification like drill through and hyperlink to work with report at runtime. • All static texts within the report viewer can be localized to any desired language. • Displayed reports can be exported to popular file formats: PDF, Word, Excel, and HTML. • Toolbars and parameter block appearance can be customized using templates. • Report writer can be used to create file report formats PDF, Word, Excel, and HTML without viewing the report. Learn more: https://www.boldreports.com/features?utm_source=nuget&utm_medium=listing UWP Report Viewer Feature Tour: https://www.boldreports.com/embedded-reporting/uwp-report-viewer?utm_source=nuget&utm_medium=listing UWP Report Writer Feature Tour: https://www.boldreports.com/embedded-reporting/uwp-report-writer?utm_source=nuget&utm_medium=listing Documentation: https://help.boldreports.com/embedded-reporting/uwp-reporting?utm_source=nuget&utm_medium=listing Support Questions: mailto:support@boldreports.com?utm_source=nuget&utm_medium=listing This is a commercial product and requires a paid subscription license for possession or use. Syncfusion’s Bold Reports services, including this component, is subject to the terms and conditions of Syncfusion's Bold Reports Software License Agreement and Terms of Service (https://www.boldreports.com/terms-of-use/?utm_source=nuget&utm_medium=listing). To acquire a license, you can start a subscription or start a free 15-day trial here (https://www.boldreports.com/pricing/?utm_source=nuget&utm_medium=listing). © Copyright 2025 Syncfusion, Inc. All Rights Reserved. The Syncfusion Bold Reports license and copyright applies to this distribution.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
31.2.18 122 12/8/2025
31.2.16 808 12/1/2025
31.2.15 324 11/25/2025
31.2.12 546 11/18/2025
31.2.10 429 11/12/2025
31.2.5 868 11/3/2025
31.2.4 863 10/28/2025
31.2.3 853 10/21/2025
31.2.2 1,311 10/15/2025
31.1.23 2,103 10/6/2025
31.1.22 2,283 9/30/2025
31.1.21 2,358 9/22/2025
31.1.20 2,547 9/16/2025
31.1.19 2,472 9/11/2025
31.1.18 2,448 9/9/2025
31.1.17 2,497 9/5/2025
30.2.7 2,642 8/25/2025
30.2.6 2,702 8/18/2025
30.2.5 2,712 8/13/2025
30.2.4 3,257 8/7/2025
30.1.42 2,707 7/28/2025
30.1.41 3,164 7/22/2025
30.1.40 2,769 7/14/2025
30.1.39 2,787 7/8/2025
30.1.38 2,784 7/1/2025
30.1.37 2,826 6/25/2025
29.2.11 2,810 6/16/2025
29.2.10 2,932 6/9/2025
29.2.9 2,803 6/5/2025
29.2.8 2,809 6/3/2025
29.2.7 2,820 5/26/2025
29.2.5 2,799 5/20/2025
29.2.4 2,896 5/14/2025
29.1.41 2,824 5/5/2025
29.1.40 2,829 4/28/2025
29.1.39 2,851 4/21/2025
29.1.38 2,897 4/14/2025
29.1.37 2,840 4/8/2025
29.1.35 2,827 4/1/2025
29.1.33 3,182 3/25/2025
28.2.12 2,839 3/19/2025
28.2.11 2,862 3/10/2025
28.2.9 2,922 3/3/2025
28.2.7 2,825 2/25/2025
28.2.6 2,889 2/17/2025
28.2.5 2,863 2/11/2025
28.2.4 2,848 2/4/2025
28.2.3 8,435 1/29/2025
28.1.41 2,900 1/20/2025
28.1.39 2,893 1/13/2025
28.1.38 2,836 1/7/2025
28.1.37 2,863 12/31/2024
28.1.36 2,805 12/23/2024
28.1.35 2,830 12/18/2024
28.1.33 2,876 12/12/2024
27.2.5 2,893 12/2/2024
27.2.4 2,854 11/26/2024
27.2.3 2,853 11/22/2024
27.2.2 2,859 11/15/2024
27.1.58 2,870 11/4/2024
27.1.57 2,846 10/28/2024
27.1.56 2,872 10/23/2024
27.1.55 2,811 10/21/2024
27.1.53 2,916 10/14/2024
27.1.52 2,881 10/7/2024
27.1.51 2,852 9/30/2024
27.1.50 2,835 9/23/2024
27.1.48 2,868 9/18/2024
26.2.14 2,846 9/9/2024
26.2.13 2,872 9/5/2024
26.2.12 2,888 9/2/2024
26.2.11 2,846 8/27/2024
26.2.10 2,908 8/19/2024
26.2.9 2,892 8/12/2024
26.2.8 2,864 8/5/2024
26.2.7 2,730 7/29/2024
26.2.5 2,768 7/25/2024
26.2.4 2,791 7/24/2024
26.1.42 2,911 7/15/2024
26.1.41 2,853 7/8/2024
26.1.40 2,873 7/1/2024
26.1.39 2,891 6/24/2024
26.1.38 2,899 6/18/2024
26.1.35 7,426 6/11/2024
25.2.7 2,837 6/3/2024
25.2.6 2,907 5/28/2024
25.2.5 2,872 5/21/2024
25.2.4 2,879 5/14/2024
25.2.3 2,896 5/8/2024
25.1.42 2,892 4/29/2024
25.1.41 2,900 4/23/2024
25.1.40 2,909 4/15/2024
25.1.39 2,907 4/8/2024
25.1.38 2,914 4/1/2024
25.1.37 2,949 3/26/2024
25.1.35 2,961 3/15/2024
24.2.9 2,923 3/4/2024
24.2.8 2,943 2/26/2024
24.2.7 2,929 2/19/2024
24.2.6 2,934 2/14/2024
24.2.5 2,893 2/12/2024
24.2.4 2,919 2/5/2024
24.2.3 2,916 1/31/2024
24.1.47 2,948 1/22/2024
24.1.46 2,913 1/16/2024
24.1.45 2,973 1/8/2024
24.1.44 2,917 1/2/2024
24.1.43 2,905 12/27/2023
24.1.41 3,000 12/18/2023
23.2.7 2,983 12/6/2023
23.2.6 4,037 11/28/2023
23.2.5 2,983 11/23/2023
23.2.4 3,002 11/20/2023
23.1.44 2,978 11/6/2023
23.1.43 2,938 10/30/2023
23.1.42 2,936 10/23/2023
23.1.41 2,959 10/16/2023
23.1.40 3,017 10/10/2023
23.1.39 2,975 10/4/2023
23.1.38 2,959 9/26/2023
23.1.36 2,960 9/15/2023
22.2.12 3,016 9/5/2023
22.2.11 2,981 8/28/2023
22.2.10 2,953 8/22/2023
22.2.9 3,042 8/14/2023
22.2.8 3,001 8/7/2023
22.2.7 2,984 8/2/2023
22.2.5 3,022 7/27/2023
22.1.39 2,998 7/18/2023
22.1.38 3,060 7/11/2023
22.1.37 3,095 7/3/2023
22.1.36 3,083 6/28/2023
22.1.34 5,328 6/21/2023
21.2.10 3,146 6/12/2023
21.2.9 3,126 6/6/2023
21.2.8 3,117 5/30/2023
21.2.6 3,152 5/22/2023
21.2.5 3,202 5/15/2023
21.2.4 3,248 5/9/2023
21.2.3 3,289 5/3/2023
21.1.41 3,276 4/19/2023
21.1.39 3,394 4/10/2023
21.1.38 3,442 4/3/2023
21.1.37 3,477 3/29/2023
21.1.35 3,560 3/23/2023
20.4.0.54 3,508 3/13/2023
20.4.0.53 3,497 3/7/2023
20.4.0.52 3,553 2/28/2023
20.4.0.51 3,609 2/21/2023
20.4.0.50 3,552 2/14/2023
20.4.0.49 3,650 2/7/2023
20.4.0.48 3,699 2/1/2023
20.4.0.44 3,748 1/18/2023
20.4.0.43 3,816 1/10/2023
20.4.0.42 3,775 1/4/2023
20.4.0.41 3,779 12/29/2022
20.4.0.40 3,809 12/28/2022
20.4.0.38 3,963 12/21/2022
20.3.0.61 3,805 12/12/2022
20.3.0.60 3,845 12/6/2022
20.3.0.59 3,924 11/29/2022
20.3.0.58 3,909 11/22/2022
20.3.0.57 3,932 11/15/2022
20.3.0.56 4,053 11/8/2022
20.3.0.52 4,132 10/27/2022
20.3.0.50 4,272 10/17/2022
20.3.0.49 4,336 10/11/2022
20.3.0.48 4,283 10/5/2022
20.3.0.47 4,439 9/29/2022
20.2.0.50 4,434 9/20/2022
20.2.0.49 4,400 9/13/2022
20.2.0.48 4,453 9/6/2022
20.2.0.46 4,440 8/30/2022
20.2.0.45 4,457 8/23/2022
20.2.0.44 4,415 8/16/2022
20.2.0.43 4,653 8/8/2022
20.2.0.40 4,664 7/26/2022
20.2.0.39 4,499 7/19/2022
20.2.0.38 4,498 7/12/2022
20.2.0.36 34,527 6/30/2022
20.1.0.61 4,562 6/20/2022
20.1.0.60 4,524 6/14/2022
20.1.0.59 4,490 6/6/2022
20.1.0.58 4,488 5/30/2022
20.1.0.57 4,517 5/23/2022
20.1.0.56 4,551 5/17/2022
20.1.0.55 4,710 5/12/2022
20.1.0.52 4,518 5/2/2022
20.1.0.51 4,672 4/26/2022
20.1.0.50 4,569 4/19/2022
20.1.0.48 4,582 4/12/2022
20.1.0.47 4,630 4/4/2022
19.4.0.56 4,597 3/14/2022
19.4.0.55 4,570 3/8/2022
19.4.0.54 4,506 2/28/2022
19.4.0.53 4,600 2/22/2022
19.4.0.52 4,527 2/15/2022
19.4.0.50 4,570 2/8/2022
19.4.0.48 4,647 1/31/2022
19.4.0.47 4,552 1/24/2022
19.4.0.43 4,575 1/18/2022
19.4.0.42 4,279 1/10/2022
19.4.0.41 3,850 1/4/2022
19.4.0.40 3,831 12/28/2021
19.4.0.38 3,972 12/17/2021
19.3.0.59 3,835 12/14/2021
19.3.0.57 4,153 12/7/2021
19.3.0.56 4,414 11/29/2021
19.3.0.55 3,887 11/23/2021
19.3.0.54 3,899 11/17/2021
19.3.0.53 3,979 11/12/2021
19.3.0.48 4,053 11/3/2021
19.3.0.47 4,081 10/26/2021
19.3.0.46 4,065 10/19/2021
19.3.0.45 4,089 10/12/2021
19.3.0.44 4,107 10/5/2021
19.3.0.43 4,353 9/30/2021
19.2.0.62 4,203 9/13/2021
19.2.0.60 4,088 9/7/2021
19.2.0.59 4,221 8/30/2021
19.2.0.57 4,117 8/24/2021
19.2.0.56 4,107 8/17/2021
19.2.0.55 4,050 8/11/2021
19.2.0.51 4,130 8/2/2021
19.2.0.49 4,129 7/26/2021
19.2.0.48 4,082 7/19/2021
19.2.0.47 4,235 7/13/2021
19.2.0.46 4,185 7/6/2021
19.2.0.44 24,459 6/30/2021
19.1.0.69 4,377 6/14/2021
19.1.0.67 4,234 6/7/2021
19.1.0.66 4,172 5/31/2021
19.1.0.65 4,160 5/24/2021
19.1.0.64 4,132 5/19/2021
19.1.0.63 4,181 5/13/2021
19.1.0.59 4,364 5/3/2021
19.1.0.58 4,262 4/26/2021
19.1.0.57 4,179 4/20/2021
19.1.0.56 4,143 4/12/2021
19.1.0.55 4,221 4/6/2021
19.1.0.54 4,461 3/30/2021
18.4.0.49 4,262 3/22/2021
18.4.0.48 4,132 3/16/2021
18.4.0.47 4,307 3/9/2021
18.4.0.46 4,262 3/2/2021
18.4.0.44 4,249 2/23/2021
18.4.0.43 4,262 2/15/2021
18.4.0.42 4,242 2/9/2021
18.4.0.41 4,210 2/2/2021
18.4.0.39 4,220 1/28/2021
18.4.0.35 4,236 1/19/2021
18.4.0.34 4,267 1/12/2021
18.4.0.33 4,230 1/4/2021
18.4.0.32 4,176 12/30/2020
18.4.0.31 4,207 12/22/2020
18.4.0.30 4,246 12/17/2020
18.3.0.53 4,275 12/8/2020
18.3.0.52 4,258 11/30/2020
18.3.0.51 4,298 11/23/2020
18.3.0.50 4,283 11/17/2020
18.3.0.48 4,217 11/10/2020
18.3.0.47 4,369 11/5/2020
18.3.0.44 4,467 10/27/2020
18.3.0.42 4,305 10/20/2020
18.3.0.40 4,386 10/12/2020
18.3.0.38 4,402 10/7/2020
18.3.0.35 18,767 10/1/2020
18.2.0.59 4,337 9/22/2020
18.2.0.58 4,394 9/15/2020
18.2.0.57 4,298 9/8/2020
18.2.0.56 4,291 9/1/2020
18.2.0.55 4,369 8/25/2020
18.2.0.54 5,020 8/18/2020
18.2.0.48 4,591 8/4/2020
18.2.0.47 4,469 7/28/2020
18.2.0.46 4,458 7/21/2020
18.2.0.45 4,386 7/14/2020
18.2.0.44 4,516 7/6/2020
18.1.0.59 4,498 6/23/2020
18.1.0.57 4,504 6/15/2020
18.1.0.56 4,458 6/9/2020
18.1.0.55 4,450 6/2/2020
18.1.0.54 4,543 5/26/2020
18.1.0.53 4,553 5/19/2020
18.1.0.52 7,716 5/13/2020
18.1.0.48 4,567 5/5/2020
18.1.0.46 4,525 4/28/2020
18.1.0.45 4,566 4/21/2020
18.1.0.44 4,578 4/14/2020
18.1.0.43 4,504 4/7/2020
18.1.0.42 4,978 4/1/2020
18.1.0.36-beta 1,056 3/19/2020
17.4.0.55 4,658 3/10/2020
17.4.0.53 4,465 3/3/2020
17.4.0.51 4,684 2/25/2020
17.4.0.50 4,523 2/18/2020
17.4.0.49 4,581 2/11/2020
17.4.0.47 4,618 2/5/2020
17.4.0.46 4,462 1/30/2020
17.4.0.44 4,546 1/21/2020
17.4.0.43 4,470 1/14/2020
17.4.0.41 4,599 1/7/2020
17.4.0.40 4,531 12/24/2019
17.4.0.39 8,694 12/17/2019
17.3.0.34 4,598 12/10/2019
17.3.0.33 4,531 12/4/2019
17.3.0.30 4,487 12/3/2019
17.3.0.29 4,683 11/26/2019
17.3.0.28 4,578 11/18/2019
17.3.0.27 4,560 11/12/2019
17.3.0.26 5,879 11/5/2019
17.3.0.21 4,578 10/29/2019
17.3.0.19 4,617 10/22/2019
17.3.0.17 5,477 10/15/2019
17.3.0.14 4,617 10/3/2019
17.3.0.9-beta 1,150 9/20/2019
17.2.0.51 4,655 9/10/2019
17.2.0.49 4,629 9/3/2019
17.2.0.47 4,599 8/27/2019
17.2.0.46 4,589 8/22/2019
17.2.0.41 4,643 8/13/2019
17.2.0.40 4,685 8/6/2019
17.2.0.39 4,707 7/30/2019
17.2.0.36 4,620 7/23/2019
17.2.0.35 4,608 7/17/2019
17.2.0.34 5,641 7/11/2019
17.2.0.28-beta 1,231 6/27/2019
17.1.0.53 4,821 6/25/2019
17.1.0.52 4,655 6/18/2019
17.1.0.51 4,661 6/11/2019
17.1.0.50 4,706 6/4/2019
17.1.0.49 4,701 5/28/2019
17.1.0.48 4,663 5/21/2019
17.1.0.47 4,820 5/14/2019
17.1.0.44 4,678 5/7/2019
17.1.0.43 4,656 4/30/2019
17.1.0.42 4,828 4/23/2019
17.1.0.41 4,669 4/16/2019
17.1.0.40 4,700 4/9/2019
17.1.0.38 4,867 3/29/2019
17.1.0.32-beta 1,209 3/13/2019
16.4.0.54 4,978 2/19/2019
16.4.0.53 4,833 2/13/2019
16.4.0.52 4,985 2/5/2019
16.4.0.48 4,722 1/22/2019
16.4.0.47 4,735 1/16/2019
16.4.0.46 4,780 1/8/2019
16.4.0.44 4,846 12/24/2018
16.4.0.42 4,819 12/17/2018
16.4.0.40-beta 1,258 12/10/2018
16.3.0.36 4,925 11/27/2018
16.3.0.35-beta 1,316 11/23/2018
16.3.0.29 4,597 10/30/2018
16.3.0.21 4,702 9/21/2018
16.3.0.17-beta 1,199 9/12/2018
16.2.0.50 4,381 8/28/2018
16.2.0.46 4,655 8/8/2018