More issues converting a Word Document containing a chart to a PDF

We’ve got an issue with Aspose.Words 22.5 failing to correctly render a specific document to pdf. We’ve also replicated the issue using v22.8.

Code duplicating the issue is as follows…

    static void Main(string[] args)
    {
        var doc = new Document(args[0]);
        var destFileName = Path.GetFileNameWithoutExtension(args[0]) + ".pdf";
        var format = Aspose.Words.Saving.SaveOptions.CreateSaveOptions(destFileName).SaveFormat;
        doc.Save(destFileName, format);
    }

This is the document that produces the issue TestDocument.docx (37.4 KB)

After being converted to a PDF the data points in the chart are not visible.

We logged a similar ticket previously, we discovered this issue whilst doing testing for the resolution of this issue…
https://forum.aspose.com/t/issue-converting-word-document-containing-a-chart-to-a-pdf/245482

@support-1 Thank you for reporting the problem to us. For a sake of correction it has been logged as WORDSNET-24211. We will keep you informed and let you know once it is resolved.

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

Thanks for that the however the issue described by Alexey Noskov rendering the document to the PDF is still present with the Chart_Issue.docx attached to the following post…

https://forum.aspose.com/t/issue-converting-word-document-containing-a-chart-to-a-pdf/245482

@support-1 The issue mentioned in the mentioned thread is not resolved yet. We will keep you updated regarding this issue in the original topic.