Hi,
We're trying to use syncfusion html to pdf conversion on an azure function app (windows) with no success.
we're using Cef package `Syncfusion.HtmlToPdfConverter.Cef.Net.Windows` version 26.1.40
the error is very unclear
Syncfusion.Pdf.PdfException: Failed to convert webpage
---> Syncfusion.Pdf.PdfException: Failed to convert webpage
at Syncfusion.HtmlConverter.CefConverter.CefResult(Stream outputStream)
at Syncfusion.HtmlConverter.CefConverter.ConvertToPdf(String url, PdfDocument& document)
--- End of inner exception stack trace ---
at Syncfusion.HtmlConverter.CefConverter.Convert(String url)
at Syncfusion.HtmlConverter.HtmlToPdfConverter.Convert(String url)
we're following the exact example as in here https://help.syncfusion.com/document-processing/pdf/conversions/html-to-pdf/net/convert-html-to-pdf-in-azure-functions-windows
to just convert google.com with no luck
the function app is a dotnet8 isolated, also the platform is set to 64 bit as suggested.
can you please help with figuring out the issue?
Thanks,
Haneen