Syncfusion.Xamarin.DocIO 21.1.41

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Syncfusion.Xamarin.DocIO --version 21.1.41
                    
NuGet\Install-Package Syncfusion.Xamarin.DocIO -Version 21.1.41
                    
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.Xamarin.DocIO" Version="21.1.41" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.Xamarin.DocIO" Version="21.1.41" />
                    
Directory.Packages.props
<PackageReference Include="Syncfusion.Xamarin.DocIO" />
                    
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.Xamarin.DocIO --version 21.1.41
                    
#r "nuget: Syncfusion.Xamarin.DocIO, 21.1.41"
                    
#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.
#addin nuget:?package=Syncfusion.Xamarin.DocIO&version=21.1.41
                    
Install Syncfusion.Xamarin.DocIO as a Cake Addin
#tool nuget:?package=Syncfusion.Xamarin.DocIO&version=21.1.41
                    
Install Syncfusion.Xamarin.DocIO as a Cake Tool

Syncfusion Xamarin Word library

The Syncfusion Xamarin 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.

Xamarin 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.Xamarin.DocIO 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’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.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Syncfusion.Xamarin.DocIO:

Package Downloads
Syncfusion.Xamarin.DocIORenderer

This package provides the functionality to utilize the features of Syncfusion® Xamarin Word To Image/PDF converter and more.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Syncfusion.Xamarin.DocIO:

