Some images not showing in conversion from html to doc. I am setting webrequesttimeout but it doesn´t work

PDFGENERADO.7z (432.2 KB)

Hello,

I am facing some issues with images in my doc file. I am setting timeout option and using the last version from aspose words for net, but the final file dont include some images in the file. I attach my code, info about my framework (4.5.2), and the html file and the final doc file.

Any help is really appreciated!!

Regards

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

  Issue ID(s): WORDSNET-24865

You can obtain Paid Support services if you need support on a priority basis, along with the direct access to our Paid Support management team.

@dzapata14 This is not a bug of Aspose.Words. The specified bitmap files are in a format not supported by standard Windows tools (Explorer, Paint, etc.) or GDI+. Even MS Word doesn’t render these images.
Since Aspose.Words has no internal processing of BMP files and relies upon GDI+ for such tasks in .NET framework version, there is no acceptable solution. At the same time, Aspose.Words version for .NET Standard or .NET6 uses SkiaSharp instead of GDI+ and this problem does not arise there.

As a workaround, you can use the version for the .NET Standard, or save pictures in a document in another format, such as PNG.

The issues you have found earlier (filed as WORDSNET-24865) have been fixed in this Aspose.Words for .NET 23.3 update also available on NuGet.