sautinsoft.document 2024.1.9

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

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

Nuget Nuget GitHub

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

Document

Document .Net 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.1 - 4.8.1
  • .NET Core 2.0 - 3.1, .NET 5, 6, 7, 8
  • .NET Standard 2.0
  • 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 Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  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 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 is compatible.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.4.24 411 4/24/2024
2024.4.10 520 4/10/2024
2024.3.3 8,418 3/4/2024
2024.1.9 6,055 1/9/2024
2023.9.10 20,709 9/12/2023
2023.4.19 45,078 4/19/2023
5.8.1.26 27,502 1/26/2023
5.7.11.28 11,196 11/28/2022
5.6.8.16 78,381 8/16/2022
5.5.4.14 24,117 4/14/2022
5.5.3.23 7,570 3/23/2022
5.5.3.15-beta 225 3/16/2022
5.4.12.1 36,367 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 442 7/21/2021
5.3.6.22 65,711 6/22/2021
5.3.5.11-beta 1,608 5/11/2021
5.3.3.9-beta 495 3/10/2021
5.2.2.16 25,168 2/17/2021
5.2.2.10 1,178 2/10/2021
5.2.2.5-beta 369 2/5/2021
5.0.10.23 36,544 10/23/2020
4.5.6.17 18,765 6/17/2020
4.4.4.8 5,231 4/9/2020
4.3.3.5 11,205 3/5/2020
4.2.1.24 2,130 1/24/2020
4.0.11.12 5,660 11/12/2019
4.0.10.28 6,043 10/25/2019
3.8.6.28 10,854 6/29/2019
3.7.4.3 10,339 4/4/2019
3.6.12.4 8,363 12/5/2018
3.6.11.20 4,461 11/19/2018
3.5.9.26 7,181 9/26/2018
3.4.8.29 7,757 8/29/2018
3.4.8.20 6,837 8/20/2018
3.4.8.14 1,266 8/14/2018
3.3.3.26 3,590 3/26/2018
3.2.2.16 2,332 2/16/2018
3.1.1.3 2,021 12/26/2017
3.0.12.12 1,991 12/13/2017
2.5.3.3 6,652 3/3/2017
2.4.12.23 1,489 1/5/2017

We are very excited to announce the official release of our new Document .Net 2024.1!
We've prepared many fixes and improvements. Let's see what's new:
+ The main news is that we have switched to a new graphics engine - SkiaSharp (instead of System.Drawing.Common):
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library (skia.org).
It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
SkiaSharp provides cross-platform bindings for:
.NET Standard 1.3
.NET Core
.NET 6
Tizen
Android
iOS
tvOS
macOS
Mac Catalyst
WinUI 3 (Windows App SDK / Uno Platform)
Windows Classic Desktop (Windows.Forms / WPF)
Web Assembly (WASM)
Uno Platform (iOS / macOS / Android / WebAssembly)
+ HTML Reader: Added reading of SVG data and HTML forms and fields.
+ DOCX/RTF Writer: The bug with reading the list marker has been fixed.
+ Fixed the minor issues, found and sent to us from our customers. Therefore the component became more error-free.