Stock chart type not rendering to PDF correctly

Hi,

I have attached an example MSWord document that contains a stock chart (High-Low-Close). I tried to save the document as a PDF file, but the resulting render of the chart in PDF looks very different to the MSWord render, with a broken range on the fifth data point.

I used the following C# code and Aspose.Words (.NET) 23.8.0 to save as PDF.

using AspWord = Aspose.Words;
namespace ConsoleApp;
internal class Program
{
    static void Main(string[] args)
    {
        SaveDocxAsPdf("TestChart2.docx", "TestChart2.pdf");
    }
    private static string SaveDocxAsPdf(string docFilePath, string pdfFilePath)
    {
        var doc = new AspWord.Document(docFilePath);
        doc.Save(pdfFilePath, AspWord.SaveFormat.Pdf);
        return pdfFilePath;
    }
}

TestChart2.zip (49.9 KB)

Can you please have a look and see if the PDF chart render can be fixed?

Many thanks!

@llawryy
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-25848

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.

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