I have a .NET Core 3.1 web app running on Azure App Service that is using SelectPdf to convert some HTML document to PDF. It is working perfectly on my localhost but once I publish on to Azure, I got the following error no matter how small/simple my HTML document is:
System.Exception: Could not get conversion result header. Data transfer error. Data transmission error 109
at SelectPdf.HtmlToImage.ᜀ(String A_0, String A_1, String A_2, ជ& A_3, String& A_4)
at SelectPdf.HtmlToPdf.ᜁ(String A_0, String A_1, String A_2, String A_3, Boolean A_4)
at SelectPdf.HtmlToPdf.ConvertHtmlString(String htmlString)
My current app service is on the basic Dev/Test plan (does this even matter)?