sautinsoft.pdffocus
2023.5.10
dotnet add package sautinsoft.pdffocus --version 2023.5.10
NuGet\Install-Package sautinsoft.pdffocus -Version 2023.5.10
<PackageReference Include="sautinsoft.pdffocus" Version="2023.5.10" />
paket add sautinsoft.pdffocus --version 2023.5.10
#r "nuget: sautinsoft.pdffocus, 2023.5.10"
// Install sautinsoft.pdffocus as a Cake Addin
#addin nuget:?package=sautinsoft.pdffocus&version=2023.5.10
// Install sautinsoft.pdffocus as a Cake Tool
#tool nuget:?package=sautinsoft.pdffocus&version=2023.5.10
.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
- .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 = System.Drawing.Imaging.ImageFormat.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 is compatible. 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 is compatible. 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-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 is compatible. netcoreapp2.1 is compatible. netcoreapp2.2 is compatible. netcoreapp3.0 is compatible. netcoreapp3.1 is compatible. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 is compatible. net462 is compatible. net463 was computed. net47 is compatible. net471 is compatible. net472 is compatible. net48 is compatible. net481 is compatible. |
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
- System.Drawing.Common (>= 4.7.0)
- System.IO.Packaging (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
.NETCoreApp 2.1
- System.Drawing.Common (>= 4.7.0)
- System.IO.Packaging (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
.NETCoreApp 2.2
- System.Drawing.Common (>= 4.7.0)
- System.IO.Packaging (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
.NETCoreApp 3.0
- System.Drawing.Common (>= 4.7.0)
- System.IO.Packaging (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
.NETCoreApp 3.1
- System.Drawing.Common (>= 4.7.0)
- System.IO.Packaging (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
.NETFramework 4.6.1
- No dependencies.
-
.NETFramework 4.6.2
- No dependencies.
-
.NETFramework 4.7
- No dependencies.
-
.NETFramework 4.7.2
- No dependencies.
-
.NETFramework 4.8
- No dependencies.
-
.NETFramework 4.8.1
- No dependencies.
-
.NETStandard 2.0
- System.Drawing.Common (>= 4.7.0)
- System.IO.Packaging (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
net5.0
- System.Drawing.Common (>= 4.7.0)
- System.IO.Packaging (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
net6.0
- System.Drawing.Common (>= 4.7.0)
- System.IO.Packaging (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
net7.0
- System.Drawing.Common (>= 4.7.0)
- System.IO.Packaging (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
NuGet packages (2)
Showing the top 2 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 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2023.5.10 | 15,287 | 5/10/2023 |
8.6.1.18 | 13,249 | 1/18/2023 |
8.5.10.20 | 10,291 | 10/20/2022 |
8.4.5.25 | 29,679 | 5/23/2022 |
8.4.5.18 | 2,908 | 5/18/2022 |
8.3.4.19 | 9,389 | 4/19/2022 |
8.3.3.25 | 2,782 | 3/25/2022 |
8.2.3.3-beta | 294 | 3/10/2022 |
8.2.1.18 | 7,786 | 1/18/2022 |
8.2.1.11-beta | 199 | 1/12/2022 |
8.0.7.15-beta | 1,025 | 7/15/2021 |
8.0.6.21 | 46,508 | 6/21/2021 |
7.9.3.29-beta | 1,585 | 3/30/2021 |
7.8.1.29 | 96,163 | 1/28/2021 |
7.7.7.24 | 28,579 | 7/24/2020 |
7.5.3.27 | 72,514 | 3/26/2020 |
7.4.2.27 | 11,968 | 2/27/2020 |
7.3.1.21 | 9,952 | 1/22/2020 |
7.1.9.17 | 27,313 | 9/17/2019 |
7.0.3.29 | 25,384 | 3/29/2019 |
7.0.3.18 | 5,697 | 3/18/2019 |
6.9.7.6 | 39,381 | 7/6/2018 |
6.9.4.10 | 9,144 | 4/10/2018 |
6.7.12.11 | 18,965 | 12/11/2017 |
6.6.9.11 | 14,341 | 9/11/2017 |
6.6.9.7 | 1,386 | 9/8/2017 |
6.0.12.29 | 19,068 | 1/4/2017 |
We are very excited to announce the official release of our new PDF Focus .Net 2023.5!
Starting from this version, assembly numbering will start from "Year/Month/Day". You can always keep track of new releases and get the latest versions.
What's new in the version 2023.5:
+ We've added the ability to use an alternative font, which is loaded from GDIFont.
+ Fixed a bug, where the "PDF to XML" conversion result was empty (not failed).
+ Improved work with Fonts: Now the search for a suitable font is carried out according to several parameters and gives a better match.
+ HTML Reader: Added support for multiple tags, and added an option to recognize the language (En, Ch, Sl, etc) of the content text.
+ RTF Reader:
CheckBoxes are read properly. Fixes error reading value: true/false.
Fixed a bug where the table border was missing.
+ PDF Writer: Fixed a bug with reading images located at the local path: "<img src="file://с:/logo.png">
+ Fixed the minor issues, found and sent to us from our customers. Therefore the component became more error-free.