I have try to used eo.pdf with in my .net core docker. I can run it with in Visual Studio, but when I deploy in docker.
An initialization error occurred when deploying to the docker environment. The error messages is as follows:
the type initializer for 'EO.Internal.pxuf' threw an exception.
at EO.Internal.pxuf..ctor()
at EO.Internal.pxnp.cytr..ctor(pxnp lgj)
at EO.Internal.pxnp.tavw()
at EO.Pdf.HtmlToPdfSession..ctor(HtmlToPdfOptions yh, HtmlToPdfSession yi, ResourceHandler yj)
at EO.Pdf.HtmlToPdfSession.Create(HtmlToPdfOptions options, ResourceHandler resourceHandler)
at EO.Pdf.HtmlToPdf.ysyb.wckg()
at EO.Internal.pnjz.qtax[a](pxow`1 bre)
at EO.Pdf.HtmlToPdf.ConvertUrl(String url, PdfDocument doc, HtmlToPdfOptions options)
My used version is v2023.1.25.0 with no licence.
Could you help to resolve it.