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
Copy file name to clipboardExpand all lines: README.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,6 @@
8
8
9
9
.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,10 +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
-
## Html To Pdf
58
+
###Html To Pdf
60
59
*With embedded assets:*
61
60
62
61
```csharp
@@ -81,7 +80,7 @@ public void ConfigureServices(IServiceCollection services)
81
80
}
82
81
```
83
82
84
-
## Url To Pdf
83
+
###Url To Pdf
85
84
*Url to Pdf with custom page range, header & footer:*
86
85
87
86
```csharp
@@ -121,7 +120,7 @@ public async Task<Stream> DoOfficeMerge(string sourceDirectory)
0 commit comments