Releases: ChangemakerStudios/GotenbergSharpApiClient
Releases · ChangemakerStudios/GotenbergSharpApiClient
2.8.3
2.8.1
What's Changed
- Add singlePage page Property by @rgomez90 in #58
- fix: correct SetMargins to use proper parameters for each side by @TanguyPa in #56
- Added health check url comment to address issue #48 by @Jaben in #60
- Add strongly-typed cookie support for Gotenberg API by @Jaben in #61
- Moving "/lib" to "/src" by @Jaben in #63
New Contributors
Full Changelog: 2.8.0...2.8.1
2.6.0
What's Changed
-
Fixed: The supported office extensions were out of date -- issue #52.
- Summary: The office extensions supported by the client were outdated and have been updated to ensure compatibility with the latest Gotenberg.
- Thank you: A big thank you to @svengeance for reporting this issue and contributing to the fix!
-
Added: Support for metadata, as discussed in Issue #50.
- Summary: A feature has been added to allow including metadata for documents processed by the Gotenberg.
- Thank you: Thanks to @benniedejong for bringing this feature request to our attention!
-
Added: Support for alternative dimensions for margins, as noted in Issue #51.
- Summary: Previously, only inches could be used for margin dimensions. Now, the client supports various units like pixels (e.g.,
75px), providing greater flexibility for users when setting margins. Use.SetMarginRight(Dimension.FromPixels(33))for example. - Thank you: Special thanks to @mvarendorff2 for suggesting this enhancement!
- Summary: Previously, only inches could be used for margin dimensions. Now, the client supports various units like pixels (e.g.,
Full Changelog: 2.5.0...2.6.0
2.5.0
Full Changelog: 2.4.0...2.5.0
2.4.0
What's Changed
- Add support for PDF/UA form field by @lennartb- in #47
New Contributors
- @lennartb- made their first contribution in #47
Full Changelog: 2.3.0...2.4.0