WestWind.WebView.HtmlToPdf
WestWind.WebView.HtmlToPdf copied to clipboard
Creating Pdf output from Html with .NET on Windows using the WebView2 control
Hello My Friend I Use Your Guide To Use Headless WebView2 I Use This Code : ` private IntPtr HWND_MESSAGE = new IntPtr(-3); CoreWebView2Environment webView2Environment = CoreWebView2Environment.CreateAsync(null, AppContext.BaseDirectory + "\\whatsappdata\\"...
Hi while running this in a process that does not have desktop access on windows server 2019, it works fine if I rdp to the server and run the console...
I have a problem with generating PDF file. I use PrintToPdf and/or PrintToPdfAsync. In both cases pdf file sometimes is not generated. Generating process never ends. I attached txt file...
Hi Rick, I have a number of powershell scripts that generate monthly reports for my customers by making a HTML file and then converting it to PDF. Previously I have...