File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ using Gotenberg.Sharp.API.Client.Domain.Builders.Faceted;
156156using Gotenberg .Sharp .API .Client .Domain .Requests .Facets ; // For Cookie, etc.
157157```
158158
159- ### Html To Pdf
159+ ### HTML To PDF
160160* With embedded assets:*
161161
162162``` csharp
@@ -181,8 +181,8 @@ using Gotenberg.Sharp.API.Client.Domain.Requests.Facets; // For Cookie, etc.
181181 }
182182```
183183
184- ### Url To Pdf
185- * Url to Pdf with custom page range, header & footer:*
184+ ### URL To PDF
185+ * URL to PDF with custom page range, header & footer:*
186186
187187``` csharp
188188public async Task < Stream > CreateFromUrl (string headerPath , string footerPath )
@@ -222,8 +222,8 @@ public async Task<Stream> DoOfficeMerge(string sourceDirectory)
222222 return await _sharpClient .MergeOfficeDocsAsync (request );
223223}
224224```
225- ### Markdown to Pdf
226- * Markdown to Pdf conversion with embedded assets:*
225+ ### Markdown to PDF
226+ * Markdown to PDF conversion with embedded assets:*
227227
228228``` csharp
229229public async Task < Stream > CreateFromMarkdown ()
You can’t perform that action at this time.
0 commit comments