Syncfusion.Xamarin.DocIO 23.1.36

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

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

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, 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. 
.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)
Additional computed target framework(s)
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 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 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
23.1.36 102 9/15/2023
22.2.12 131 9/5/2023
22.2.11 155 8/28/2023
22.2.10 131 8/22/2023
22.2.9 133 8/14/2023
22.2.8 189 8/7/2023
22.2.7 190 8/2/2023
22.2.5 581 7/27/2023
22.1.39 158 7/18/2023
22.1.38 246 7/11/2023
22.1.37 192 7/3/2023
22.1.36 186 6/28/2023
22.1.34 609 6/21/2023
21.2.10 300 6/13/2023
21.2.9 166 6/6/2023
21.2.8 192 5/30/2023
21.2.6 253 5/22/2023
21.2.5 504 5/15/2023
21.2.4 246 5/9/2023
21.2.3 1,170 5/3/2023
21.1.41 1,701 4/19/2023
21.1.39 957 4/10/2023
21.1.38 916 4/3/2023
21.1.37 297 3/29/2023
21.1.35 638 3/23/2023
20.4.0.54 576 3/13/2023
20.4.0.53 734 3/7/2023
20.4.0.52 513 2/28/2023
20.4.0.51 463 2/21/2023
20.4.0.50 589 2/14/2023
20.4.0.49 1,642 2/7/2023
20.4.0.48 591 2/1/2023
20.4.0.44 816 1/18/2023
20.4.0.43 591 1/10/2023
20.4.0.42 533 1/4/2023
20.4.0.41 506 12/29/2022
20.4.0.40 438 12/28/2022
20.4.0.38 1,074 12/21/2022
20.3.0.61 631 12/12/2022
20.3.0.60 520 12/6/2022
20.3.0.59 788 11/29/2022
20.3.0.58 1,144 11/22/2022
20.3.0.57 704 11/15/2022
20.3.0.56 781 11/8/2022
20.3.0.52 859 10/27/2022
20.3.0.50 728 10/18/2022
20.3.0.49 740 10/11/2022
20.3.0.48 752 10/5/2022
20.3.0.47 1,265 9/29/2022
20.2.0.50 800 9/20/2022
20.2.0.49 800 9/13/2022
20.2.0.48 761 9/6/2022
20.2.0.46 1,263 8/30/2022
20.2.0.45 886 8/23/2022
20.2.0.44 783 8/16/2022
20.2.0.43 1,006 8/8/2022
20.2.0.40 48,786 7/26/2022
20.2.0.39 1,122 7/19/2022
20.2.0.38 833 7/12/2022
20.2.0.36 1,467 6/30/2022
20.1.0.61 4,169 6/20/2022
20.1.0.60 802 6/14/2022
20.1.0.59 855 6/7/2022
20.1.0.58 1,958 5/31/2022
20.1.0.57 3,042 5/24/2022
20.1.0.56 946 5/17/2022
20.1.0.55 999 5/12/2022
20.1.0.52 1,221 5/3/2022
20.1.0.51 946 4/26/2022
20.1.0.50 907 4/19/2022
20.1.0.48 1,345 4/12/2022
20.1.0.47 1,632 4/4/2022
19.4.0.56 3,086 3/15/2022
19.4.0.55 1,368 3/8/2022
19.4.0.54 1,033 2/28/2022
19.4.0.53 996 2/22/2022
19.4.0.52 1,097 2/15/2022
19.4.0.50 1,324 2/8/2022
19.4.0.48 36,628 1/31/2022
19.4.0.47 1,006 1/25/2022
19.4.0.43 1,111 1/18/2022
19.4.0.42 1,376 1/11/2022
19.4.0.41 617 1/4/2022
19.4.0.40 580 12/28/2021
19.4.0.38 1,000 12/17/2021
19.3.0.59 954 12/14/2021
19.3.0.57 1,683 12/7/2021
19.3.0.56 1,344 11/29/2021
19.3.0.55 1,050 11/23/2021
19.3.0.54 607 11/17/2021
19.3.0.53 1,578 11/12/2021
19.3.0.48 823 11/3/2021
19.3.0.47 712 10/26/2021
19.3.0.46 830 10/19/2021
19.3.0.45 1,279 10/12/2021
19.3.0.44 694 10/5/2021
19.3.0.43 3,286 9/30/2021
19.2.0.62 1,748 9/13/2021
19.2.0.60 674 9/7/2021
19.2.0.59 749 8/30/2021
19.2.0.57 2,042 8/24/2021
19.2.0.56 838 8/17/2021
19.2.0.55 926 8/11/2021
19.2.0.51 1,407 8/2/2021
19.2.0.49 770 7/26/2021
19.2.0.48 908 7/19/2021
19.2.0.47 4,163 7/13/2021
19.2.0.46 756 7/6/2021
19.2.0.44 2,356 6/30/2021
19.1.0.69 2,986 6/14/2021
19.1.0.67 714 6/7/2021
19.1.0.66 855 5/31/2021
19.1.0.65 887 5/24/2021
19.1.0.64 984 5/19/2021
19.1.0.63 888 5/13/2021
19.1.0.59 775 5/3/2021
19.1.0.58 753 4/26/2021
19.1.0.57 704 4/20/2021
19.1.0.56 6,888 4/13/2021
19.1.0.55 954 4/6/2021
19.1.0.54 1,472 3/30/2021
18.4.0.49 2,357 3/22/2021
18.4.0.48 1,964 3/16/2021
18.4.0.47 1,075 3/9/2021
18.4.0.46 1,284 3/2/2021
18.4.0.44 805 2/23/2021
18.4.0.43 887 2/15/2021
18.4.0.42 1,195 2/9/2021
18.4.0.41 62,002 2/2/2021
18.4.0.39 2,782 1/28/2021
18.4.0.35 860 1/19/2021
18.4.0.34 962 1/12/2021
18.4.0.33 1,147 1/4/2021
18.4.0.32 708 12/30/2020
18.4.0.31 989 12/22/2020
18.4.0.30 1,921 12/17/2020
18.3.0.53 6,473 12/8/2020
18.3.0.52 1,059 11/30/2020
18.3.0.51 925 11/23/2020
18.3.0.50 979 11/17/2020
18.3.0.48 1,567 11/10/2020
18.3.0.47 1,277 11/5/2020
18.3.0.44 1,308 10/27/2020
18.3.0.42 930 10/20/2020
18.3.0.40 1,464 10/12/2020
18.3.0.38 900 10/7/2020
18.3.0.35 1,069 10/1/2020
18.2.0.59 9,005 9/22/2020
18.2.0.58 1,073 9/15/2020
18.2.0.57 992 9/8/2020
18.2.0.56 1,026 9/1/2020
18.2.0.55 833 8/25/2020
18.2.0.54 1,120 8/18/2020
18.2.0.48 2,741 8/4/2020
18.2.0.47 950 7/28/2020
18.2.0.46 1,730 7/21/2020
18.2.0.45 894 7/14/2020
18.2.0.44 2,242 7/6/2020
18.1.0.59 1,443 6/23/2020
18.1.0.57 1,152 6/16/2020
18.1.0.56 1,429 6/9/2020
18.1.0.55 2,199 6/2/2020
18.1.0.54 947 5/27/2020
18.1.0.53 950 5/19/2020
18.1.0.52 1,529 5/13/2020
18.1.0.48 2,523 5/5/2020
18.1.0.46 2,772 4/28/2020
18.1.0.45 1,041 4/21/2020
18.1.0.44 983 4/14/2020
18.1.0.43 974 4/7/2020
18.1.0.42 1,380 4/1/2020
18.1.0.36-beta 458 3/19/2020
17.4.0.55 2,158 3/10/2020
17.4.0.53 1,296 3/3/2020
17.4.0.51 3,782 2/25/2020
17.4.0.50 990 2/18/2020
17.4.0.49 1,209 2/11/2020
17.4.0.47 1,068 2/5/2020
17.4.0.46 946 1/30/2020
17.4.0.44 1,244 1/21/2020
17.4.0.43 1,038 1/14/2020
17.4.0.41 1,143 1/7/2020
17.4.0.40 1,150 12/24/2019
17.4.0.39 3,358 12/17/2019
17.3.0.34 1,212 12/10/2019
17.3.0.33 1,363 12/4/2019
17.3.0.30 955 12/3/2019
17.3.0.29 1,554 11/26/2019
17.3.0.28 1,247 11/19/2019
17.3.0.27 1,729 11/12/2019
17.3.0.26 1,737 11/5/2019
17.3.0.21 1,234 10/29/2019
17.3.0.19 1,098 10/22/2019
17.3.0.17 1,098 10/15/2019
17.3.0.14 1,736 10/3/2019
17.3.0.9-beta 516 9/20/2019
17.2.0.51 2,321 9/10/2019
17.2.0.49 1,076 9/3/2019
17.2.0.47 1,257 8/27/2019
17.2.0.46 1,219 8/22/2019
17.2.0.41 13,137 8/13/2019
17.2.0.40 1,189 8/6/2019
17.2.0.39 1,169 7/30/2019
17.2.0.36 1,045 7/23/2019
17.2.0.35 1,133 7/17/2019
17.2.0.34 1,427 7/11/2019
17.2.0.28-beta 898 6/27/2019
17.1.0.53 1,113 6/25/2019
17.1.0.52 1,030 6/18/2019
17.1.0.51 1,124 6/11/2019
17.1.0.50 1,046 6/4/2019
17.1.0.49 1,056 5/28/2019
17.1.0.48 1,477 5/21/2019
17.1.0.47 1,351 5/14/2019
17.1.0.44 1,802 5/7/2019
17.1.0.43 1,241 4/30/2019
17.1.0.42 1,152 4/23/2019
17.1.0.41 1,106 4/16/2019
17.1.0.40 1,096 4/9/2019
17.1.0.38 1,452 3/29/2019
17.1.0.32-beta 785 3/13/2019
16.4.0.54 3,905 2/19/2019
16.4.0.53 1,381 2/13/2019
16.4.0.52 1,654 2/5/2019
16.4.0.48 1,392 1/22/2019
16.4.0.47 1,159 1/16/2019
16.4.0.46 1,392 1/8/2019
16.4.0.44 1,256 12/24/2018
16.4.0.42 1,700 12/17/2018
16.4.0.40-beta 667 12/10/2018
16.3.0.36 1,423 11/27/2018
16.3.0.35-beta 931 11/23/2018
16.3.0.29 1,963 10/30/2018
16.3.0.21 2,144 9/21/2018
16.3.0.17-beta 734 9/12/2018
16.2.0.50 2,075 8/28/2018
16.2.0.46 1,833 8/6/2018
16.2.0.42 2,195 6/29/2018
16.2.0.41 1,237 6/25/2018
16.1.0.37 7,404 4/25/2018
16.1.0.32 2,191 3/29/2018
16.1.0.26 1,354 3/7/2018
16.1.0.24 1,256 2/22/2018
15.4.0.20 1,416 12/28/2017
15.4.0.17 2,707 12/11/2017