Hi, I am using Eo.PDF v17.1.55.
I use HtmlToPdf.ConvertHtml to covert html to pdf, the html include D3.js visualization designs, WebFonts, svg picture.
Quote:HtmlToPdf.ConvertHtml(p1.Render(), doc, htmlToPdfOptions);
When I use Azure Worker Role with service hub to run my source, I get exception like above.
Quote:
System.Exception: This WebView either has already been destroyed or is being destroyed.
at EO.Base.Runtime.a(Object A_0, Exception A_1, Boolean A_2)
at EO.WebBrowser.WebView.s()
at EO.WebBrowser.WebView.LoadHtml(String html, String baseUrl)
at EO.Internal.o9.a(adj A_0, String A_1, String A_2, String A_3, Int32 A_4, Int32 A_5, String A_6, Boolean A_7)
at EO.Pdf.HtmlToPdfSession.a(adj A_0, String A_1, String A_2, Int32 A_3, Int32 A_4, String A_5, Boolean A_6)
at EO.Pdf.HtmlToPdf.ConvertHtml(String html, PdfDocument doc, HtmlToPdfOptions options)
at WorkerRoleCreatPdf.WorkerRole.DoBussiness(PdfViewInfo viewInfo) in
at WorkerRoleCreatPdf\WorkerRole.cs:line 261
I will be looking forward to your reply.
Thanks & Regards,