sautinsoft.document 3.4.8.20

.NET Core 2.0 .NET Framework 4.0
There is a newer version of this package available.
See the version list below for details.
dotnet add package sautinsoft.document --version 3.4.8.20
NuGet\Install-Package sautinsoft.document -Version 3.4.8.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.4.8.20" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add sautinsoft.document --version 3.4.8.20
#r "nuget: sautinsoft.document, 3.4.8.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.4.8.20

// Install sautinsoft.document as a Cake Tool
#tool nuget:?package=sautinsoft.document&version=3.4.8.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 Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Framework net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
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 sautinsoft.document:

Package Downloads
Urbenn.Helper

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.8.1.26 4,226 1/26/2023
5.7.11.28 4,167 11/28/2022
5.6.8.16 22,789 8/16/2022
5.5.4.14 18,046 4/14/2022
5.5.3.23 4,007 3/23/2022
5.5.3.15-beta 125 3/16/2022
5.4.12.1 18,892 12/1/2021
5.4.10.29-beta 2,668 10/29/2021
5.3.10.1-beta 264 10/1/2021
5.3.7.20-beta 339 7/21/2021
5.3.6.22 34,262 6/22/2021
5.3.5.11-beta 1,351 5/11/2021
5.3.3.9-beta 375 3/10/2021
5.2.2.16 15,436 2/17/2021
5.2.2.10 935 2/10/2021
5.2.2.5-beta 262 2/5/2021
5.0.10.23 27,196 10/23/2020
4.5.6.17 13,841 6/17/2020
4.4.4.8 4,523 4/9/2020
4.3.3.5 7,469 3/5/2020
4.2.1.24 1,758 1/24/2020
4.0.11.12 4,320 11/12/2019
4.0.10.28 5,774 10/25/2019
3.8.6.28 10,248 6/29/2019
3.7.4.3 8,133 4/4/2019
3.6.12.4 7,686 12/5/2018
3.6.11.20 4,311 11/19/2018
3.5.9.26 6,925 9/26/2018
3.4.8.29 6,129 8/29/2018
3.4.8.20 6,046 8/20/2018
3.4.8.14 1,139 8/14/2018
3.3.3.26 3,290 3/26/2018
3.2.2.16 2,199 2/16/2018
3.1.1.3 1,847 12/26/2017
3.0.12.12 1,795 12/13/2017
2.5.3.3 5,748 3/3/2017
2.4.12.23 1,335 1/5/2017

News in the version 3.4:
+ We have added many interesting and useful code examples "How to use the Document .Net in C# and VB .Net":
 https://www.sautinsoft.com/products/document/examples/
+ We've added support of Footnotes and Endnotes.
+ Updated HTML Writer.
+ Significantly improved the DocxReader and fixed issues sent from our clients.
+ Fixed the issue with Support of .Net Core 2.0 platform. The previous version (only for .Net core assembly) was throwing an exception during the call methods to save a document into DOCX and RTF formats.
+The problem with the wrong definition of tables in PDF format is solved. PdfLoadOptions.DetectTables = false/true.
+ Resolved the issue with Embedded fonts. PdfSaveOptions.EmbedAllFonts = false/true.
+ Fixed the issue with Loading of PDF documents containing transparent images and background.
+ Added support of .Net Core 2.1 platform.
+ Solved the issue of tabs and indents when converting "RTF to PDF".
+ The problem of combining several files (PDF, DOCX, HTML, RTF) of different formats was solved.
+ Added new method DocumentCore.CalculateStats() to calculate document's statistics (number of words, number of pages and etc).
+ Fixed the issue with German characters a “ä” = “a” an “ö” = “o” and an “ü” = “u” that sometimes appeared in individual cases.