Releases: sungaila/PDFtoImage
Releases · sungaila/PDFtoImage
v4.0.1
- Fixed interactions between parameters
Bounds
and Width
/Height
. (#77)
v4.0.0
- Added optional parameter Bounds. (#71)
- Added optional parameter UseTiling. (#73)
- RenderOptions introduced for most API calls. This is a breaking change, see README for more information.
v4.0.0-preview
- Added optional parameter Bounds. (#71)
- RenderOptions introduced for most API calls. This is a breaking change, see README for more information.
v3.1.0
- Added support for Mono.
- Added support for Unity.
- Added support for UWP.
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)