Skip to content

Releases: sungaila/PDFtoImage

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.

v2.0.0

25 May 14:17
8c0531e
Compare
Choose a tag to compare
  • 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

18 Feb 13:32
68e140f
Compare
Choose a tag to compare
v2.0.0-preview7 Pre-release
Pre-release

Added monoandroid9.0 as target framework.

v2.0.0-preview6

17 Feb 23:32
7461583
Compare
Choose a tag to compare
v2.0.0-preview6 Pre-release
Pre-release

Android added as target framework.