Syncfusion.DocIO.ClientProfile 27.2.5

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

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 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 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 (1)

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

Package Downloads
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.2.5 1,717 12/2/2024
27.2.4 196 11/26/2024
27.2.3 175 11/22/2024
27.2.2 219 11/15/2024
27.1.58 202 11/4/2024
27.1.57 244 10/28/2024
27.1.56 192 10/23/2024
27.1.55 189 10/21/2024
27.1.53 215 10/14/2024
27.1.52 204 10/7/2024
27.1.51 205 9/30/2024
27.1.50 203 9/23/2024
27.1.48 218 9/18/2024
26.2.14 258 9/9/2024
26.2.13 203 9/5/2024
26.2.12 209 9/2/2024
26.2.11 227 8/27/2024
26.2.10 264 8/19/2024
26.2.9 232 8/12/2024
26.2.8 240 8/5/2024
26.2.7 170 7/29/2024
26.2.5 174 7/25/2024
26.2.4 171 7/24/2024
26.1.42 242 7/15/2024
26.1.41 271 7/8/2024
26.1.40 250 7/1/2024
26.1.39 232 6/24/2024
26.1.38 258 6/18/2024
26.1.35 235 6/11/2024
25.2.7 212 6/3/2024
25.2.6 282 5/28/2024
25.2.5 235 5/21/2024
25.2.4 242 5/14/2024
25.2.3 250 5/8/2024
25.1.42 269 4/29/2024
25.1.41 248 4/23/2024
25.1.40 246 4/15/2024
25.1.39 231 4/8/2024
25.1.38 252 4/1/2024
25.1.37 256 3/26/2024
25.1.35 284 3/15/2024
24.2.9 255 3/4/2024
24.2.8 252 2/26/2024
24.2.7 271 2/19/2024
24.2.6 276 2/14/2024
24.2.5 238 2/12/2024
24.2.4 232 2/5/2024
24.2.3 222 1/31/2024
24.1.47 244 1/22/2024
24.1.46 231 1/16/2024
24.1.45 238 1/8/2024
24.1.44 245 1/2/2024
24.1.43 258 12/27/2023
24.1.41 278 12/18/2023
23.2.7 302 12/6/2023
23.2.6 238 11/28/2023
23.2.5 230 11/23/2023
23.2.4 215 11/20/2023
23.1.44 223 11/6/2023
23.1.43 229 10/30/2023
23.1.42 262 10/23/2023
23.1.41 226 10/16/2023
23.1.40 266 10/10/2023
23.1.39 254 10/4/2023
23.1.38 249 9/26/2023
23.1.36 233 9/15/2023
22.2.12 303 9/5/2023
22.2.11 310 8/28/2023
22.2.10 294 8/22/2023
22.2.9 296 8/14/2023
22.2.8 313 8/7/2023
22.2.7 296 8/2/2023
22.2.5 300 7/27/2023
22.1.39 509 7/18/2023
22.1.38 334 7/11/2023
22.1.37 357 7/3/2023
22.1.36 376 6/28/2023
22.1.34 346 6/21/2023
21.2.10 367 6/12/2023
21.2.9 374 6/6/2023
21.2.8 368 5/30/2023
21.2.6 378 5/22/2023
21.2.5 411 5/15/2023
21.2.4 439 5/9/2023
21.2.3 469 5/3/2023
21.1.41 1,131 4/19/2023
21.1.39 474 4/10/2023
21.1.38 550 4/3/2023
21.1.37 572 3/29/2023
21.1.35 582 3/23/2023
20.4.0.54 539 3/13/2023
20.4.0.53 534 3/7/2023
20.4.0.52 569 2/28/2023
20.4.0.51 594 2/21/2023
20.4.0.50 543 2/14/2023
20.4.0.49 612 2/7/2023
20.4.0.48 1,526 2/1/2023
20.4.0.44 685 1/18/2023
20.4.0.43 691 1/10/2023
20.4.0.42 745 1/4/2023
20.4.0.41 665 12/29/2022
20.4.0.40 650 12/28/2022
20.4.0.38 737 12/21/2022
20.3.0.61 659 12/12/2022
20.3.0.60 664 12/6/2022
20.3.0.59 661 11/29/2022
20.3.0.58 742 11/21/2022
20.3.0.57 1,192 11/14/2022
20.3.0.56 783 11/8/2022
20.3.0.52 802 10/27/2022
20.3.0.50 1,175 10/17/2022
20.3.0.49 864 10/11/2022
20.3.0.48 889 10/5/2022
20.3.0.47 903 9/29/2022
20.2.0.50 922 9/20/2022
20.2.0.49 937 9/13/2022
20.2.0.48 920 9/6/2022
20.2.0.46 896 8/30/2022
20.2.0.45 971 8/23/2022
20.2.0.44 947 8/16/2022
20.2.0.43 971 8/8/2022
20.2.0.40 949 7/26/2022
20.2.0.39 910 7/19/2022
20.2.0.38 962 7/12/2022
20.2.0.36 1,030 6/30/2022
20.1.0.61 1,148 6/20/2022
20.1.0.60 993 6/14/2022
20.1.0.59 1,197 6/6/2022
20.1.0.58 996 5/30/2022
20.1.0.57 1,018 5/23/2022
20.1.0.56 955 5/17/2022
20.1.0.55 921 5/12/2022
20.1.0.52 1,161 5/2/2022
20.1.0.51 1,091 4/26/2022
20.1.0.50 1,071 4/19/2022
20.1.0.48 2,693 4/12/2022
20.1.0.47 1,002 4/4/2022
19.4.0.56 1,289 3/14/2022
19.4.0.55 1,052 3/8/2022
19.4.0.54 1,042 2/28/2022
19.4.0.53 1,030 2/21/2022
19.4.0.52 1,042 2/15/2022
19.4.0.50 1,004 2/8/2022
19.4.0.48 1,009 1/31/2022
19.4.0.47 1,023 1/24/2022
19.4.0.43 999 1/18/2022
19.4.0.42 877 1/10/2022
19.4.0.41 699 1/4/2022
19.4.0.40 710 12/28/2021
19.4.0.38 739 12/17/2021
19.3.0.59 777 12/14/2021
19.3.0.57 764 12/7/2021
19.3.0.56 1,541 11/29/2021
19.3.0.55 762 11/23/2021
19.3.0.54 1,434 11/17/2021
19.3.0.53 785 11/12/2021
19.3.0.48 874 11/3/2021
19.3.0.47 857 10/26/2021
19.3.0.46 808 10/19/2021
19.3.0.45 864 10/12/2021
19.3.0.44 835 10/5/2021
19.3.0.43 831 9/30/2021
19.2.0.62 886 9/13/2021
19.2.0.60 912 9/7/2021
19.2.0.59 855 8/30/2021
19.2.0.57 855 8/24/2021
19.2.0.56 838 8/17/2021
19.2.0.55 884 8/11/2021
19.2.0.51 877 8/2/2021
19.2.0.49 875 7/26/2021
19.2.0.48 867 7/19/2021
19.2.0.47 886 7/13/2021
19.2.0.46 870 7/6/2021
19.2.0.44 927 6/30/2021
19.1.0.69 912 6/14/2021
19.1.0.67 881 6/7/2021
19.1.0.66 891 5/31/2021
19.1.0.65 890 5/24/2021
19.1.0.64 1,041 5/19/2021
19.1.0.63 896 5/13/2021
19.1.0.59 2,464 5/3/2021
19.1.0.58 915 4/26/2021
19.1.0.57 934 4/20/2021
19.1.0.56 886 4/12/2021
19.1.0.55 906 4/6/2021
19.1.0.54 899 3/30/2021
18.4.0.49 1,026 3/22/2021
18.4.0.48 929 3/16/2021
18.4.0.47 901 3/9/2021
18.4.0.46 900 3/2/2021
18.4.0.44 954 2/23/2021
18.4.0.43 865 2/15/2021
18.4.0.42 970 2/9/2021
18.4.0.41 904 2/2/2021
18.4.0.39 868 1/28/2021
18.4.0.35 898 1/19/2021
18.4.0.34 962 1/12/2021
18.4.0.33 963 1/4/2021
18.4.0.32 901 12/30/2020
18.4.0.31 913 12/22/2020
18.4.0.30 1,199 12/17/2020
18.3.0.53 1,016 12/8/2020
18.3.0.52 925 11/30/2020
18.3.0.51 955 11/23/2020
18.3.0.50 981 11/17/2020
18.3.0.48 972 11/10/2020
18.3.0.47 1,040 11/5/2020
18.3.0.44 1,016 10/27/2020
18.3.0.42 1,057 10/20/2020
18.3.0.40 1,018 10/12/2020
18.3.0.38 1,000 10/7/2020
18.3.0.35 966 10/1/2020
18.2.0.59 1,051 9/22/2020
18.2.0.58 963 9/15/2020
18.2.0.57 1,035 9/8/2020
18.2.0.56 1,044 9/1/2020
18.2.0.55 1,020 8/24/2020
18.2.0.54 1,012 8/18/2020
18.2.0.48 1,063 8/4/2020
18.2.0.47 1,121 7/28/2020
18.2.0.46 1,033 7/21/2020
18.2.0.45 1,064 7/14/2020
18.2.0.44 1,061 7/6/2020
18.1.0.59 1,095 6/23/2020
18.1.0.57 1,099 6/15/2020
18.1.0.56 1,080 6/9/2020
18.1.0.55 1,052 6/2/2020
18.1.0.54 1,120 5/26/2020
18.1.0.53 1,099 5/19/2020
18.1.0.52 1,064 5/13/2020
18.1.0.48 1,053 5/5/2020
18.1.0.46 1,106 4/28/2020
18.1.0.45 1,119 4/20/2020
18.1.0.44 1,112 4/14/2020
18.1.0.43 1,129 4/7/2020
18.1.0.42 1,131 4/1/2020
18.1.0.36-beta 664 3/19/2020
17.4.0.55 1,252 3/10/2020
17.4.0.53 1,118 3/3/2020
17.4.0.51 1,458 2/25/2020
17.4.0.50 1,064 2/18/2020
17.4.0.49 1,033 2/11/2020
17.4.0.47 1,082 2/5/2020
17.4.0.46 1,122 1/30/2020
17.4.0.44 1,149 1/21/2020
17.4.0.43 1,165 1/14/2020
17.4.0.41 1,148 1/7/2020
17.4.0.40 1,141 12/24/2019
17.4.0.39 1,183 12/17/2019
17.3.0.34 1,197 12/10/2019
17.3.0.33 1,183 12/4/2019
17.3.0.30 1,096 12/3/2019
17.3.0.29 1,152 11/26/2019
17.3.0.28 1,474 11/18/2019
17.3.0.27 1,159 11/12/2019
17.3.0.26 1,173 11/5/2019
17.3.0.21 1,176 10/29/2019
17.3.0.19 1,162 10/22/2019
17.3.0.17 1,176 10/15/2019
17.3.0.14 1,211 10/3/2019
17.3.0.9-beta 639 9/20/2019
17.2.0.51 1,199 9/10/2019
17.2.0.49 1,170 9/3/2019
17.2.0.47 1,190 8/27/2019
17.2.0.46 1,185 8/22/2019
17.2.0.41 1,177 8/13/2019
17.2.0.40 1,173 8/6/2019
17.2.0.39 1,192 7/30/2019
17.2.0.36 1,192 7/23/2019
17.2.0.35 1,236 7/17/2019
17.2.0.34 1,733 7/11/2019
17.2.0.28-beta 698 6/27/2019
17.1.0.53 1,228 6/25/2019
17.1.0.52 1,223 6/18/2019
17.1.0.51 1,255 6/11/2019
17.1.0.50 1,239 6/4/2019
17.1.0.49 1,289 5/28/2019
17.1.0.48 1,219 5/21/2019
17.1.0.47 1,195 5/14/2019
17.1.0.44 1,255 5/7/2019
17.1.0.43 1,308 4/30/2019
17.1.0.42 1,324 4/23/2019
17.1.0.41 1,309 4/16/2019
17.1.0.40 1,301 4/9/2019
17.1.0.38 1,307 3/29/2019
17.1.0.32-beta 741 3/13/2019
16.4.0.54 1,656 2/19/2019
16.4.0.53 1,331 2/13/2019
16.4.0.52 1,368 2/5/2019
16.4.0.48 1,377 1/22/2019
16.4.0.47 1,454 1/16/2019
16.4.0.46 1,365 1/8/2019
16.4.0.44 1,377 12/24/2018
16.4.0.42 1,356 12/17/2018
16.4.0.40-beta 843 12/10/2018
16.3.0.36 1,329 11/27/2018
16.3.0.35-beta 864 11/23/2018
16.3.0.29 1,407 10/30/2018
16.3.0.21 1,501 9/21/2018
16.3.0.17-beta 926 9/12/2018
16.2.0.50 1,498 8/28/2018
16.2.0.46 1,269 8/9/2018