Releases: sungaila/PDFtoImage
Releases · sungaila/PDFtoImage
v5.2.1
06 Apr 19:43
Compare
Sorry, something went wrong.
No results found
Added target framework monikers for WASM (e.g. net10.0-browser).
Fixed a crash in linux-x64 builds. (#175 )
Fixed a crash when .NET Framework builds attempt to open a PDF file with a password containing non-ASCII characters.
v5.2.0
14 Nov 18:00
Compare
Sorry, something went wrong.
No results found
Add option to render in grayscale. (#126 ; @podliy16 )
Add .NET 10 as TargetFramework.
Remove .NET 8.0 (Android) as TargetFramework (end of support).
v5.1.1
03 Jun 17:46
Compare
Sorry, something went wrong.
No results found
Fix a memory leak that can cause forms to be partially or incorrectly rendered. (thanks to @Charltsing )
Remove .NET 6.0 as TargetFramework (end of support).
Remove .NET 8.0 (iOS) as TargetFramework (end of support).
Remove .NET 8.0 (Mac Catalyst) as TargetFramework (end of support).
v5.1.0
02 May 10:40
Compare
Sorry, something went wrong.
No results found
Add .NET Standard 2.1 as TargetFramework.
Remove .NET Standard 2.0 as TargetFramework.
Remove old conversion APIs in favor of System.Index and System.Range.
v5.1.0-preview6
25 Mar 20:45
Compare
Sorry, something went wrong.
No results found
Add workaround for SkiaSharp DllNotFoundException issue.
Add .NET Standard 2.1 as TargetFramework.
Remove .NET Standard 2.0 as TargetFramework.
Remove old conversion APIs in favor of System.Index and System.Range.
v5.1.0-preview5
18 Mar 13:59
Compare
Sorry, something went wrong.
No results found
Add workaround for SkiaSharp DllNotFoundException issue.
Deprecate old conversion APIs in favor of System.Index.
v5.0.0
07 Dec 01:27
Compare
Sorry, something went wrong.
No results found
Add .NET 9 as TargetFramework.
Remove .NET 7 as TargetFramework.
Remove MonoAndroid/Xamarin as TargetFramework.
Remove PDFtoImage.Compatibility API.
Add iOS as TargetFramework. (#98 ; @danardelean )
v5.0.0-preview.2
08 Nov 12:32
Compare
Sorry, something went wrong.
No results found
Add .NET 9 as TargetFramework.
Remove .NET 7 as TargetFramework.
Remove MonoAndroid/Xamarin as TargetFramework.
Remove PDFtoImage.Compatibility API.
Add iOS as TargetFramework. (#98 ; @danardelean )
v5.0.0-preview
18 Oct 14:31
Compare
Sorry, something went wrong.
No results found
Add .NET 9 as TargetFramework.
Remove .NET 7 as TargetFramework.
Remove MonoAndroid/Xamarin as TargetFramework.
Remove PDFtoImage.Compatibility API.
Add iOS as TargetFramework. (#98 ; @danardelean )
v4.1.1
20 Sep 13:45
Compare
Sorry, something went wrong.
No results found
Fixed DllNotFoundException for WebAssembly. (#96 )