sautinsoft.pdffocus 6.6.9.11

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

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

PDF Focus .Net is .Net assembly which provides you API functions to convert PDF to All:

   PDF to Word (DOCX, RTF).
   PDF to Images (Multipage TIFF, PNG, Jpeg and so forth).
   PDF to Excel, XLS.
   PDF to HTML.
   PDF to XML.
   PDF to Text.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 netcoreapp1.1 is compatible.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
2024.3.28 679 3/28/2024
2024.2.5 1,889 2/6/2024
2023.5.10 23,168 5/10/2023
8.6.1.18 15,872 1/18/2023
8.5.10.20 13,111 10/20/2022
8.4.5.25 36,221 5/23/2022
8.4.5.18 3,169 5/18/2022
8.3.4.19 9,951 4/19/2022
8.3.3.25 2,858 3/25/2022
8.2.3.3-beta 330 3/10/2022
8.2.1.18 8,011 1/18/2022
8.2.1.11-beta 240 1/12/2022
8.0.7.15-beta 1,081 7/15/2021
8.0.6.21 53,253 6/21/2021
7.9.3.29-beta 1,761 3/30/2021
7.8.1.29 113,265 1/28/2021
7.7.7.24 30,143 7/24/2020
7.5.3.27 77,642 3/26/2020
7.4.2.27 12,196 2/27/2020
7.3.1.21 10,062 1/22/2020
7.1.9.17 28,304 9/17/2019
7.0.3.29 26,629 3/29/2019
7.0.3.18 6,040 3/18/2019
6.9.7.6 41,075 7/6/2018
6.9.4.10 10,166 4/10/2018
6.7.12.11 19,379 12/11/2017
6.6.9.11 15,122 9/11/2017
6.6.9.7 1,454 9/8/2017
6.0.12.29 19,506 1/4/2017

+ The new most exciting feature is that now PDF Focus .Net can be used under .Net Core! We've also added support .Net Framework 4.6.1.
       
+ Another interesting feature is that now PDF Focus .Net can convert PDF docs in a Multi-thread mode. See our example "How to convert PDF in Multi-thread mode".

+ Improved the algorithm which parses font embedded in PDF and search the same or similar font installed at the machine.

+ Another interesting feature is the mechanism for the correct selection of the character's scale, so that the text in a generated (DOCX, HTML, RTF, XLS) document looks like in a PDF.

+ Improved working with complex graphics: added support of processing soft mask in alpha channel inside PDF.

+ Great news for PHP and VBA developers! We've compiled PDF Focus .Net with COM Visible attributes, therefore you may use it easily as COM component. See "Code samples" folder.

+ PDF to HTML: We've added new property UseNumericCharacterReference , it gives you control how to write characters: in UTF-8 as is or using Numeric Character References (NCR): "Τη γλώσσα μου έδωσαν ελληνική" or "&Tau;&eta;&gamma;&lambda;&#974;&sigma;&sigma;&alpha;...".

+ Added new property ShowInvisibleText. Sometimes a PDF document can contain a picture with a scanned text. Besides of this, this document can contain invisible text over this picture.

+ Added a mechanism for remapping character Wingdings and Symbol fonts.

+ Fixed a bug with memory leak when converting PDF to HTML with a lot of pictures.

+ PDF to XML: Enhanced the table processing algorithm.

+ PDF to Excel: Added an auto-detection of the cell type. Previously, all cells had only one category: text. But now, if cell contains a number, it will have a numbering type. So after converting, you will be able to conduct any mathematical operations with the Excel document received.