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
.NET C# Client for interacting with the [Gotenberg](https://gotenberg.dev/) v7 micro-service's API. [Gotenberg](https://github.com/gotenberg/gotenberg) is a [Docker-powered stateless API](https://hub.docker.com/r/gotenberg/gotenberg/) for converting & merging HTML, Markdown and Office documents to PDF. The client supports a configurable [Polly](http://www.thepollyproject.org/)**retry policy** with exponential backoff for handling transient exceptions.
10
10
11
-
12
11
# Getting Started
13
12
*Pull the image from dockerhub.com*
14
13
```powershell
@@ -53,12 +52,10 @@ public void ConfigureServices(IServiceCollection services)
53
52
}
54
53
55
54
```
56
-
# Using GotenbergSharpClient.
55
+
# Using GotenbergSharpClient
57
56
*See the [linqPad folder](linqpad/)* for complete examples.
58
57
59
-
### Note: Samples below are currently stale. Linqpad scripts are fresh.
60
-
61
-
## Html To Pdf
58
+
### Html To Pdf
62
59
*With embedded assets:*
63
60
64
61
```csharp
@@ -83,7 +80,7 @@ public void ConfigureServices(IServiceCollection services)
83
80
}
84
81
```
85
82
86
-
## Url To Pdf
83
+
###Url To Pdf
87
84
*Url to Pdf with custom page range, header & footer:*
0 commit comments