SautinSoft.Document 2026.2.19

Nuget Nuget

.NET SDK to Process & Manipulate Word, PDF documents.

Document

SautinSoft.Document is .NET assembly (SDK) which gives API to Create, Read, Write, Edit, View, Convert, Merge, Sign Digitally, Find and Replace, Do Reporting with PDF, DOC, DOCX, HTML, RTF and Text documents, Rasterize to Image.

===============================

Top Features

===============================

System Requirement

===============================

  • .NET Framework 4.6.2 - 4.8
  • .NET 6, .NET 8, .NET 9
  • Windows, Linux, macOS, Android, iOS.

Getting Started with Document .Net

=============================== Are you ready to give Document .NET a try? Simply execute Install-Package sautinsoft.document from Package Manager Console in Visual Studio to fetch the NuGet package. If you already have Document .NET and want to upgrade the version, please execute Update-Package sautinsoft.document to get the latest version.

Convert DOCX to PDF

string inpFile = @"..\..\example.docx";
string outFile = @"Result.pdf";
DocumentCore dc = DocumentCore.Load(inpFile);
dc.Save(outFile);

Create DOCX document on the fly

    // Set a path to our document.
    string docPath = @"Result-DocumentBuilder.docx";

    // Create a new document and DocumentBuilder.
    DocumentCore dc = new DocumentCore();
    DocumentBuilder db = new DocumentBuilder(dc);

    // Set page size A4.
    Section section = db.Document.Sections[0];
    section.PageSetup.PaperType = PaperType.A4;

    // Add 1st paragraph with formatted text.
    db.CharacterFormat.FontName = "Verdana";
    db.CharacterFormat.Size = 16;
    db.CharacterFormat.FontColor = Color.Orange;
    db.Write("This is a first line in 1st paragraph!");
   
    // Save the document to the file in DOCX format.
    dc.Save(docPath, new DocxSaveOptions());

Resources

===============================

No packages depend on SautinSoft.Document.

What's new in the version Document .Net 2026.2: https://sautinsoft.com/products/document/help/net/release-notes/

.NET Framework 4.6.2

.NET Framework 4.7.1

.NET Framework 4.7.2

.NET Framework 4.8

.NET 6.0

.NET 8.0

.NET 9.0

.NET 10.0

Version Downloads Last updated
2026.2.19 1 03/17/2026
2026.2.3 0 02/04/2026
2026.1.20 0 01/20/2026
2025.11.10 0 11/10/2025
2025.10.22 0 10/22/2025
2025.10.7 0 10/07/2025
2025.9.24 0 09/24/2025
2025.9.8 0 09/08/2025
2025.8.25 0 08/25/2025
2025.8.12 0 08/12/2025
2025.7.29 0 07/29/2025
2025.6.20-hotfix 0 06/20/2025
2025.6.10 0 06/10/2025
2025.5.26-hotfix 0 05/26/2025
2025.5.21 0 05/21/2025
2025.5.6 0 05/06/2025
2025.4.25 0 04/25/2025
2025.2.13 0 02/13/2025
2025.1.16 0 01/16/2025
2024.12.16 0 12/17/2024
2024.11.20 0 11/20/2024
2024.10.25 0 10/25/2024
2024.9.7-beta 0 09/09/2024
2024.7.19 0 07/19/2024
2024.4.24 0 04/24/2024
2024.4.10 0 04/10/2024
2024.3.3 0 03/04/2024
2024.1.9 0 01/09/2024
2023.9.10 6 03/16/2026
2023.4.19 0 04/19/2023
5.8.1.26 0 01/26/2023
5.7.11.28 0 11/28/2022
5.6.8.16 0 08/16/2022
5.5.4.14 0 04/14/2022
5.5.3.23 0 03/23/2022
5.5.3.15-beta 0 03/16/2022
5.4.12.1 0 12/01/2021
5.4.10.29-beta 0 10/29/2021
5.3.10.1-beta 0 10/01/2021
5.3.7.20-beta 0 07/21/2021
5.3.6.22 0 06/22/2021
5.3.5.11-beta 0 05/11/2021
5.3.3.9-beta 0 03/10/2021
5.2.2.16 0 02/17/2021
5.2.2.10 0 02/10/2021
5.2.2.5-beta 0 02/05/2021
5.0.10.23 0 10/23/2020
4.5.6.17 0 06/17/2020
4.4.4.8 0 04/09/2020
4.3.3.5 0 03/05/2020
4.2.1.24 0 01/24/2020
4.0.11.12 0 11/12/2019
4.0.10.28 0 10/25/2019
3.8.6.28 0 06/29/2019
3.7.4.3 0 04/04/2019
3.6.12.4 0 12/05/2018
3.6.11.20 0 11/19/2018
3.5.9.26 0 09/26/2018
3.4.8.29 0 08/29/2018
3.4.8.20 0 08/20/2018
3.4.8.14 0 08/14/2018
3.3.3.26 0 03/26/2018
3.2.2.16 0 02/16/2018
3.1.1.3 0 12/26/2017
3.0.12.12 0 12/13/2017
2.5.3.3 0 03/03/2017
2.4.12.23 0 01/05/2017