SautinSoft.PdfFocus 2025.9.24

There is a newer version of this package available.
See the version list below for details.
dotnet add package SautinSoft.PdfFocus --version 2025.9.24
                    
NuGet\Install-Package SautinSoft.PdfFocus -Version 2025.9.24
                    
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.PdfFocus" Version="2025.9.24" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SautinSoft.PdfFocus" Version="2025.9.24" />
                    
Directory.Packages.props
<PackageReference Include="SautinSoft.PdfFocus" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SautinSoft.PdfFocus --version 2025.9.24
                    
#r "nuget: SautinSoft.PdfFocus, 2025.9.24"
                    
#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.
#:package SautinSoft.PdfFocus@2025.9.24
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SautinSoft.PdfFocus&version=2025.9.24
                    
Install as a Cake Addin
#tool nuget:?package=SautinSoft.PdfFocus&version=2025.9.24
                    
Install as a Cake Tool

Nuget Nuget

.NET SDK to convert PDF to ALL

focus

SautinSoft.PdfFocus is .NET assembly (SDK) which gives API to convert PDF to All formats: DOCX, RTF, HTML, XML, Text, Excel, Images.

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 PDF Focus .Net

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

Convert PDF to Word

string pdfFile = @"..\..\text and graphics.pdf";
string wordFile = Path.ChangeExtension(pdfFile, ".docx");

// Convert a PDF file to a Word file
SautinSoft.PdfFocus f = new SautinSoft.PdfFocus();
            
f.OpenPdf(pdfFile);
f.ToWord(wordFile);

Convert PDF to Excel

string pdfFile = @"..\..\text and graphics.pdf";
string excelFile = Path.ChangeExtension(pdfFile, ".xlsx");

// Convert a PDF file to a Excel file
SautinSoft.PdfFocus f = new SautinSoft.PdfFocus();
            
f.OpenPdf(pdfFile);
f.ToExcel(excelFile);

Convert PDF to HTML

string pdfFile = @"..\..\text and graphics.pdf";
string htmlFile = Path.ChangeExtension(pdfFile, ".html");

// Convert a PDF file to a HTML file
SautinSoft.PdfFocus f = new SautinSoft.PdfFocus();
            
f.OpenPdf(pdfFile);
f.ToHTML(htmlFile);

Convert PDF to JPG

string pdfFile = @"..\..\text and graphics.pdf";
string imageFile = Path.ChangeExtension(pdfFile, ".jpg");

// Convert a PDF file to a JPG file
SautinSoft.PdfFocus f = new SautinSoft.PdfFocus();
f.ImageOptions.ImageFormat = SautinSoft.PdfFocus.CImageOptions.ImageFormats.Jpeg;
f.ImageOptions.Dpi = 200;
         
f.OpenPdf(pdfFile);
f.ToImage(imageFile);

Resources

Product 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 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on SautinSoft.PdfFocus:

Package Downloads
Ibang.Platform.Common.Infrastructure

Package Description

AutomatedVisualTesting

Visual Testing framework to allow tests written in Selenium to compare screenshots and highlight any differences

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.

Datalake.Doc.Processor.Aspose

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2026.9.14 5 2026/9/14
2026.8.27 509 2026/8/26
2026.8.12 710 2026/8/12
2026.8.3 294 2026/8/3
2026.7.1 1,700 2026/7/1
2026.6.10 655 2026/6/10
2026.5.19 692 2026/5/20
2026.5.5 626 2026/5/5
2026.4.22 528 2026/4/22
2026.4.2 1,114 2026/4/3
2026.3.5 1,527 2026/3/9
2026.2.19 691 2026/2/20
2026.2.6 615 2026/2/6
2026.1.20 900 2026/1/20
2025.11.10 1,919 2025/11/10
2025.10.17 1,277 2025/10/17
2025.9.24 1,553 2025/9/24
2025.9.8 1,770 2025/9/8
2025.8.25 6,102 2025/8/25
2025.8.12 894 2025/8/12
Loading failed

What's new in the version PDF Focus .Net 2025.9: https://sautinsoft.com/products/pdf-focus/help/net/release-notes/