Releases: ilovepdf/ilovepdf-net
Releases · ilovepdf/ilovepdf-net
v1.6.2
v1.6.1
Fix
- Fix upload file with diacritics in filename
v1.6.0.
v1.5.1
*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
- Repository issues fixed https://github.com/ilovepdf/ilovepdf-net/issues
- Fix SetBrand Method (logo)
- Minor fixes on sign advanced- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
v1.3.4
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
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
The version 1.3.4-alpha1 on NuGet contains a single fix:
- Added the
HTML to PDFtool implementation according to the online docs. - Added the
Edit PDFtool implementation according to the online docs.