8000 Tags · ilovepdf/ilovepdf-net · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: ilovepdf/ilovepdf-net

Tags

v1.6.1

Toggle v1.6.1's commit message
fix name file with diacritics

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #63 from ilovepdf/develop

Develop

v1.5.1

Toggle v1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update releaseV2.yml

latest

Toggle latest's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feat/signature (#49)

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

Create a single helper 
D313
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

v1.3.4-beta1

Toggle v1.3.4-beta1's commit message

v1.3.4-alpha1

Toggle v1.3.4-alpha1's commit message

v1.3.3

Toggle v1.3.3's commit message

v1.3.2

Toggle v1.3.2's commit message

v1.3.1

Toggle v1.3.1's commit message

v1.3.0

Toggle v1.3.0's commit message

0