In .Net 8 it works fine for me in local mode, but when I want to deploy the system using docker and publish it in raillway, I get the error fail: Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware[1]
An unhandled exception has occurred while executing the request.
System.NotImplementedException: Not supported image type
at Aspose.Pdf.XImage.#=zIiigXgQ=(ImageFormat #=zuWsmbks=, Int32 #=ze7ihkeI=)
at Aspose.Pdf.XImage.Save(Stream stream, ImageFormat format, Int32 resolution)
at Aspose.Pdf.XImage.Save(Stream stream, ImageFormat format)
at ConvertPDF.Controllers.PdfController.ConvertPdfToHtml(String pdfPath) in /app/ConvertPDF/Controllers/PdfController.cs:line 68
at ConvertPDF.Controllers.PdfController.Upload(IFormFile file) in /app/ConvertPDF/Controllers/PdfController.cs:line 34
podrĂa ser la version?