Syncfusion.DocIO.ClientProfile 21.2.6

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET Framework 4.0
dotnet add package Syncfusion.DocIO.ClientProfile --version 21.2.6
NuGet\Install-Package Syncfusion.DocIO.ClientProfile -Version 21.2.6
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="21.2.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.DocIO.ClientProfile --version 21.2.6
#r "nuget: Syncfusion.DocIO.ClientProfile, 21.2.6"
#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=21.2.6

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

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 (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 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)
Additional computed target framework(s)
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 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 WPF RichTextBox control and more.

Syncfusion.SfRichTextRibbon.WPF 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 WPF RichTextRibbon library and more.

Syncfusion.DocToPdfConverter.ClientProfile 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 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
21.2.6 39 5/22/2023
21.2.5 83 5/15/2023
21.2.4 88 5/9/2023
21.2.3 123 5/3/2023
21.1.41 211 4/19/2023
21.1.39 159 4/10/2023
21.1.38 185 4/3/2023
21.1.37 230 3/29/2023
21.1.35 236 3/23/2023
20.4.0.54 231 3/13/2023
20.4.0.53 227 3/7/2023
20.4.0.52 231 2/28/2023
20.4.0.51 246 2/21/2023
20.4.0.50 247 2/14/2023
20.4.0.49 267 2/7/2023
20.4.0.48 288 2/1/2023
20.4.0.44 326 1/18/2023
20.4.0.43 346 1/10/2023
20.4.0.42 364 1/4/2023
20.4.0.41 341 12/29/2022
20.4.0.40 342 12/28/2022
20.4.0.38 411 12/21/2022
20.3.0.61 354 12/12/2022
20.3.0.60 352 12/6/2022
20.3.0.59 384 11/29/2022
20.3.0.58 416 11/21/2022
20.3.0.57 460 11/14/2022
20.3.0.56 447 11/8/2022
20.3.0.52 497 10/27/2022
20.3.0.50 683 10/17/2022
20.3.0.49 584 10/11/2022
20.3.0.48 556 10/5/2022
20.3.0.47 577 9/29/2022
20.2.0.50 597 9/20/2022
20.2.0.49 608 9/13/2022
20.2.0.48 606 9/6/2022
20.2.0.46 586 8/30/2022
20.2.0.45 651 8/23/2022
20.2.0.44 625 8/16/2022
20.2.0.43 641 8/8/2022
20.2.0.40 628 7/26/2022
20.2.0.39 607 7/19/2022
20.2.0.38 647 7/12/2022
20.2.0.36 695 6/30/2022
20.1.0.61 702 6/20/2022
20.1.0.60 665 6/14/2022
20.1.0.59 869 6/6/2022
20.1.0.58 664 5/30/2022
20.1.0.57 669 5/23/2022
20.1.0.56 645 5/17/2022
20.1.0.55 625 5/12/2022
20.1.0.52 867 5/2/2022
20.1.0.51 788 4/26/2022
20.1.0.50 745 4/19/2022
20.1.0.48 1,653 4/12/2022
20.1.0.47 695 4/4/2022
19.4.0.56 977 3/14/2022
19.4.0.55 717 3/8/2022
19.4.0.54 717 2/28/2022
19.4.0.53 687 2/21/2022
19.4.0.52 677 2/15/2022
19.4.0.50 686 2/8/2022
19.4.0.48 692 1/31/2022
19.4.0.47 689 1/24/2022
19.4.0.43 695 1/18/2022
19.4.0.42 570 1/10/2022
19.4.0.41 406 1/4/2022
19.4.0.40 381 12/28/2021
19.4.0.38 410 12/17/2021
19.3.0.59 434 12/14/2021
19.3.0.57 437 12/7/2021
19.3.0.56 1,236 11/29/2021
19.3.0.55 446 11/23/2021
19.3.0.54 1,097 11/17/2021
19.3.0.53 474 11/12/2021
19.3.0.48 535 11/3/2021
19.3.0.47 551 10/26/2021
19.3.0.46 510 10/19/2021
19.3.0.45 522 10/12/2021
19.3.0.44 501 10/5/2021
19.3.0.43 518 9/30/2021
19.2.0.62 534 9/13/2021
19.2.0.60 587 9/7/2021
19.2.0.59 512 8/30/2021
19.2.0.57 531 8/24/2021
19.2.0.56 514 8/17/2021
19.2.0.55 531 8/11/2021
19.2.0.51 551 8/2/2021
19.2.0.49 569 7/26/2021
19.2.0.48 534 7/19/2021
19.2.0.47 557 7/13/2021
19.2.0.46 528 7/6/2021
19.2.0.44 581 6/30/2021
19.1.0.69 566 6/14/2021
19.1.0.67 569 6/7/2021
19.1.0.66 570 5/31/2021
19.1.0.65 582 5/24/2021
19.1.0.64 679 5/19/2021
19.1.0.63 559 5/13/2021
19.1.0.59 1,849 5/3/2021
19.1.0.58 572 4/26/2021
19.1.0.57 586 4/20/2021
19.1.0.56 541 4/12/2021
19.1.0.55 546 4/6/2021
19.1.0.54 578 3/30/2021
18.4.0.49 562 3/22/2021
18.4.0.48 589 3/16/2021
18.4.0.47 568 3/9/2021
18.4.0.46 586 3/2/2021
18.4.0.44 625 2/23/2021
18.4.0.43 549 2/15/2021
18.4.0.42 625 2/9/2021
18.4.0.41 583 2/2/2021
18.4.0.39 535 1/28/2021
18.4.0.35 582 1/19/2021
18.4.0.34 602 1/12/2021
18.4.0.33 588 1/4/2021
18.4.0.32 576 12/30/2020
18.4.0.31 577 12/22/2020
18.4.0.30 802 12/17/2020
18.3.0.53 676 12/8/2020
18.3.0.52 598 11/30/2020
18.3.0.51 615 11/23/2020
18.3.0.50 623 11/17/2020
18.3.0.48 626 11/10/2020
18.3.0.47 674 11/5/2020
18.3.0.44 683 10/27/2020
18.3.0.42 691 10/20/2020
18.3.0.40 662 10/12/2020
18.3.0.38 656 10/7/2020
18.3.0.35 642 10/1/2020
18.2.0.59 747 9/22/2020
18.2.0.58 644 9/15/2020
18.2.0.57 653 9/8/2020
18.2.0.56 643 9/1/2020
18.2.0.55 681 8/24/2020
18.2.0.54 676 8/18/2020
18.2.0.48 712 8/4/2020
18.2.0.47 732 7/28/2020
18.2.0.46 660 7/21/2020
18.2.0.45 679 7/14/2020
18.2.0.44 692 7/6/2020
18.1.0.59 706 6/23/2020
18.1.0.57 730 6/15/2020
18.1.0.56 698 6/9/2020
18.1.0.55 680 6/2/2020
18.1.0.54 709 5/26/2020
18.1.0.53 696 5/19/2020
18.1.0.52 678 5/13/2020
18.1.0.48 700 5/5/2020
18.1.0.46 700 4/28/2020
18.1.0.45 721 4/20/2020
18.1.0.44 731 4/14/2020
18.1.0.43 735 4/7/2020
18.1.0.42 758 4/1/2020
18.1.0.36-beta 426 3/19/2020
17.4.0.55 789 3/10/2020
17.4.0.53 735 3/3/2020
17.4.0.51 913 2/25/2020
17.4.0.50 685 2/18/2020
17.4.0.49 683 2/11/2020
17.4.0.47 703 2/5/2020
17.4.0.46 728 1/30/2020
17.4.0.44 767 1/21/2020
17.4.0.43 772 1/14/2020
17.4.0.41 768 1/7/2020
17.4.0.40 758 12/24/2019
17.4.0.39 803 12/17/2019
17.3.0.34 798 12/10/2019
17.3.0.33 762 12/4/2019
17.3.0.30 735 12/3/2019
17.3.0.29 735 11/26/2019
17.3.0.28 1,081 11/18/2019
17.3.0.27 765 11/12/2019
17.3.0.26 784 11/5/2019
17.3.0.21 752 10/29/2019
17.3.0.19 767 10/22/2019
17.3.0.17 770 10/15/2019
17.3.0.14 806 10/3/2019
17.3.0.9-beta 430 9/20/2019
17.2.0.51 801 9/10/2019
17.2.0.49 769 9/3/2019
17.2.0.47 810 8/27/2019
17.2.0.46 819 8/22/2019
17.2.0.41 772 8/13/2019
17.2.0.40 770 8/6/2019
17.2.0.39 808 7/30/2019
17.2.0.36 813 7/23/2019
17.2.0.35 826 7/17/2019
17.2.0.34 1,324 7/11/2019
17.2.0.28-beta 455 6/27/2019
17.1.0.53 825 6/25/2019
17.1.0.52 833 6/18/2019
17.1.0.51 851 6/11/2019
17.1.0.50 847 6/4/2019
17.1.0.49 866 5/28/2019
17.1.0.48 813 5/21/2019
17.1.0.47 809 5/14/2019
17.1.0.44 840 5/7/2019
17.1.0.43 923 4/30/2019
17.1.0.42 936 4/23/2019
17.1.0.41 886 4/16/2019
17.1.0.40 876 4/9/2019
17.1.0.38 897 3/29/2019
17.1.0.32-beta 493 3/13/2019
16.4.0.54 1,149 2/19/2019
16.4.0.53 915 2/13/2019
16.4.0.52 934 2/5/2019
16.4.0.48 971 1/22/2019
16.4.0.47 1,019 1/16/2019
16.4.0.46 961 1/8/2019
16.4.0.44 963 12/24/2018
16.4.0.42 956 12/17/2018
16.4.0.40-beta 594 12/10/2018
16.3.0.36 951 11/27/2018
16.3.0.35-beta 628 11/23/2018
16.3.0.29 978 10/30/2018
16.3.0.21 1,056 9/21/2018
16.3.0.17-beta 664 9/12/2018
16.2.0.50 1,049 8/28/2018
16.2.0.46 932 8/9/2018