Chart Formatting and Colors are Lost | DOCX to PDF Conversion using .NET

Hello, we have bought license.
We use Aspose.Words library for converting from doc, docx, rtf to pdf.
Code example:

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

Original.docx (40.5 KB)
Converted.pdf (24.3 KB)
Difference.png (122.1 KB)

You can convert file in demo. There is the same problem.

@viktorshevchenko210

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

We apologize for your inconvenience.

Hello, do you have any updates?

@viktorshevchenko210

We try our best to deal with every customer request in a timely fashion, we unfortunately cannot guarantee a delivery date to every customer issue. We work on issues on a first come, first served basis. We feel this is the fairest and most appropriate way to satisfy the needs of the majority of our customers.

Currently, your issue is pending for analysis and is in the queue. Once we complete the analysis of your issue, we will then be able to provide you an estimate.