sautinsoft.document 3.6.11.20

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

// Install sautinsoft.document as a Cake Tool
#tool nuget:?package=sautinsoft.document&version=3.6.11.20

Document .Net is 100% C# managed library which gives you API to create, parse, load, modify, convert, edit and merge documents in PDF, DOCX, RTF, HTML and Text formats. Rasterize documents to Images and render to WPF FrameworkElement.
     
+ Completelly created in managed C#. No Microsoft Office automation.
+ Has own DOCX parser and writer according to ECMA-376 specification.
+ Has own RTF parser and writer according to RTF 1.8 specification.
+ Has own PDF parser  and writer according to PDF reference 1.7.
+ Has own HTML writer according to HTML5 reference.
+ .Net Framework 4.0 and higher.
+ .Net Core 2.0 and higher.
+ .Net Standard 2.0.

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. 
.NET Core netcoreapp2.0 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 is compatible.  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 (5)

Showing the top 5 NuGet packages that depend on sautinsoft.document:

Package Downloads
Bnsights.Core

Package Description

DocTemplateTool.Word

Specify a template to generate word or Pdf files

JPVTech.Hive.Helper

Package Description

JPVTech.Hive.Model

Package Description

Urbenn.Helper

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2024.4.10 172 4/10/2024
2024.3.3 6,240 3/4/2024
2024.1.9 5,927 1/9/2024
2023.9.10 19,617 9/12/2023
2023.4.19 42,885 4/19/2023
5.8.1.26 27,015 1/26/2023
5.7.11.28 11,005 11/28/2022
5.6.8.16 76,732 8/16/2022
5.5.4.14 23,785 4/14/2022
5.5.3.23 7,446 3/23/2022
5.5.3.15-beta 219 3/16/2022
5.4.12.1 35,269 12/1/2021
5.4.10.29-beta 2,832 10/29/2021
5.3.10.1-beta 367 10/1/2021
5.3.7.20-beta 441 7/21/2021
5.3.6.22 65,426 6/22/2021
5.3.5.11-beta 1,604 5/11/2021
5.3.3.9-beta 495 3/10/2021
5.2.2.16 24,758 2/17/2021
5.2.2.10 1,178 2/10/2021
5.2.2.5-beta 369 2/5/2021
5.0.10.23 36,135 10/23/2020
4.5.6.17 18,448 6/17/2020
4.4.4.8 5,207 4/9/2020
4.3.3.5 11,062 3/5/2020
4.2.1.24 2,105 1/24/2020
4.0.11.12 5,629 11/12/2019
4.0.10.28 6,041 10/25/2019
3.8.6.28 10,796 6/29/2019
3.7.4.3 10,264 4/4/2019
3.6.12.4 8,355 12/5/2018
3.6.11.20 4,460 11/19/2018
3.5.9.26 7,179 9/26/2018
3.4.8.29 7,715 8/29/2018
3.4.8.20 6,768 8/20/2018
3.4.8.14 1,264 8/14/2018
3.3.3.26 3,589 3/26/2018
3.2.2.16 2,332 2/16/2018
3.1.1.3 2,020 12/26/2017
3.0.12.12 1,988 12/13/2017
2.5.3.3 6,631 3/3/2017
2.4.12.23 1,488 1/5/2017

News in the version 3.6:
+ Updated the Mail Merge (Reporting) feature and the code examples about it:
 https://www.sautinsoft.com/products/document/examples/reporting-mail-merge-and-templates.php
+ Improved the RTF reader: fixed the issues with loading of ordered lists. Fixed the processing of RTF documents with East Asian encoding.
+ Improved the HTML reader:
   Fixed the issue with automatic detection of the table cell width, where there is text and the width isn't installed.
   Added new property into HtmlLoadOptions.PreserveHyperlinks. This property was added by a customer request, it allows to set whether to preserve hyperlinks during the HTML loading or skip them.
+ Fixed the issue with cache format in elements derived from Format class (CharacterFormat, ParagraphFormat, ListFormat, etc).
+ Updated the method TableOfEntries.Update(). This method allows to update the table of contents in DOCX or RTF document. Now the result is exactly the same as in MS Word.