sautinsoft.document 2.5.3.3

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

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

«Document .Net» will help you in development of applications which operates with DOCX, RTF, PDF and Text documents.

Read: PDF, DOCX, RTF, Text.
Write: DOCX, RTF, Text.

+ Created in 100% managed C#.  No Microsoft Office automation.
+ Has own DOCX parser and renderer according to ECMA-376 specification.
+ Has own RTF parser and renderer according to RTF 1.8 specification.
+ Has own PDF parser according to PDF reference 1.7.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  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.

This package has no dependencies.

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.3.3 3,840 3/4/2024
2024.1.9 5,591 1/9/2024
2023.9.10 18,515 9/12/2023
2023.4.19 40,415 4/19/2023
5.8.1.26 26,240 1/26/2023
5.7.11.28 10,693 11/28/2022
5.6.8.16 74,662 8/16/2022
5.5.4.14 23,463 4/14/2022
5.5.3.23 7,288 3/23/2022
5.5.3.15-beta 219 3/16/2022
5.4.12.1 34,446 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 440 7/21/2021
5.3.6.22 64,939 6/22/2021
5.3.5.11-beta 1,593 5/11/2021
5.3.3.9-beta 495 3/10/2021
5.2.2.16 24,284 2/17/2021
5.2.2.10 1,177 2/10/2021
5.2.2.5-beta 369 2/5/2021
5.0.10.23 35,579 10/23/2020
4.5.6.17 17,929 6/17/2020
4.4.4.8 5,156 4/9/2020
4.3.3.5 10,886 3/5/2020
4.2.1.24 2,085 1/24/2020
4.0.11.12 5,594 11/12/2019
4.0.10.28 6,036 10/25/2019
3.8.6.28 10,764 6/29/2019
3.7.4.3 10,166 4/4/2019
3.6.12.4 8,292 12/5/2018
3.6.11.20 4,458 11/19/2018
3.5.9.26 7,174 9/26/2018
3.4.8.29 7,614 8/29/2018
3.4.8.20 6,696 8/20/2018
3.4.8.14 1,262 8/14/2018
3.3.3.26 3,587 3/26/2018
3.2.2.16 2,330 2/16/2018
3.1.1.3 2,011 12/26/2017
3.0.12.12 1,987 12/13/2017
2.5.3.3 6,550 3/3/2017
2.4.12.23 1,485 1/5/2017

+Now Document .Net can work in multithreaded mode! In the previous version the component was able to load PDF documents only in a single thread. Starting from the version 2.5 this shortage has been eliminated.