Incorrect conversion of images when converting DOCX to PDF using .NET

Hello, We have license but face troubles converting images. Could you please help us?
You can try converting in demo. There is the same problem.
We use Aspose.Words library. Code example:

 var loadOptions = new LoadOptions
        {
            Encoding = Encoding.UTF8
        };
        
        var document = new Document(srcFile, loadOptions);
        document.Save(newPath, SaveFormat.Pdf);

Original.docx (4.0 MB)
Converted.pdf (3.6 MB)

@MaiiaShevchenko

We have logged this problem in our issue tracking system as WORDSNET-22962. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.