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
The above is the html, that i want to convert to pdf using webview2 PrintToPdfAsync.
Here the table with width(800px) extends beyond the page and the extended portion cuts(right most portion).
The page width is 8.26 inch(~ 792px )
I want to fit the table within the page itself.
The runtime used is "Microsoft.WebView2.FixedVersionRuntime.119.0.2151.72.x64"
The framework used is .NET Framework 4.6.2
Other parameters used are
8.26 - page width
11.70 - page height
0.5 - margin top, bottom, left and right
portrait - orientation
When runtime "Microsoft.WebView2.FixedVersionRuntime.114.0.1823.86.x64" is used then the table fits within the page and working fine.
But when upgrade to version "Microsoft.WebView2.FixedVersionRuntime.119.0.2151.72.x64", this issue occurs.
Importance
Blocking. My app's basic functions are not working due to this issue.
The above is the html, that i want to convert to pdf using webview2 PrintToPdfAsync.
Here the table with width(800px) extends beyond the page and the extended portion cuts(right most portion).
The page width is 8.26 inch(~ 792px ) I want to fit the table within the page itself.
Other parameters used are
8.26 - page width
11.70 - page height
0.5 - margin top, bottom, left and right
portrait - orientation
When runtime "Microsoft.WebView2.FixedVersionRuntime.114.0.1823.86.x64" is used then the table fits within the page and working fine.
But when upgrade to version "Microsoft.WebView2.FixedVersionRuntime.119.0.2151.72.x64", this issue occurs.
The framework used is .NET Framework 4.6.2
SDK Microsoft.Web.WebView2.1.0.1938.49
The above is the html, that i want to convert to pdf using webview2 PrintToPdfAsync.
Here the table with width(800px) extends beyond the page and the extended portion cuts(right most portion).
The page width is 8.26 inch(~ 792px )
I want to fit the table within the page itself.
The runtime used is "Microsoft.WebView2.FixedVersionRuntime.119.0.2151.72.x64"
The framework used is .NET Framework 4.6.2
Other parameters used are
8.26 - page width
11.70 - page height
0.5 - margin top, bottom, left and right
portrait - orientation
When runtime "Microsoft.WebView2.FixedVersionRuntime.114.0.1823.86.x64" is used then the table fits within the page and working fine.
But when upgrade to version "Microsoft.WebView2.FixedVersionRuntime.119.0.2151.72.x64", this issue occurs.
Importance
Blocking. My app's basic functions are not working due to this issue.
Runtime Channel
Stable release (WebView2 Runtime)
Runtime Version
Microsoft.WebView2.FixedVersionRuntime.119.0.2151.72.x64
SDK Version
Microsoft.Web.WebView2.1.0.1938.49
Framework
WPF
Operating System
Windows 10
OS Version
No response
Repro steps
The above is the html, that i want to convert to pdf using webview2 PrintToPdfAsync.
Here the table with width(800px) extends beyond the page and the extended portion cuts(right most portion).
The page width is 8.26 inch(~ 792px )
I want to fit the table within the page itself.
Other parameters used are
8.26 - page width
11.70 - page height
0.5 - margin top, bottom, left and right
portrait - orientation
When runtime "Microsoft.WebView2.FixedVersionRuntime.114.0.1823.86.x64" is used then the table fits within the page and working fine.
But when upgrade to version "Microsoft.WebView2.FixedVersionRuntime.119.0.2151.72.x64", this issue occurs.
The framework used is .NET Framework 4.6.2
SDK Microsoft.Web.WebView2.1.0.1938.49
Repros in Edge Browser
Not Applicable
Regression
Regression in newer Runtime
Last working version (if regression)
Microsoft.WebView2.FixedVersionRuntime.114.0.1823.86.x64, Microsoft.Web.WebView2.1.0.1938.49
The text was updated successfully, but these errors were encountered: