Hi, i've been using .NET Framework 4.8 with the NuGet Package Syncfusion.Pdf.AspNet.Mvc5 to export a QR code to image as follows:
Wich have been working great at this moment.
Now, we're migrating to .NET 6 using the NuGet Package Syncfusion.Pdf.Net.Core, but we get the following error for ToImage method:
Any suggestion will be greatly appreciated.
This function basically returns the image as a Base64 string.
Regards.