You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<PackageTags>Gotenberg pdf C# API client unoconv</PackageTags>
19
-
<Description>
20
-
C# API client for interacting with the Gotenberg v7 & v8 micro-service's API, a docker-powered stateless API for converting & merging HTML, Markdown and Office documents to PDF. The client supports a configurable Polly retry policy with exponential back-off for handling transient exceptions.
21
-
</Description>
22
-
<IncludeSymbols>True</IncludeSymbols>
23
-
<PackageReleaseNotes>
24
-
v2.8.4 - Fixed hybrid configuration for basic authentication credentials. See CHANGES.MD for full details.
25
-
v2.8.3 - Added programmatic configuration support. Comprehensive documentation improvements. Fixed NuGet packaging issues. See CHANGES.MD for full details.
v2.8 - Improving handling of PDF formatting and added flatten support.
28
-
v2.7 - Fixes issue with "Inches".
29
-
v2.6 - Updated office Extensions. Added document metadata support. Add Dimension.FromUnit() support for dimensional values.
30
-
v2.5 - Renamed "Dimentions" to "PageProperties". Added support for 'GenerateDocumentOutline' and 'OmitBackground.'
31
-
v2.4 - Updated dependencies. Removed Annotations. Add support for PDF/UA form field. Thank you for the PR @lennartb-!
32
-
v2.3 - Added Convert Page 'ExportFormFields' flag support (Gotenberg v8.3+ Only). Added .NET 8 target.
33
-
v2.2 - Added 'SkipNetworkIdle' flag support (Gotenberg v8+ Only). Thank you for the PR @guillaumeduhr! Upgraded nugets to latest. Added .NET 7.0 support.
34
-
v2.1 - Added Trace Support. Fixed extra webhook header support.
35
-
v2.0 - Upgraded to support Gotenberg v7 -- this version no longer works with Gotenberg v6.
<PackageTags>Gotenberg pdf C# API client unoconv</PackageTags>
19
+
<Description>
20
+
C# API client for interacting with the Gotenberg v7 & v8 micro-service's API, a docker-powered stateless API for converting & merging HTML, Markdown and Office documents to PDF. The client supports a configurable Polly retry policy with exponential back-off for handling transient exceptions.
21
+
</Description>
22
+
<IncludeSymbols>True</IncludeSymbols>
23
+
<PackageReleaseNotes>
24
+
v2.8.5 - Added support for the GenerateTaggedPdf flag.
25
+
v2.8.4 - Fixed hybrid configuration for basic authentication credentials. See CHANGES.MD for full details.
26
+
v2.8.3 - Added programmatic configuration support. Comprehensive documentation improvements. Fixed NuGet packaging issues. See CHANGES.MD for full details.
v2.8 - Improving handling of PDF formatting and added flatten support.
29
+
v2.7 - Fixes issue with "Inches".
30
+
v2.6 - Updated office Extensions. Added document metadata support. Add Dimension.FromUnit() support for dimensional values.
31
+
v2.5 - Renamed "Dimentions" to "PageProperties". Added support for 'GenerateDocumentOutline' and 'OmitBackground.'
32
+
v2.4 - Updated dependencies. Removed Annotations. Add support for PDF/UA form field. Thank you for the PR @lennartb-!
33
+
v2.3 - Added Convert Page 'ExportFormFields' flag support (Gotenberg v8.3+ Only). Added .NET 8 target.
34
+
v2.2 - Added 'SkipNetworkIdle' flag support (Gotenberg v8+ Only). Thank you for the PR @guillaumeduhr! Upgraded nugets to latest. Added .NET 7.0 support.
35
+
v2.1 - Added Trace Support. Fixed extra webhook header support.
36
+
v2.0 - Upgraded to support Gotenberg v7 -- this version no longer works with Gotenberg v6.
0 commit comments