We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description CoreWebView2.PrintAsync(printSetting) doesn't respect PagesPerSideoption for virtual PDF printer.
PagesPerSide
Version SDK: 1.0.1901.177 Runtime: Microsoft Edge WebView2 Runtime 115.0.1901.203 Framework: WPF OS: Windows 10 Enterprise 19044.3208 .NET SDK 6.0
Regression Was this working before but has regressed? Not sure
Repro Steps
See the PDF generates one page per sheet instead of 2.
Note: This works fine when printing from Edge's print preview.
AB#46014321
The text was updated successfully, but these errors were encountered:
Hi @Hedwig188, we'll take a look at the issue. In the meantime can you use our PrintToPDF API instead?
Sorry, something went wrong.
Seems like PrintToPDFAsync has the same issue.
@vickiez @monica-ch Is there a plan to address this issue?
@Hedwig188 We've started investigating the issue, will update the thread once the fix is pushed.
monica-ch
No branches or pull requests
Description
CoreWebView2.PrintAsync(printSetting) doesn't respect
PagesPerSide
option for virtual PDF printer.Version
SDK: 1.0.1901.177
Runtime: Microsoft Edge WebView2 Runtime 115.0.1901.203
Framework: WPF
OS: Windows 10 Enterprise 19044.3208
.NET SDK 6.0
Regression
Was this working before but has regressed? Not sure
Repro Steps
See the PDF generates one page per sheet instead of 2.
Note: This works fine when printing from Edge's print preview.
AB#46014321
The text was updated successfully, but these errors were encountered: