Tags: ilovepdf/ilovepdf-net
Tags
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
PreviousNext