Repository Stars
syncfusion/xamarin-demos
This repository contains the Syncfusion Xamarin UI control’s samples and the guide to use them.
Version Downloads Last updated
29.2.7 159 5/26/2025
29.2.5 147 5/21/2025
29.2.4 240 5/14/2025
29.1.41 164 5/5/2025
29.1.40 172 4/28/2025
29.1.39 185 4/21/2025
29.1.38 211 4/14/2025
29.1.37 172 4/8/2025
29.1.35 186 4/1/2025
29.1.33 513 3/25/2025
28.2.12 167 3/19/2025
28.2.11 876 3/10/2025
28.2.9 247 3/4/2025
28.2.7 133 2/25/2025
28.2.6 722 2/17/2025
28.2.5 134 2/11/2025
28.2.4 141 2/4/2025
28.2.3 372 1/29/2025
28.1.41 134 1/20/2025
28.1.39 235 1/13/2025
28.1.38 136 1/7/2025
28.1.37 142 12/31/2024
28.1.36 197 12/23/2024
28.1.35 152 12/18/2024
28.1.33 259 12/12/2024
27.2.5 164 12/2/2024
27.2.4 207 11/26/2024
27.2.3 128 11/22/2024
27.2.2 358 11/15/2024
27.1.58 163 11/4/2024
27.1.57 258 10/28/2024
27.1.56 195 10/23/2024
27.1.55 130 10/21/2024
27.1.53 261 10/14/2024
27.1.52 143 10/7/2024
27.1.51 221 9/30/2024
27.1.50 148 9/23/2024
27.1.48 517 9/18/2024
26.2.14 1,000 9/9/2024
26.2.13 187 9/5/2024
26.2.12 167 9/2/2024
26.2.11 1,123 8/27/2024
26.2.10 175 8/19/2024
26.2.9 216 8/12/2024
26.2.8 156 8/5/2024
26.2.7 105 7/29/2024
26.2.5 114 7/26/2024
26.2.4 338 7/24/2024
26.1.42 359 7/15/2024
26.1.41 170 7/8/2024
26.1.40 214 7/1/2024
26.1.39 175 6/24/2024
26.1.38 196 6/18/2024
26.1.35 524 6/11/2024
25.2.7 197 6/3/2024
25.2.6 187 5/28/2024
25.2.5 187 5/21/2024
25.2.4 200 5/14/2024
25.2.3 309 5/8/2024
25.1.42 188 4/29/2024
25.1.41 297 4/23/2024
25.1.40 200 4/15/2024
25.1.39 225 4/8/2024
25.1.38 242 4/1/2024
25.1.37 167 3/26/2024
25.1.35 832 3/15/2024
24.2.9 261 3/4/2024
24.2.8 212 2/26/2024
24.2.7 226 2/19/2024
24.2.6 190 2/14/2024
24.2.5 173 2/12/2024
24.2.4 200 2/5/2024
24.2.3 887 1/31/2024
24.1.47 190 1/22/2024
24.1.46 373 1/16/2024
24.1.45 2,136 1/8/2024
24.1.44 201 1/2/2024
24.1.43 192 12/27/2023
24.1.41 3,509 12/18/2023
23.2.7 242 12/6/2023
23.2.6 488 11/28/2023
23.2.5 188 11/23/2023
23.2.4 315 11/20/2023
23.1.44 275 11/6/2023
23.1.43 232 10/30/2023
23.1.42 223 10/23/2023
23.1.41 204 10/16/2023
23.1.40 249 10/10/2023
23.1.39 1,530 10/4/2023
23.1.38 631 9/26/2023
23.1.36 14,126 9/15/2023
22.2.12 354 9/5/2023
22.2.11 278 8/28/2023
22.2.10 260 8/22/2023
22.2.9 253 8/14/2023
22.2.8 355 8/7/2023
22.2.7 307 8/2/2023
22.2.5 1,319 7/27/2023
22.1.39 271 7/18/2023
22.1.38 496 7/11/2023
22.1.37 307 7/3/2023
22.1.36 307 6/28/2023
22.1.34 3,963 6/21/2023
21.2.10 434 6/13/2023
21.2.9 269 6/6/2023
21.2.8 301 5/30/2023
21.2.6 436 5/22/2023
21.2.5 1,470 5/15/2023
21.2.4 397 5/9/2023
21.2.3 1,430 5/3/2023
21.1.41 3,427 4/19/2023
21.1.39 1,091 4/10/2023
21.1.38 1,741 4/3/2023
21.1.37 465 3/29/2023
21.1.35 1,063 3/23/2023
20.4.0.54 808 3/13/2023
20.4.0.53 870 3/7/2023
20.4.0.52 633 2/28/2023
20.4.0.51 596 2/21/2023
20.4.0.50 727 2/14/2023
20.4.0.49 2,865 2/7/2023
20.4.0.48 1,817 2/1/2023
20.4.0.44 951 1/18/2023
20.4.0.43 780 1/10/2023
20.4.0.42 716 1/4/2023
20.4.0.41 625 12/29/2022
20.4.0.40 577 12/28/2022
20.4.0.38 1,262 12/21/2022
20.3.0.61 753 12/12/2022
20.3.0.60 624 12/6/2022
20.3.0.59 892 11/29/2022
20.3.0.58 1,254 11/22/2022
20.3.0.57 813 11/15/2022
20.3.0.56 885 11/8/2022
20.3.0.52 966 10/27/2022
20.3.0.50 873 10/18/2022
20.3.0.49 866 10/11/2022
20.3.0.48 860 10/5/2022
20.3.0.47 1,413 9/29/2022
20.2.0.50 954 9/20/2022
20.2.0.49 897 9/13/2022
20.2.0.48 881 9/6/2022
20.2.0.46 1,368 8/30/2022
20.2.0.45 1,016 8/23/2022
20.2.0.44 901 8/16/2022
20.2.0.43 1,107 8/8/2022
20.2.0.40 51,362 7/26/2022
20.2.0.39 1,318 7/19/2022
20.2.0.38 935 7/12/2022
20.2.0.36 1,591 6/30/2022
20.1.0.61 4,308 6/20/2022
20.1.0.60 903 6/14/2022
20.1.0.59 975 6/7/2022
20.1.0.58 2,064 5/31/2022
20.1.0.57 3,170 5/24/2022
20.1.0.56 1,055 5/17/2022
20.1.0.55 1,121 5/12/2022
20.1.0.52 1,327 5/3/2022
20.1.0.51 1,092 4/26/2022
20.1.0.50 1,035 4/19/2022
20.1.0.48 1,478 4/12/2022
20.1.0.47 1,789 4/4/2022
19.4.0.56 3,358 3/15/2022
19.4.0.55 1,500 3/8/2022
19.4.0.54 1,150 2/28/2022
19.4.0.53 1,098 2/22/2022
19.4.0.52 1,206 2/15/2022
19.4.0.50 1,449 2/8/2022
19.4.0.48 36,772 1/31/2022
19.4.0.47 1,123 1/25/2022
19.4.0.43 1,266 1/18/2022
19.4.0.42 1,479 1/11/2022
19.4.0.41 753 1/4/2022
19.4.0.40 707 12/28/2021
19.4.0.38 1,127 12/17/2021
19.3.0.59 1,212 12/14/2021
19.3.0.57 1,802 12/7/2021
19.3.0.56 1,478 11/29/2021
19.3.0.55 1,310 11/23/2021
19.3.0.54 723 11/17/2021
19.3.0.53 1,713 11/12/2021
19.3.0.48 936 11/3/2021
19.3.0.47 847 10/26/2021
19.3.0.46 962 10/19/2021
19.3.0.45 1,956 10/12/2021
19.3.0.44 811 10/5/2021
19.3.0.43 4,932 9/30/2021
19.2.0.62 1,860 9/13/2021
19.2.0.60 798 9/7/2021
19.2.0.59 866 8/30/2021
19.2.0.57 2,171 8/24/2021
19.2.0.56 955 8/17/2021
19.2.0.55 1,048 8/11/2021
19.2.0.51 1,623 8/2/2021
19.2.0.49 882 7/26/2021
19.2.0.48 1,010 7/19/2021
19.2.0.47 4,371 7/13/2021
19.2.0.46 887 7/6/2021
19.2.0.44 2,624 6/30/2021
19.1.0.69 3,203 6/14/2021
19.1.0.67 858 6/7/2021
19.1.0.66 967 5/31/2021
19.1.0.65 989 5/24/2021
19.1.0.64 1,116 5/19/2021
19.1.0.63 989 5/13/2021
19.1.0.59 908 5/3/2021
19.1.0.58 887 4/26/2021
19.1.0.57 820 4/20/2021
19.1.0.56 7,924 4/13/2021
19.1.0.55 1,071 4/6/2021
19.1.0.54 1,664 3/30/2021
18.4.0.49 2,598 3/22/2021
18.4.0.48 2,096 3/16/2021
18.4.0.47 1,195 3/9/2021
18.4.0.46 1,440 3/2/2021
18.4.0.44 940 2/23/2021
18.4.0.43 1,067 2/15/2021
18.4.0.42 1,319 2/9/2021
18.4.0.41 62,355 2/2/2021
18.4.0.39 2,929 1/28/2021
18.4.0.35 994 1/19/2021
18.4.0.34 1,080 1/12/2021
18.4.0.33 1,270 1/4/2021
18.4.0.32 828 12/30/2020
18.4.0.31 1,117 12/22/2020
18.4.0.30 2,178 12/17/2020
18.3.0.53 6,598 12/8/2020
18.3.0.52 1,179 11/30/2020
18.3.0.51 1,055 11/23/2020
18.3.0.50 1,108 11/17/2020
18.3.0.48 1,704 11/10/2020
18.3.0.47 1,412 11/5/2020
18.3.0.44 1,429 10/27/2020
18.3.0.42 1,058 10/20/2020
18.3.0.40 1,574 10/12/2020
18.3.0.38 1,014 10/7/2020
18.3.0.35 1,200 10/1/2020
18.2.0.59 10,716 9/22/2020
18.2.0.58 1,208 9/15/2020
18.2.0.57 1,105 9/8/2020
18.2.0.56 1,139 9/1/2020
18.2.0.55 956 8/25/2020
18.2.0.54 2,045 8/18/2020
18.2.0.48 2,877 8/4/2020
18.2.0.47 1,083 7/28/2020
18.2.0.46 1,848 7/21/2020
18.2.0.45 1,018 7/14/2020
18.2.0.44 2,372 7/6/2020
18.1.0.59 1,592 6/23/2020
18.1.0.57 1,285 6/16/2020
18.1.0.56 1,560 6/9/2020
18.1.0.55 2,342 6/2/2020
18.1.0.54 1,061 5/27/2020
18.1.0.53 1,101 5/19/2020
18.1.0.52 1,655 5/13/2020
18.1.0.48 2,676 5/5/2020
18.1.0.46 2,913 4/28/2020
18.1.0.45 1,179 4/21/2020
18.1.0.44 1,093 4/14/2020
18.1.0.43 1,107 4/7/2020
18.1.0.42 1,498 4/1/2020
18.1.0.36-beta 589 3/19/2020
17.4.0.55 2,338 3/10/2020
17.4.0.53 1,412 3/3/2020
17.4.0.51 3,907 2/25/2020
17.4.0.50 1,105 2/18/2020
17.4.0.49 1,324 2/11/2020
17.4.0.47 1,214 2/5/2020
17.4.0.46 1,055 1/30/2020
17.4.0.44 1,364 1/21/2020
17.4.0.43 1,178 1/14/2020
17.4.0.41 1,297 1/7/2020
17.4.0.40 1,277 12/24/2019
17.4.0.39 3,503 12/17/2019
17.3.0.34 1,364 12/10/2019
17.3.0.33 1,493 12/4/2019
17.3.0.30 1,069 12/3/2019
17.3.0.29 1,682 11/26/2019
17.3.0.28 1,398 11/19/2019
17.3.0.27 1,858 11/12/2019
17.3.0.26 1,875 11/5/2019
17.3.0.21 1,373 10/29/2019
17.3.0.19 1,258 10/22/2019
17.3.0.17 1,245 10/15/2019
17.3.0.14 1,863 10/3/2019
17.3.0.9-beta 623 9/20/2019
17.2.0.51 2,458 9/10/2019
17.2.0.49 1,207 9/3/2019
17.2.0.47 1,397 8/27/2019
17.2.0.46 1,346 8/22/2019
17.2.0.41 13,386 8/13/2019
17.2.0.40 1,309 8/6/2019
17.2.0.39 1,306 7/30/2019
17.2.0.36 1,182 7/23/2019
17.2.0.35 1,269 7/17/2019
17.2.0.34 1,584 7/11/2019
17.2.0.28-beta 1,002 6/27/2019
17.1.0.53 1,232 6/25/2019
17.1.0.52 1,178 6/18/2019
17.1.0.51 1,288 6/11/2019
17.1.0.50 1,183 6/4/2019
17.1.0.49 1,167 5/28/2019
17.1.0.48 1,597 5/21/2019
17.1.0.47 1,496 5/14/2019
17.1.0.44 1,946 5/7/2019
17.1.0.43 1,402 4/30/2019
17.1.0.42 1,278 4/23/2019
17.1.0.41 1,242 4/16/2019
17.1.0.40 1,224 4/9/2019
17.1.0.38 1,579 3/29/2019
17.1.0.32-beta 916 3/13/2019
16.4.0.54 4,072 2/19/2019
16.4.0.53 1,533 2/13/2019
16.4.0.52 1,798 2/5/2019
16.4.0.48 1,525 1/22/2019
16.4.0.47 1,291 1/16/2019
16.4.0.46 1,534 1/8/2019
16.4.0.44 1,400 12/24/2018
16.4.0.42 1,924 12/17/2018
16.4.0.40-beta 783 12/10/2018
16.3.0.36 1,603 11/27/2018
16.3.0.35-beta 1,054 11/23/2018
16.3.0.29 2,098 10/30/2018
16.3.0.21 2,300 9/21/2018
16.3.0.17-beta 889 9/12/2018
16.2.0.50 2,260 8/28/2018
16.2.0.46 2,039 8/6/2018
16.2.0.42 2,439 6/29/2018
16.2.0.41 1,484 6/25/2018
16.1.0.37 13,538 4/25/2018
16.1.0.32 2,469 3/29/2018
16.1.0.26 1,544 3/7/2018
16.1.0.24 1,428 2/22/2018
15.4.0.20 1,708 12/28/2017
15.4.0.17 3,009 12/11/2017