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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ await page.GoToAsync("http://www.google.com"); // In case of fonts being loaded
93
93
awaitpage.EvaluateExpressionHandleAsync("document.fonts.ready"); // Wait for fonts to be loaded. Omitting this might result in no text rendered in pdf.
94
94
awaitpage.PdfAsync(outputFile);
95
95
```
96
-
<sup><ahref='/lib/PuppeteerSharp.Tests/PageTests/PdfTests.cs#L29-L38'title='Snippet source file'>snippet source</a> | <ahref='#snippet-pdfasync'title='Start of snippet'>anchor</a></sup>
96
+
<sup><ahref='/lib/PuppeteerSharp.Tests/PageTests/PdfTests.cs#L29-L39'title='Snippet source file'>snippet source</a> | <ahref='#snippet-pdfasync'title='Start of snippet'>anchor</a></sup>
0 commit comments