SautinSoft.Document
2026年7月1日
dotnet add package SautinSoft.Document --version 2026年7月1日
NuGet\Install-Package SautinSoft.Document -Version 2026年7月1日
<PackageReference Include="SautinSoft.Document" Version="2026年7月1日" />
<PackageVersion Include="SautinSoft.Document" Version="2026年7月1日" />Directory.Packages.props
<PackageReference Include="SautinSoft.Document" />Project file
paket add SautinSoft.Document --version 2026年7月1日
#r "nuget: SautinSoft.Document, 2026年7月1日"
#:package SautinSoft.Document@2026年7月1日
#addin nuget:?package=SautinSoft.Document&version=2026年7月1日Install as a Cake Addin
#tool nuget:?package=SautinSoft.Document&version=2026年7月1日Install as a Cake Tool
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.
Quick links
===============================
Top Features
===============================
- Create a document in PDF, DOCX, RTF, HTML formats.
- Load a document in PDF, DOCX, RTF, HTML formats.
- Save a document as PDF, DOCX, RTF, HTML Flowing and Fixed, Text.
- Convert and Merge documents.
- Protect and encrypt documents.
- Digitally sign documents.
- Make PDF/A compliance.
- Perform Mail Merge process.
- Obvious Document Object Model.
- Rasterize a document or specific pages to Image.
- Get and set a Header / Footer, Page Setup.
- Add Page Numbering, Text Columns.
- Perform Pagination and get document pages.
- Find and Replace content.
- Manipulate with Tables, Paragraphs and Text.
- Add and Extract Pictures.
- Work with Shapes, Shape groups and Geometry.
- Get and set Formatting and Styles.
- Work with ordered and unordered Lists.
- Insert and Update TOC - table of contents.
- Work with Forms and Fields.
- Change Document Properties: Author, Title, Creator, etc.
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
===============================
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 is compatible. net472 is compatible. net48 is compatible. net481 was computed. |
-
.NETFramework 4.6.2
- Pkcs11Interop (>= 5.1.2)
- Portable.BouncyCastle (>= 1.9.0)
- SkiaSharp (>= 2.88.7)
- SkiaSharp.HarfBuzz (>= 2.88.7)
- Svg.Skia (>= 1.0.0.18)
- System.IO.Packaging (>= 4.5.0)
-
.NETFramework 4.7.1
- Pkcs11Interop (>= 5.1.2)
- Portable.BouncyCastle (>= 1.9.0)
- SkiaSharp (>= 2.88.7)
- SkiaSharp.HarfBuzz (>= 2.88.7)
- Svg.Skia (>= 1.0.0.18)
- System.IO.Packaging (>= 4.5.0)
-
.NETFramework 4.7.2
- Pkcs11Interop (>= 5.1.2)
- Portable.BouncyCastle (>= 1.9.0)
- SkiaSharp (>= 2.88.7)
- SkiaSharp.HarfBuzz (>= 2.88.7)
- Svg.Skia (>= 1.0.0.18)
- System.IO.Packaging (>= 4.5.0)
-
.NETFramework 4.8
- Pkcs11Interop (>= 5.1.2)
- Portable.BouncyCastle (>= 1.9.0)
- SkiaSharp (>= 2.88.7)
- SkiaSharp.HarfBuzz (>= 2.88.7)
- Svg.Skia (>= 1.0.0.18)
- System.IO.Packaging (>= 4.5.0)
-
net10.0
- HarfBuzzSharp.NativeAssets.Linux (>= 8.3.1.2)
- HarfBuzzSharp.NativeAssets.macOS (>= 8.3.1.2)
- Pkcs11Interop (>= 5.3.0)
- Portable.BouncyCastle (>= 1.9.0)
- SkiaSharp (>= 3.119.1)
- SkiaSharp.HarfBuzz (>= 3.119.1)
- SkiaSharp.NativeAssets.Linux (>= 3.119.1)
- SkiaSharp.NativeAssets.macOS (>= 3.119.1)
- Svg.Skia (>= 3.2.1)
- System.IO.Packaging (>= 9.0.9)
- System.Resources.Extensions (>= 9.0.9)
-
net6.0
- HarfBuzzSharp.NativeAssets.Linux (>= 8.3.1.2)
- HarfBuzzSharp.NativeAssets.macOS (>= 8.3.1.2)
- Pkcs11Interop (>= 5.3.0)
- Portable.BouncyCastle (>= 1.9.0)
- SkiaSharp (>= 3.119.1)
- SkiaSharp.HarfBuzz (>= 3.119.1)
- SkiaSharp.NativeAssets.Linux (>= 3.119.1)
- SkiaSharp.NativeAssets.macOS (>= 3.119.1)
- Svg.Skia (>= 3.2.1)
- System.IO.Packaging (>= 9.0.9)
- System.Resources.Extensions (>= 9.0.9)
- System.Text.Encoding.CodePages (>= 9.0.9)
-
net8.0
- HarfBuzzSharp.NativeAssets.Linux (>= 8.3.1.2)
- HarfBuzzSharp.NativeAssets.macOS (>= 8.3.1.2)
- Pkcs11Interop (>= 5.3.0)
- Portable.BouncyCastle (>= 1.9.0)
- SkiaSharp (>= 3.119.1)
- SkiaSharp.HarfBuzz (>= 3.119.1)
- SkiaSharp.NativeAssets.Linux (>= 3.119.1)
- SkiaSharp.NativeAssets.macOS (>= 3.119.1)
- Svg.Skia (>= 3.2.1)
- System.IO.Packaging (>= 9.0.9)
- System.Resources.Extensions (>= 9.0.9)
- System.Text.Encoding.CodePages (>= 9.0.9)
-
net9.0
- HarfBuzzSharp.NativeAssets.Linux (>= 8.3.1.2)
- HarfBuzzSharp.NativeAssets.macOS (>= 8.3.1.2)
- Pkcs11Interop (>= 5.3.0)
- Portable.BouncyCastle (>= 1.9.0)
- SkiaSharp (>= 3.119.1)
- SkiaSharp.HarfBuzz (>= 3.119.1)
- SkiaSharp.NativeAssets.Linux (>= 3.119.1)
- SkiaSharp.NativeAssets.macOS (>= 3.119.1)
- Svg.Skia (>= 3.2.1)
- System.IO.Packaging (>= 9.0.9)
- System.Resources.Extensions (>= 9.0.9)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on SautinSoft.Document:
| Package | Downloads |
|---|---|
|
Bnsights.Core
Package Description |
|
|
SautinSoft.Bundle
SautinSoft.Bundle is a package of .NET components for processing WORD, EXCEL, PDF, HTML, Text. With our components you get fast and reliable results in an easy–to–use format. Only the .NET is required, so you can deploy your application easily without having to think about other licenses. |
|
|
JPVTech.Hive.Helper
Package Description |
|
|
JPVTech.Hive.Model
Package Description |
|
|
DocTemplateTool.Word
Specify a template to generate word or Pdf files |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2026年7月1日 | 281 | 6/30/2026 |
| 2026年6月10日 | 594 | 6/10/2026 |
| 2026年5月19日 | 4,452 | 5/20/2026 |
| 2026年5月5日 | 719 | 5/5/2026 |
| 2026年4月29日 | 281 | 4/29/2026 |
| 2026年4月22日 | 740 | 4/22/2026 |
| 2026年4月16日 | 322 | 4/16/2026 |
| 2026年4月2日 | 843 | 4/3/2026 |
| 2026年3月5日 | 721 | 3/18/2026 |
| 2026年2月19日 | 3,554 | 2/20/2026 |
| 2026年2月3日 | 1,271 | 2/4/2026 |
| 2026年1月20日 | 1,410 | 1/20/2026 |
| 2025年11月10日 | 13,649 | 11/10/2025 |
| 2025年10月22日 | 1,610 | 10/22/2025 |
| 2025年10月7日 | 1,702 | 10/7/2025 |
| 2025年9月24日 | 2,246 | 9/24/2025 |
| 2025年9月8日 | 2,399 | 9/8/2025 |
| 2025年8月25日 | 2,331 | 8/25/2025 |
| 2025年8月12日 | 975 | 8/12/2025 |
| 2025年7月29日 | 6,970 | 7/29/2025 |
What's new in the version Document .Net 2026.7: https://sautinsoft.com/products/document/help/net/release-notes/