Releases: sungaila/PDFtoImage
Releases · sungaila/PDFtoImage
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.
v2.1.2
- Fixed native library loading for scenarios where this library is called from another process.
v2.1.1
- Fixed native library loading for single-file app scenarios.
v2.1.0
- .NET Core 3.1 reintroduced as target framework.
- Added leaveOpen parameter to avoid disposing of passed streams.
v2.0.0
- System.Drawing.Common (GDI+) replaced with SkiaSharp (cross-platform).
- SaveWebp, GetPageSize and GetPageSizes added.
- SaveBmp, SaveGif and SaveTiff removed.
- Runtime win-arm64 added.
- PDFium binaries included via bblanchon.PDFium.
- Target framework Android added.
v2.0.0-preview7
Added monoandroid9.0 as target framework.
v2.0.0-preview6
Android added as target framework.