Syncfusion.DocIO.ClientProfile 26.2.10

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

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

Syncfusion WinForms Client Profile Word Library

The Syncfusion WinForms Client Profile 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.

WinForms Client Profile Word Library

Features Overview | Docs | API Reference | Online Demo | GitHub Examples | Blogs | Support | Forums | Feedback

System Requirements

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.

Getting Started

You can fetch the Syncfusion .NET Word library NuGet by simply running the command Install-Package Syncfusion.DocIO.ClientProfile 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, 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 Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  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 (3)

Showing the top 3 NuGet packages that depend on Syncfusion.DocIO.ClientProfile:

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.ClientProfile

This package provides the functionality to utilize the features of Syncfusion Word-To-PDF Converter .NET Client Profile and more.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
27.1.50 88 9/23/2024
27.1.48 118 9/18/2024
26.2.14 153 9/9/2024
26.2.13 119 9/5/2024
26.2.12 138 9/2/2024
26.2.11 150 8/27/2024
26.2.10 174 8/19/2024
26.2.9 158 8/12/2024
26.2.8 146 8/5/2024
26.2.7 90 7/29/2024
26.2.5 94 7/25/2024
26.2.4 105 7/24/2024
26.1.42 169 7/15/2024
26.1.41 174 7/8/2024
26.1.40 173 7/1/2024
26.1.39 156 6/24/2024
26.1.38 187 6/18/2024
26.1.35 158 6/11/2024
25.2.7 146 6/3/2024
25.2.6 200 5/28/2024
25.2.5 161 5/21/2024
25.2.4 165 5/14/2024
25.2.3 172 5/8/2024
25.1.42 187 4/29/2024
25.1.41 174 4/23/2024
25.1.40 179 4/15/2024
25.1.39 162 4/8/2024
25.1.38 173 4/1/2024
25.1.37 179 3/26/2024
25.1.35 204 3/15/2024
24.2.9 180 3/4/2024
24.2.8 184 2/26/2024
24.2.7 183 2/19/2024
24.2.6 198 2/14/2024
24.2.5 170 2/12/2024
24.2.4 167 2/5/2024
24.2.3 154 1/31/2024
24.1.47 169 1/22/2024
24.1.46 157 1/16/2024
24.1.45 175 1/8/2024
24.1.44 183 1/2/2024
24.1.43 187 12/27/2023
24.1.41 205 12/18/2023
23.2.7 222 12/6/2023
23.2.6 193 11/28/2023
23.2.5 196 11/23/2023
23.2.4 180 11/20/2023
23.1.44 194 11/6/2023
23.1.43 193 10/30/2023
23.1.42 227 10/23/2023
23.1.41 185 10/16/2023
23.1.40 224 10/10/2023
23.1.39 217 10/4/2023
23.1.38 201 9/26/2023
23.1.36 193 9/15/2023
22.2.12 252 9/5/2023
22.2.11 250 8/28/2023
22.2.10 233 8/22/2023
22.2.9 236 8/14/2023
22.2.8 247 8/7/2023
22.2.7 234 8/2/2023
22.2.5 230 7/27/2023
22.1.39 406 7/18/2023
22.1.38 272 7/11/2023
22.1.37 296 7/3/2023
22.1.36 310 6/28/2023
22.1.34 279 6/21/2023
21.2.10 286 6/12/2023
21.2.9 308 6/6/2023
21.2.8 292 5/30/2023
21.2.6 301 5/22/2023
21.2.5 329 5/15/2023
21.2.4 357 5/9/2023
21.2.3 385 5/3/2023
21.1.41 1,049 4/19/2023
21.1.39 409 4/10/2023
21.1.38 477 4/3/2023
21.1.37 502 3/29/2023
21.1.35 505 3/23/2023
20.4.0.54 468 3/13/2023
20.4.0.53 451 3/7/2023
20.4.0.52 496 2/28/2023
20.4.0.51 509 2/21/2023
20.4.0.50 466 2/14/2023
20.4.0.49 520 2/7/2023
20.4.0.48 1,036 2/1/2023
20.4.0.44 609 1/18/2023
20.4.0.43 616 1/10/2023
20.4.0.42 651 1/4/2023
20.4.0.41 579 12/29/2022
20.4.0.40 569 12/28/2022
20.4.0.38 665 12/21/2022
20.3.0.61 577 12/12/2022
20.3.0.60 582 12/6/2022
20.3.0.59 585 11/29/2022
20.3.0.58 663 11/21/2022
20.3.0.57 695 11/14/2022
20.3.0.56 697 11/8/2022
20.3.0.52 706 10/27/2022
20.3.0.50 1,058 10/17/2022
20.3.0.49 789 10/11/2022
20.3.0.48 800 10/5/2022
20.3.0.47 820 9/29/2022
20.2.0.50 835 9/20/2022
20.2.0.49 838 9/13/2022
20.2.0.48 830 9/6/2022
20.2.0.46 802 8/30/2022
20.2.0.45 881 8/23/2022
20.2.0.44 859 8/16/2022
20.2.0.43 874 8/8/2022
20.2.0.40 841 7/26/2022
20.2.0.39 817 7/19/2022
20.2.0.38 872 7/12/2022
20.2.0.36 936 6/30/2022
20.1.0.61 996 6/20/2022
20.1.0.60 900 6/14/2022
20.1.0.59 1,112 6/6/2022
20.1.0.58 894 5/30/2022
20.1.0.57 927 5/23/2022
20.1.0.56 860 5/17/2022
20.1.0.55 821 5/12/2022
20.1.0.52 1,064 5/2/2022
20.1.0.51 992 4/26/2022
20.1.0.50 968 4/19/2022
20.1.0.48 2,594 4/12/2022
20.1.0.47 912 4/4/2022
19.4.0.56 1,193 3/14/2022
19.4.0.55 953 3/8/2022
19.4.0.54 941 2/28/2022
19.4.0.53 922 2/21/2022
19.4.0.52 908 2/15/2022
19.4.0.50 900 2/8/2022
19.4.0.48 896 1/31/2022
19.4.0.47 924 1/24/2022
19.4.0.43 897 1/18/2022
19.4.0.42 784 1/10/2022
19.4.0.41 603 1/4/2022
19.4.0.40 606 12/28/2021
19.4.0.38 634 12/17/2021
19.3.0.59 674 12/14/2021
19.3.0.57 664 12/7/2021
19.3.0.56 1,438 11/29/2021
19.3.0.55 656 11/23/2021
19.3.0.54 1,330 11/17/2021
19.3.0.53 686 11/12/2021
19.3.0.48 771 11/3/2021
19.3.0.47 746 10/26/2021
19.3.0.46 701 10/19/2021
19.3.0.45 765 10/12/2021
19.3.0.44 727 10/5/2021
19.3.0.43 736 9/30/2021
19.2.0.62 771 9/13/2021
19.2.0.60 813 9/7/2021
19.2.0.59 750 8/30/2021
19.2.0.57 761 8/24/2021
19.2.0.56 731 8/17/2021
19.2.0.55 783 8/11/2021
19.2.0.51 771 8/2/2021
19.2.0.49 769 7/26/2021
19.2.0.48 764 7/19/2021
19.2.0.47 789 7/13/2021
19.2.0.46 764 7/6/2021
19.2.0.44 819 6/30/2021
19.1.0.69 809 6/14/2021
19.1.0.67 779 6/7/2021
19.1.0.66 790 5/31/2021
19.1.0.65 791 5/24/2021
19.1.0.64 933 5/19/2021
19.1.0.63 799 5/13/2021
19.1.0.59 2,347 5/3/2021
19.1.0.58 800 4/26/2021
19.1.0.57 819 4/20/2021
19.1.0.56 775 4/12/2021
19.1.0.55 789 4/6/2021
19.1.0.54 792 3/30/2021
18.4.0.49 906 3/22/2021
18.4.0.48 822 3/16/2021
18.4.0.47 788 3/9/2021
18.4.0.46 779 3/2/2021
18.4.0.44 851 2/23/2021
18.4.0.43 747 2/15/2021
18.4.0.42 853 2/9/2021
18.4.0.41 791 2/2/2021
18.4.0.39 752 1/28/2021
18.4.0.35 784 1/19/2021
18.4.0.34 844 1/12/2021
18.4.0.33 843 1/4/2021
18.4.0.32 795 12/30/2020
18.4.0.31 791 12/22/2020
18.4.0.30 1,077 12/17/2020
18.3.0.53 891 12/8/2020
18.3.0.52 790 11/30/2020
18.3.0.51 835 11/23/2020
18.3.0.50 857 11/17/2020
18.3.0.48 849 11/10/2020
18.3.0.47 918 11/5/2020
18.3.0.44 893 10/27/2020
18.3.0.42 934 10/20/2020
18.3.0.40 899 10/12/2020
18.3.0.38 865 10/7/2020
18.3.0.35 842 10/1/2020
18.2.0.59 933 9/22/2020
18.2.0.58 848 9/15/2020
18.2.0.57 894 9/8/2020
18.2.0.56 919 9/1/2020
18.2.0.55 889 8/24/2020
18.2.0.54 894 8/18/2020
18.2.0.48 950 8/4/2020
18.2.0.47 1,001 7/28/2020
18.2.0.46 913 7/21/2020
18.2.0.45 941 7/14/2020
18.2.0.44 932 7/6/2020
18.1.0.59 967 6/23/2020
18.1.0.57 983 6/15/2020
18.1.0.56 967 6/9/2020
18.1.0.55 929 6/2/2020
18.1.0.54 991 5/26/2020
18.1.0.53 980 5/19/2020
18.1.0.52 936 5/13/2020
18.1.0.48 934 5/5/2020
18.1.0.46 967 4/28/2020
18.1.0.45 988 4/20/2020
18.1.0.44 988 4/14/2020
18.1.0.43 1,003 4/7/2020
18.1.0.42 1,003 4/1/2020
18.1.0.36-beta 543 3/19/2020
17.4.0.55 1,058 3/10/2020
17.4.0.53 995 3/3/2020
17.4.0.51 1,262 2/25/2020
17.4.0.50 933 2/18/2020
17.4.0.49 908 2/11/2020
17.4.0.47 961 2/5/2020
17.4.0.46 995 1/30/2020
17.4.0.44 1,030 1/21/2020
17.4.0.43 1,042 1/14/2020
17.4.0.41 1,016 1/7/2020
17.4.0.40 1,015 12/24/2019
17.4.0.39 1,057 12/17/2019
17.3.0.34 1,070 12/10/2019
17.3.0.33 1,052 12/4/2019
17.3.0.30 976 12/3/2019
17.3.0.29 1,023 11/26/2019
17.3.0.28 1,351 11/18/2019
17.3.0.27 1,035 11/12/2019
17.3.0.26 1,045 11/5/2019
17.3.0.21 1,044 10/29/2019
17.3.0.19 1,039 10/22/2019
17.3.0.17 1,047 10/15/2019
17.3.0.14 1,079 10/3/2019
17.3.0.9-beta 510 9/20/2019
17.2.0.51 1,078 9/10/2019
17.2.0.49 1,038 9/3/2019
17.2.0.47 1,061 8/27/2019
17.2.0.46 1,059 8/22/2019
17.2.0.41 1,052 8/13/2019
17.2.0.40 1,044 8/6/2019
17.2.0.39 1,047 7/30/2019
17.2.0.36 1,058 7/23/2019
17.2.0.35 1,102 7/17/2019
17.2.0.34 1,606 7/11/2019
17.2.0.28-beta 581 6/27/2019
17.1.0.53 1,097 6/25/2019
17.1.0.52 1,091 6/18/2019
17.1.0.51 1,116 6/11/2019
17.1.0.50 1,118 6/4/2019
17.1.0.49 1,163 5/28/2019
17.1.0.48 1,088 5/21/2019
17.1.0.47 1,073 5/14/2019
17.1.0.44 1,121 5/7/2019
17.1.0.43 1,173 4/30/2019
17.1.0.42 1,204 4/23/2019
17.1.0.41 1,173 4/16/2019
17.1.0.40 1,169 4/9/2019
17.1.0.38 1,184 3/29/2019
17.1.0.32-beta 613 3/13/2019
16.4.0.54 1,499 2/19/2019
16.4.0.53 1,198 2/13/2019
16.4.0.52 1,235 2/5/2019
16.4.0.48 1,234 1/22/2019
16.4.0.47 1,318 1/16/2019
16.4.0.46 1,233 1/8/2019
16.4.0.44 1,251 12/24/2018
16.4.0.42 1,220 12/17/2018
16.4.0.40-beta 716 12/10/2018
16.3.0.36 1,197 11/27/2018
16.3.0.35-beta 727 11/23/2018
16.3.0.29 1,258 10/30/2018
16.3.0.21 1,342 9/21/2018
16.3.0.17-beta 778 9/12/2018
16.2.0.50 1,335 8/28/2018
16.2.0.46 1,113 8/9/2018