sautinsoft.document 2.5.3.3

.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 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 Versions
.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.

This package has no dependencies.

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

+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.