Skip to content

Releases: sungaila/PDFtoImage

v2.4.1

25 Sep 18:00
5d23c47
Compare
Choose a tag to compare
  • Fixed an issue where password protected PDF files could not be opened.
  • Added PDF specific Exception classes (e.g. PdfPasswordProtectedException).

v2.4.0

03 Sep 12:22
d249662
Compare
Choose a tag to compare
  • Added support for WebAssembly (e.g. ASP.NET Core Blazor WebAssembly).

v2.3.2

26 Aug 22:59
8928da7
Compare
Choose a tag to compare
  • Fixed an issue where colors were assigned incorrectly (e.g. blue instead of red) for macOS and Android #30 (thanks @Tadelsucht)

v2.3.1

30 Jul 15:01
5fdf6e3
Compare
Choose a tag to compare
  • Fixed an issue where the pdfium libraries couldn't be loaded inside a Docker container #29 (thanks @michalblaha)

v2.3.0

19 Jul 15:19
ee12352
Compare
Choose a tag to compare
  • Added optional parameter rotation (90 degree intervals).

v2.2.0

02 Feb 16:52
f37afe9
Compare
Choose a tag to compare
  • Added support for .NET Framework 4.8.1 and win-arm64.
  • Added optional parameter withAspectRatio for resizing.

v2.1.3

19 Jan 22:25
102ec52
Compare
Choose a tag to compare
  • Fixed native library loading for Android in .NET MAUI projects.

v2.1.2

22 Jul 18:56
1495249
Compare
Choose a tag to compare
  • Fixed native library loading for scenarios where this library is called from another process.

v2.1.1

22 Jun 16:49
e4e4d9a
Compare
Choose a tag to compare
  • Fixed native library loading for single-file app scenarios.

v2.1.0

27 May 17:28
d5e8988
Compare
Choose a tag to compare
  • .NET Core 3.1 reintroduced as target framework.
  • Added leaveOpen parameter to avoid disposing of passed streams.