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
/// generates a pdf of the page with <see cref="MediaType.Print"/> css media. To generate a pdf with <see cref="MediaType.Screen"/> media call <see cref="EmulateMediaAsync(MediaType)"/> with <see cref="MediaType.Screen"/>
@@ -901,7 +894,9 @@ public async Task<Stream> PdfStreamAsync(PdfOptions options)
901
894
/// <remarks>
902
895
/// Generating a pdf is currently only supported in Chrome headless
0 commit comments