sautinsoft.pdffocus
2024.2.5
See the version list below for details.
dotnet add package sautinsoft.pdffocus --version 2024.2.5
NuGet\Install-Package sautinsoft.pdffocus -Version 2024.2.5
<PackageReference Include="sautinsoft.pdffocus" Version="2024.2.5" />
paket add sautinsoft.pdffocus --version 2024.2.5
#r "nuget: sautinsoft.pdffocus, 2024.2.5"
// Install sautinsoft.pdffocus as a Cake Addin #addin nuget:?package=sautinsoft.pdffocus&version=2024.2.5 // Install sautinsoft.pdffocus as a Cake Tool #tool nuget:?package=sautinsoft.pdffocus&version=2024.2.5
.NET SDK to convert PDF to ALL
SautinSoft.PdfFocus is .NET assembly (SDK) which gives API to convert PDF to All formats: DOCX, RTF, HTML, XML, Text, Excel, Images.
Quick links
Top Features
- Convert PDF file to Word file.
- Convert PDF file to Image file.
- Convert PDF file to HTML file.
- Convert PDF file to Excel file.
- Convert PDF file to XML file.
- Convert PDF file to Text file.
- Convert PDF file to ALL using OCR engine.
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 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
- Website: www.sautinsoft.com
- Product Home: PDF Focus .Net
- Download SautinSoft.PDFFocus
- Developer Guide
- API Reference
- Support Team
- License
Product | Versions 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. net9.0 was computed. 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. |
.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. |
-
.NETCoreApp 2.0
- Microsoft.IO.RecyclableMemoryStream (>= 2.3.2)
- SkiaSharp (>= 2.88.6)
- SkiaSharp.NativeAssets.Linux (>= 2.88.6)
- SkiaSharp.NativeAssets.macOS (>= 2.88.6)
- Svg.Skia (>= 1.0.0.3)
- System.Configuration.ConfigurationManager (>= 4.7.0)
- System.Drawing.Common (>= 4.7.3)
- System.IO.Packaging (>= 4.4.0)
- System.Security.Cryptography.Pkcs (>= 7.0.3)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
.NETCoreApp 2.1
- Microsoft.IO.RecyclableMemoryStream (>= 2.3.2)
- SkiaSharp (>= 2.88.6)
- SkiaSharp.NativeAssets.Linux (>= 2.88.6)
- SkiaSharp.NativeAssets.macOS (>= 2.88.6)
- Svg.Skia (>= 1.0.0.3)
- System.Configuration.ConfigurationManager (>= 4.7.0)
- System.Drawing.Common (>= 4.7.3)
- System.IO.Packaging (>= 4.4.0)
- System.Security.Cryptography.Pkcs (>= 7.0.3)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
.NETCoreApp 2.2
- Microsoft.IO.RecyclableMemoryStream (>= 2.3.2)
- SkiaSharp (>= 2.88.6)
- SkiaSharp.NativeAssets.Linux (>= 2.88.6)
- SkiaSharp.NativeAssets.macOS (>= 2.88.6)
- Svg.Skia (>= 1.0.0.3)
- System.Configuration.ConfigurationManager (>= 4.7.0)
- System.Drawing.Common (>= 4.7.3)
- System.IO.Packaging (>= 4.4.0)
- System.Security.Cryptography.Pkcs (>= 7.0.3)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
.NETCoreApp 3.0
- Microsoft.IO.RecyclableMemoryStream (>= 2.3.2)
- SkiaSharp (>= 2.88.6)
- SkiaSharp.NativeAssets.Linux (>= 2.88.6)
- SkiaSharp.NativeAssets.macOS (>= 2.88.6)
- Svg.Skia (>= 1.0.0.3)
- System.Configuration.ConfigurationManager (>= 4.7.0)
- System.Drawing.Common (>= 4.7.3)
- System.IO.Packaging (>= 4.4.0)
- System.Security.Cryptography.Pkcs (>= 7.0.3)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
.NETCoreApp 3.1
- Microsoft.IO.RecyclableMemoryStream (>= 2.3.2)
- SkiaSharp (>= 2.88.6)
- SkiaSharp.NativeAssets.Linux (>= 2.88.6)
- SkiaSharp.NativeAssets.macOS (>= 2.88.6)
- Svg.Skia (>= 1.0.0.3)
- System.Configuration.ConfigurationManager (>= 4.7.0)
- System.Drawing.Common (>= 4.7.3)
- System.IO.Packaging (>= 4.4.0)
- System.Security.Cryptography.Pkcs (>= 7.0.3)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
.NETFramework 4.6.1
- Microsoft.IO.RecyclableMemoryStream (>= 2.3.2)
- SkiaSharp (>= 2.88.6)
- Svg.Skia (>= 1.0.0.3)
- System.Configuration.ConfigurationManager (>= 4.7.0)
- System.Drawing.Common (>= 4.7.3)
- System.IO.Packaging (>= 4.4.0)
- System.Security.Cryptography.Pkcs (>= 7.0.3)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
.NETFramework 4.6.2
- Microsoft.IO.RecyclableMemoryStream (>= 2.3.2)
- SkiaSharp (>= 2.88.6)
- Svg.Skia (>= 1.0.0.3)
- System.Configuration.ConfigurationManager (>= 4.7.0)
- System.Drawing.Common (>= 4.7.3)
- System.IO.Packaging (>= 4.4.0)
- System.Security.Cryptography.Pkcs (>= 7.0.3)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
.NETFramework 4.7
- Microsoft.IO.RecyclableMemoryStream (>= 2.3.2)
- SkiaSharp (>= 2.88.6)
- Svg.Skia (>= 1.0.0.3)
- System.Configuration.ConfigurationManager (>= 4.7.0)
- System.Drawing.Common (>= 4.7.3)
- System.IO.Packaging (>= 4.4.0)
- System.Security.Cryptography.Pkcs (>= 7.0.3)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
.NETFramework 4.7.2
- Microsoft.IO.RecyclableMemoryStream (>= 2.3.2)
- SkiaSharp (>= 2.88.6)
- Svg.Skia (>= 1.0.0.3)
- System.Configuration.ConfigurationManager (>= 4.7.0)
- System.Drawing.Common (>= 4.7.3)
- System.IO.Packaging (>= 4.4.0)
- System.Security.Cryptography.Pkcs (>= 7.0.3)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
.NETFramework 4.8
- Microsoft.IO.RecyclableMemoryStream (>= 2.3.2)
- SkiaSharp (>= 2.88.6)
- Svg.Skia (>= 1.0.0.3)
- System.Configuration.ConfigurationManager (>= 4.7.0)
- System.Drawing.Common (>= 4.7.3)
- System.IO.Packaging (>= 4.4.0)
- System.Security.Cryptography.Pkcs (>= 7.0.3)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
.NETFramework 4.8.1
- Microsoft.IO.RecyclableMemoryStream (>= 2.3.2)
- SkiaSharp (>= 2.88.6)
- Svg.Skia (>= 1.0.0.3)
- System.Configuration.ConfigurationManager (>= 4.7.0)
- System.Drawing.Common (>= 4.7.3)
- System.IO.Packaging (>= 4.4.0)
- System.Security.Cryptography.Pkcs (>= 7.0.3)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
.NETStandard 2.0
- Microsoft.IO.RecyclableMemoryStream (>= 2.3.2)
- SkiaSharp (>= 2.88.6)
- SkiaSharp.NativeAssets.Linux (>= 2.88.6)
- SkiaSharp.NativeAssets.macOS (>= 2.88.6)
- Svg.Skia (>= 1.0.0.3)
- System.Configuration.ConfigurationManager (>= 4.7.0)
- System.Drawing.Common (>= 4.7.3)
- System.IO.Packaging (>= 4.4.0)
- System.Security.Cryptography.Pkcs (>= 7.0.3)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
net5.0
- Microsoft.IO.RecyclableMemoryStream (>= 2.3.2)
- SkiaSharp (>= 2.88.6)
- SkiaSharp.NativeAssets.Linux (>= 2.88.6)
- SkiaSharp.NativeAssets.macOS (>= 2.88.6)
- Svg.Skia (>= 1.0.0.3)
- System.Configuration.ConfigurationManager (>= 4.7.0)
- System.Drawing.Common (>= 4.7.3)
- System.IO.Packaging (>= 4.4.0)
- System.Security.Cryptography.Pkcs (>= 7.0.3)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
net6.0
- Microsoft.IO.RecyclableMemoryStream (>= 2.3.2)
- SkiaSharp (>= 2.88.6)
- SkiaSharp.NativeAssets.Linux (>= 2.88.6)
- SkiaSharp.NativeAssets.macOS (>= 2.88.6)
- Svg.Skia (>= 1.0.0.3)
- System.Configuration.ConfigurationManager (>= 4.7.0)
- System.Drawing.Common (>= 4.7.3)
- System.IO.Packaging (>= 4.4.0)
- System.Security.Cryptography.Pkcs (>= 7.0.3)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
net7.0
- Microsoft.IO.RecyclableMemoryStream (>= 2.3.2)
- SkiaSharp (>= 2.88.6)
- SkiaSharp.NativeAssets.Linux (>= 2.88.6)
- SkiaSharp.NativeAssets.macOS (>= 2.88.6)
- Svg.Skia (>= 1.0.0.3)
- System.Configuration.ConfigurationManager (>= 4.7.0)
- System.Drawing.Common (>= 4.7.3)
- System.IO.Packaging (>= 4.4.0)
- System.Security.Cryptography.Pkcs (>= 7.0.3)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
net8.0
- Microsoft.IO.RecyclableMemoryStream (>= 2.3.2)
- SkiaSharp (>= 2.88.6)
- SkiaSharp.NativeAssets.Linux (>= 2.88.6)
- SkiaSharp.NativeAssets.macOS (>= 2.88.6)
- Svg.Skia (>= 1.0.0.3)
- System.Configuration.ConfigurationManager (>= 4.7.0)
- System.Drawing.Common (>= 4.7.3)
- System.IO.Packaging (>= 4.4.0)
- System.Security.Cryptography.Pkcs (>= 7.0.3)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
NuGet packages (3)
Showing the top 3 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. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2024.12.18 | 21,664 | 12/17/2024 |
2024.12.2 | 9,216 | 12/2/2024 |
2024.11.11 | 11,126 | 11/11/2024 |
2024.9.26 | 24,315 | 9/26/2024 |
2024.8.6 | 14,123 | 8/7/2024 |
2024.3.28 | 17,490 | 3/28/2024 |
2024.2.5 | 6,356 | 2/6/2024 |
2023.5.10 | 40,285 | 5/10/2023 |
8.6.1.18 | 21,230 | 1/18/2023 |
8.5.10.20 | 25,255 | 10/20/2022 |
8.4.5.25 | 51,453 | 5/23/2022 |
8.4.5.18 | 4,714 | 5/18/2022 |
8.3.4.19 | 11,238 | 4/19/2022 |
8.3.3.25 | 3,842 | 3/25/2022 |
8.2.3.3-beta | 960 | 3/10/2022 |
8.2.1.18 | 8,940 | 1/18/2022 |
8.2.1.11-beta | 808 | 1/12/2022 |
8.0.7.15-beta | 1,790 | 7/15/2021 |
8.0.6.21 | 68,524 | 6/21/2021 |
7.9.3.29-beta | 2,480 | 3/30/2021 |
7.8.1.29 | 136,454 | 1/28/2021 |
7.7.7.24 | 32,945 | 7/24/2020 |
7.5.3.27 | 91,654 | 3/26/2020 |
7.4.2.27 | 13,529 | 2/27/2020 |
7.3.1.21 | 11,282 | 1/22/2020 |
7.1.9.17 | 31,567 | 9/17/2019 |
7.0.3.29 | 29,984 | 3/29/2019 |
7.0.3.18 | 7,093 | 3/18/2019 |
6.9.7.6 | 44,623 | 7/6/2018 |
6.9.4.10 | 12,130 | 4/10/2018 |
6.7.12.11 | 20,370 | 12/11/2017 |
6.6.9.11 | 17,276 | 9/11/2017 |
6.6.9.7 | 1,516 | 9/8/2017 |
6.0.12.29 | 20,342 | 1/4/2017 |
We are pleased to announce that at the moment, the new version of PDF Focus .Net 2024.2 ranks in the World of the main leaders of .NET libraries from 1st to 3rd place in terms of speed of PDF' loading and DOCX' saving documents.
+ Subsetting Fonts:
Subsetting is the practice of creating a “subset” of a font—a file that contains a custom (and usually limited) collection of glyphs. We've done a lot of work to improve the subsetting of fonts.
+ Word Writer:
Previously, a file consisting of a couple of words could take up several megabytes due to the presence of built-in (embedded) fonts. We have optimized and reduced the size of the embedded fonts without losing quality.
+ Images quality:
Fixed conversion of images to Jpeg format, the weight of the output file has been reduced.
+ Images speed:
We have increased the speed of working with images by optimizing the SkiaSharp-engine.
+ We've added the XLSX format for output files.
+ Fixed the minor issues, found and sent to us from our customers. Therefore the component became more error-free.