Error al leer pdf

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?

@serdel

Would you please try to use the latest version of Aspose.Pdf.Drawing instead of Aspose.PDF for .NET? In case issue still persists, please share complete details of the environment with us along with the docker file so that we can investigate accordingly. Also, please share the code snippet that you are using.