sautinsoft.useoffice
2024.6.26
See the version list below for details.
dotnet add package sautinsoft.useoffice --version 2024.6.26
NuGet\Install-Package sautinsoft.useoffice -Version 2024.6.26
<PackageReference Include="sautinsoft.useoffice" Version="2024.6.26" />
paket add sautinsoft.useoffice --version 2024.6.26
#r "nuget: sautinsoft.useoffice, 2024.6.26"
// Install sautinsoft.useoffice as a Cake Addin #addin nuget:?package=sautinsoft.useoffice&version=2024.6.26 // Install sautinsoft.useoffice as a Cake Tool #tool nuget:?package=sautinsoft.useoffice&version=2024.6.26
.NET SDK to convert between Word, Excel, PowerPoint and PDF formats.
SautinSoft.useoffice is .NET assembly to convert between Word, Excel, PowerPoint and PDF formats.
DOCX to PDF XLSX to PDF PPTX to PDF
Support for all MS Office formats.
Quick links
Top Features
- Convert DOCX file to PDF file.
- Convert XLSX file to PDF file.
- Convert RTF file to PDF file.
- Convert PPTX file to PDF file.
System Requirement
- .NET Framework 4.6.2 - 4.8
- .NET 6, .NET 8
- Windows only
Getting Started with UseOffice .Net
Are you ready to give UseOffice .NET a try? Simply execute Install-Package sautinsoft.useoffice
from Package Manager Console in Visual Studio to fetch the NuGet package. If you already have UseOffice .NET and want to upgrade the version, please execute Update-Package sautinsoft.useoffice
to get the latest version.
Convert DOCX to PDF
SautinSoft.UseOffice u = new SautinSoft.UseOffice();
string inpFile = Path.GetFullPath(@"..\..\example.docx");
string outFile = Path.GetFullPath("Result.pdf");
int ret = u.InitWord();
ret = u.ConvertFile(inpFile, outFile, SautinSoft.UseOffice.eDirection.DOCX_to_PDF);
u.CloseWord();
Convert XLSX to PDF
SautinSoft.UseOffice u = new SautinSoft.UseOffice();
string inpFile = Path.GetFullPath(@"..\..\example.xlsx");
string outFile = Path.GetFullPath("Result.pdf");
int ret = u.InitExcel();
ret = u.ConvertFile(inpFile, outFile, SautinSoft.UseOffice.eDirection.XSLX_to_PDF);
u.CloseExcel();
Resources
- Website: www.sautinsoft.com
- Product Home: UseOffice .Net
- Download SautinSoft.UseOffice
- Developer Guide
- API Reference
- Support Team
- License
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. |
.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
- No dependencies.
-
.NETFramework 4.7.1
- No dependencies.
-
.NETFramework 4.7.2
- No dependencies.
-
.NETFramework 4.8
- No dependencies.
-
net6.0
- No dependencies.
-
net8.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on sautinsoft.useoffice:
Package | Downloads |
---|---|
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 |
---|---|---|
2024.12.12 | 173 | 12/13/2024 |
2024.11.13 | 1,011 | 11/14/2024 |
2024.6.26 | 11,311 | 6/26/2024 |
2023.11.14 | 1,087 | 11/15/2023 |
2023.6.28 | 1,523 | 6/28/2023 |
5.3.3.1 | 877 | 3/1/2023 |
5.2.12.8 | 757 | 12/8/2022 |
5.1.2.24 | 1,811 | 2/24/2022 |
5.0.1.29 | 4,817 | 1/29/2020 |
4.9.1.1 | 4,957 | 1/2/2019 |
4.7.5.13 | 5,142 | 1/20/2017 |
+ .NET 9 support: Starting from the version UseOffice .Net 2024.6 appeared the UseOffice.dll assemblies compiled for .NET 9.X.
+ Word: Resolved an issue where text inside the track change card was not properly visible when using dark grey theme.
Resolved an issue in Word where content controls may be removed when coauthoring.
Resolved an issue that caused footnote numbers to be missing from the Cross Reference list when track changes is turned on in a document and changes are made.
We fixed an issue where the accessibility pane was blank on saving the document in .doc format or when document was in compatibility mode.
+ Excel: We fixed an issue where an embedded workbook in .xls format might not be properly closed.
We fixed an issue where changes couldn’t be uploaded to the server.
Fixed a rendering issue related to scrolling or zooming in charts.
Fixed an issue in Power Pivot to properly validate characters.
+ PowerPoint: The Title field in File -> Info will no longer be filled in automatically when saving a file.
We fixed an issue where PowerPoint (.pptx) files exported as .pdf truncated or omitted images.
Fixed an issue where an error message would appear when opening a copy of a file.
+ Improved work with XLSX and XLS documents and fixed some minor issues, which our customers sent to us.