Welcome to the WinUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the WinUI, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Reproduce steps:
static void Main(string[] args) { new Syncfusion.HtmlConverter.HtmlToPdfConverter().ConvertToImage('https://www.google.com/') Console.WriteLine('Exit')Console.ReadKey()
}
When I run this code without admin rights, everything works fine. With admin rights, ConvertToImage call blocks the thread forever (without any exceptions). Call stack:
