Releases: sungaila/PDFtoImage
Releases · sungaila/PDFtoImage
v3.0.0
- Added optional parameter antiAliasing. #53
- Added optional parameter backgroundColor.
v2.4.3
- Cleanup of native lib loading for .NET (Core).
v2.4.2
- Fixed an issue where Android release builds would fail to load libpdfium. #46
v2.4.1
- Fixed an issue where password protected PDF files could not be opened.
- Added PDF specific Exception classes (e.g. PdfPasswordProtectedException).
v2.4.0
- Added support for WebAssembly (e.g. ASP.NET Core Blazor WebAssembly).
v2.3.2
- Fixed an issue where colors were assigned incorrectly (e.g. blue instead of red) for macOS and Android #30 (thanks @Tadelsucht)
v2.3.1
- Fixed an issue where the pdfium libraries couldn't be loaded inside a Docker container #29 (thanks @michalblaha)
v2.3.0
- Added optional parameter rotation (90 degree intervals).
v2.2.0
- Added support for .NET Framework 4.8.1 and win-arm64.
- Added optional parameter withAspectRatio for resizing.
v2.1.3
- Fixed native library loading for Android in .NET MAUI projects.