Skip to content

Releases: ilovepdf/ilovepdf-net

Release 1.2.1 on NuGet

05 Sep 14:01
Compare
Choose a tag to compare

The version 1.2.1 on NuGet contains single fix:

  • #6 Each temporary file created from bytes has auto-generated name with .pdf extension now.

Release 1.2.0 on NuGet

05 Sep 09:27
Compare
Choose a tag to compare

The version 1.2.0 on NuGet contains next features:

  • #8 New classes ExtractTask and ExtractParams added for supporting new Extract tool available in REST API.
  • #9 Task chaining implemented via new generic Next<T> method - this method creates new tasks that use outputs from the previous task as inputs by default.
  • #10 Watermark tool support updated up to current REST API state (added Multi mode for watermark and related WaterMarkParamsElement class.

Release 1.1.3 on NuGet

04 Sep 16:37
Compare
Choose a tag to compare

The version 1.1.3 on NuGet contains single change:

  • Assembly package signing rolled back because 3rd party dependency (JWT) doesn't signed too

Release 1.1.2 on NuGet

03 Sep 16:29
Compare
Choose a tag to compare

The version 1.1.2 on NuGet contains next bug fixes:

  • #2 3rd party dependency StringInterpolationBridge removed and it prevents assembly loading issues
  • #4 Path manipulation logic implemented through cross-platform Path.Combine instead of string concatenation