Persits.PDF.dll 3.7.0.34815

There is a newer version of this package available.
See the version list below for details.
dotnet add package Persits.PDF.dll --version 3.7.0.34815
NuGet\Install-Package Persits.PDF.dll -Version 3.7.0.34815
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.34815" />
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.34815
#r "nuget: Persits.PDF.dll, 3.7.0.34815"
#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.34815

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

We have recently received multiple reports of the exception Object cannot be found occurring during PDF-to-Image conversion on a large number of PDF documents. All of those documents seem to have been created with Adobe PDF Library. Not only did these documents produce an exception from the Page.ToImage method, but they also produced invalid PDFs during the document stitching operation. The resultant compound documents would produce various errors when viewed in Adobe Acrobat Reader, such as:

As a temporary workaround, we added the parameter IgnoreObjectNotFound to the Page.ToImage method in Version 3.7 so that the exception could be suppressed, but even with this parameter, PDF-to-Image conversion was often inaccurate, and the document stitching issue was not addressed at all.

After investigating the issue, we have discovered that the problems were caused by AspPDF.NET's ignoring of the /XRefStm entry of the document trailer dictionary which points to a so called "hybrid reference" table. After the support for hybrid-reference tables was added, the aforementioned issues were fixed. Service release 3.7.0.34815 incorporates this important fix.

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.34914 4,920 1/22/2024
3.7.0.34872 7,361 9/2/2023
3.7.0.34819 50,535 3/28/2022
3.7.0.34815 8,357 2/22/2022
3.7.0.34794 59,293 1/18/2022
3.6.0.34221 12,276 9/3/2021
3.6.0.34201 14,014 6/2/2021
3.5.0.33956 4,416 3/1/2021
3.5.0.33933 40,796 12/5/2020
3.5.0.33906 3,050 9/14/2020
3.5.0.33815 10,179 8/3/2020
3.5.0.33812 15,257 3/2/2020
3.5.0.33780 1,942 2/17/2020
3.5.0.33779 1,374 2/13/2020
3.5.0.33778 2,660 1/22/2020
3.5.0.33541 30,241 12/11/2019
3.4.0.33511 35,394 2/20/2019
3.4.0.33481 17,167 1/30/2019

None