Skip to content

Releases: ilovepdf/ilovepdf-net

v1.6.0

02 Oct 12:29
19784ef
Compare
Choose a tag to compare

Features

  • Add the file attributes pdfform and pdfinfo.
  • Map the new attributes of UploadFileResponse that contain pdfform and pdfinfo data.

#63

v1.5.1

29 Aug 14:52
508908f
Compare
Choose a tag to compare

*Features

  • Add PDFOCR Tool
  • Add superlow as compress_level param (compress tool)
  • Add params to sign tool: Horizontal_position_adjustment and vertical_position_adjustment

*Improve

  • Update dependencies
  • Update github actions
    +New script for CI/CD
    .Run on release
    .Run tests
    .Publish to nuget
  • Pages attribute compatible with negative numbers
  • Update sign samples: sample for SetGravityPosition()
  • Rename root name space to iLovePDF

*Fixes

v1.3.4

07 Dec 09:24
6cfd3f8
Compare
Choose a tag to compare
Feat/signature (#49)

* Change the expected exception for all BigOutputFileName tests, from ProcessException to ServerErrorException.

Create a single helper method in order to easily change in the future.

Details:
A server error (500) occurs when a file with a name length of 130 characters is sent. The server was expected to respond with a ProcessException error but it responded with an unspecified error (500).
{
    "error":{
       "type":"ServerError",
       "message":"Something on our end went wrong, probably we are not catching some exception we should catch! We are logging this and we will fix it.",
       "code":"500"
    }
}

System.Net.Http.HttpRequestException: 500 (Internal Server Error)

* Minor fixes:
- Change dead pdf urls on test settings
- Add debug mode
- Change async http post call to sync

* Change release-preview action trigger

* Add Signature API client

* Add Signers

* Fix list type name

* Add sign samples

* Fix sign samples

* Fix sign sample

* Fix warnings

* Fix DownloadFileAsync sync call to async

* Update ci

* Fix ci

* Update ci

* Fix ci

* Fix tests

* Minor fixes:
- Change dead pdf urls on test settings
- Add debug mode
- Change async http post call to sync

* Fix

* Minor fixes:
- Change dead pdf urls on test settings
- Add debug mode
- Change async http post call to sync

* Add signature exceptions

* Fix request helper

* Sign task  minor fix

* Change test file

* Remove password edit test files

* Remove test from ci

Beta release 1.3.4 on NuGet

19 Jul 15:24
Compare
Choose a tag to compare
Pre-release

The version 1.3.4-beta1 on NuGet contains a single fix:

  • Fixed issues in the 'Edit PDF' and 'HTML to PDF' tools implementations.

Alpha release 1.3.4 on NuGet

22 Jun 11:19
Compare
Choose a tag to compare
Pre-release

The version 1.3.4-alpha1 on NuGet contains a single fix:

  • Added the HTML to PDF tool implementation according to the online docs.
  • Added the Edit PDF tool implementation according to the online docs.

Release 1.3.3 on NuGet

07 Oct 13:50
Compare
Choose a tag to compare

The version 1.3.3 on NuGet contains a single fix:

  • #28 Fixed problem (finally) with the missed JWT token expiration time checking.

Release 1.3.2 on NuGet

05 Oct 15:16
Compare
Choose a tag to compare

The version 1.3.2 on NuGet contains a single fix:

  • #28 Fixed problem with the missed JWT token expiration time checking.

Release 1.3.1 on NuGet

28 May 16:49
Compare
Choose a tag to compare

The version 1.3.1 on NuGet contains a single fix:

  • #27 Fixed problem with the incorrect API endpoint used for tasks chaining in the Next method.

Release 1.3.0 on NuGet

29 Jan 14:53
b63ba66
Compare
Choose a tag to compare

The version 1.3.0 on NuGet contains a single fix:

  • #24 Added support for .NET Standard 1.5 and 2.0 versions into SDK package for .NET Core users.

Alpha release 1.3.0 on NuGet

14 Nov 18:57
Compare
Choose a tag to compare
Pre-release

The version 1.3.0-alpha on NuGet contains a single fix:

  • #19 Added support for .NET Framework 4.5 and JWT library replaced with jose-jwt package.