sautinsoft.document 4.5.6.17

.NET Core 2.0 .NET Standard 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 4.5.6.17
NuGet\Install-Package sautinsoft.document -Version 4.5.6.17
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="4.5.6.17" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add sautinsoft.document --version 4.5.6.17
#r "nuget: sautinsoft.document, 4.5.6.17"
#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=4.5.6.17

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

Document .Net is 100% C# managed library which gives you API to create, parse, load, modify, convert, edit, generate pie charts, merge, do mail merge and sign digitally documents in PDF, DOCX, RTF, HTML and Text formats. Rasterize documents to Images and render to WPF Framework Element.
+ Completely 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.
+ Create PDF/A compliance documents.
+ Sign digitally PDF documents.
+ .NET Framework 4.0 and higher.
+ .NET Core 2.0 and higher.
+ .NET Standard 2.0.
+ Multi-platform: Windows / Mac OS / Linux.

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 Standard netstandard2.0 netstandard2.1
.NET Framework net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

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

Package Downloads
Bnsights.Core

Package Description

Urbenn.Helper

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.8.1.26 5,137 1/26/2023
5.7.11.28 4,516 11/28/2022
5.6.8.16 24,243 8/16/2022
5.5.4.14 18,381 4/14/2022
5.5.3.23 4,088 3/23/2022
5.5.3.15-beta 125 3/16/2022
5.4.12.1 19,336 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,861 6/22/2021
5.3.5.11-beta 1,356 5/11/2021
5.3.3.9-beta 375 3/10/2021
5.2.2.16 15,726 2/17/2021
5.2.2.10 942 2/10/2021
5.2.2.5-beta 262 2/5/2021
5.0.10.23 27,428 10/23/2020
4.5.6.17 13,948 6/17/2020
4.4.4.8 4,545 4/9/2020
4.3.3.5 7,523 3/5/2020
4.2.1.24 1,763 1/24/2020
4.0.11.12 4,350 11/12/2019
4.0.10.28 5,781 10/25/2019
3.8.6.28 10,338 6/29/2019
3.7.4.3 8,165 4/4/2019
3.6.12.4 7,690 12/5/2018
3.6.11.20 4,312 11/19/2018
3.5.9.26 6,938 9/26/2018
3.4.8.29 6,164 8/29/2018
3.4.8.20 6,060 8/20/2018
3.4.8.14 1,145 8/14/2018
3.3.3.26 3,294 3/26/2018
3.2.2.16 2,206 2/16/2018
3.1.1.3 1,848 12/26/2017
3.0.12.12 1,798 12/13/2017
2.5.3.3 5,752 3/3/2017
2.4.12.23 1,338 1/5/2017

What's new in the version 4.5.6.17:
+ Important! Added new properties DocumentPage.ElementsOnPage and DocumentPage.Content the Page object.
Given this fact, now you will be able to separately manipulate with document pages: for example save a page as new HTML, PDF, DOCX, RTF, Image and Textual document. Insert any any element like images or text in custom pages and specific positions.
+ Added the automatic ability to save images in the same format as they were in the source document, but not only using the default PNG format. For example, when converting PDF to DOCX the all images that were Jpeg, will now also be embedded in DOCX in Jpeg format. Given this fact, this significantly reduces the size of the resulting document.
+ Added the properties SaveOptions.EmbeddedImagesFormat and SaveOptions.EmbeddedJpegQuality properties. This reduces the size of saved DOCX files containing a lot of images from 6 to 10 times.
+ Improved the font family selection algorithm for saving a document in PDF format. This helped us to fix the issue with missing of some Korean characters.
+ HTML writer: Added an Image Cache to avoid duplicating the same images when saving in HTML format.