Hi,
I'm using DynamicPDF.HtmlConverter.Converter in my ASP.Net Web Service hosted on IIS and notice growing number of chrome.exe processes running on the server. My code is simple:
var pdfByteArray = ceTe.DynamicPDF.HtmlConverter.Converter.Convert(page);
According to my investigation not every Convert call leaves new chrome.exe process but after some period of time there are hundreds of them.
Killing all these processes makes Converter.Convert throw an exception.
Please advise how to fix it.
Thanks