File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ public async Task<Stream> CreatePdfWithMetadata()
288288 { " Author" , " John Doe" },
289289 { " Title" , " My Document" },
290290 { " Subject" , " Important Report" },
291- { " Keywords" , " report, pdf , gotenberg" }
291+ { " Keywords" , " report, PDF , gotenberg" }
292292 });
293293 })
294294 .WithPageProperties (pp => pp .UseChromeDefaults ());
@@ -366,8 +366,8 @@ public async Task<Stream> CreateSinglePagePdf()
366366 }
367367
368368```
369- ### Merge 15 Urls to one pdf
370- * Builds a 30 page pdf by merging the front two pages of 15 news sites. Takes about a minute to complete*
369+ ### Merge 15 URLs to one PDF
370+ * Builds a 30 page PDF by merging the front two pages of 15 news sites. Takes about a minute to complete*
371371
372372``` csharp
373373public async Task < Stream > CreateWorldNewsSummary ()
You can’t perform that action at this time.
0 commit comments