Persits.PDF.dll 3.7.0.34978

dotnet add package Persits.PDF.dll --version 3.7.0.34978                
NuGet\Install-Package Persits.PDF.dll -Version 3.7.0.34978                
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="Persits.PDF.dll" Version="3.7.0.34978" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Persits.PDF.dll --version 3.7.0.34978                
#r "nuget: Persits.PDF.dll, 3.7.0.34978"                
#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 Persits.PDF.dll as a Cake Addin
#addin nuget:?package=Persits.PDF.dll&version=3.7.0.34978

// Install Persits.PDF.dll as a Cake Tool
#tool nuget:?package=Persits.PDF.dll&version=3.7.0.34978                

Version 3.7.0.34978 of our PDF component has accumulated many important fixes and enhancements:

A rare class of PDF documents has been discovered generating the error "The handle is invalid." during PDF-to-Image conversion. The bug has now been fixed.

Another bug in the PDF-to-Image conversion module has been discovered and fixed which manifested itself on documents containing the relatively rare PostScript functions.

A bug in the HTML-to-PDF module responsible for not correctly rendering images with rounded-corner borders has been fixed.

A very common error among our users is to obtain a font or image from one document and then use it on a page within another document, resulting in a malformed PDF. For example:

PdfFont objFont = objDoc1.Fonts["Arial"]; PdfPage objPage = objDoc2.Pages[1]; objPage.Canvas.DrawText( "Text", Params, objFont ); ' Wrong!

As of this service release, the last line of the code above will throw the run-time error "Invalid Font object. It was likely obtained from a different instance of PdfDocument."

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

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.7.0.34978 1,609 7/27/2024
3.7.0.34914 14,602 1/22/2024
3.7.0.34872 10,764 9/2/2023
3.7.0.34819 65,594 3/28/2022
3.7.0.34815 8,755 2/22/2022
3.7.0.34794 70,656 1/18/2022
3.6.0.34221 15,448 9/3/2021
3.6.0.34201 17,240 6/2/2021
3.5.0.33956 4,609 3/1/2021
3.5.0.33933 46,690 12/5/2020
3.5.0.33906 3,235 9/14/2020
3.5.0.33815 13,658 8/3/2020
3.5.0.33812 16,258 3/2/2020
3.5.0.33780 1,966 2/17/2020
3.5.0.33779 1,503 2/13/2020
3.5.0.33778 2,691 1/22/2020
3.5.0.33541 32,250 12/11/2019
3.4.0.33511 37,106 2/20/2019
3.4.0.33481 18,287 1/30/2019

None