Chart Series X-axis and Axis Title render incorrectly in output PDF using .NET

Hi,

When converting a DOCX to PDF, I noticed some chart series were missing.

Code:

var doc = new Document(@".\test.docx");
doc.LayoutOptions.TextShaperFactory = Aspose.Words.Shaping.HarfBuzz.HarfBuzzTextShaperFactory.Instance;
doc.Save(@".\test.pdf");

I’ve attached the test files and a screenshot for your reference. Could you please take a look?

test.zip (36.5 KB)
image.png (41.2 KB)

Thanks,

@ServerSide527

We have tested the scenario and have found following issues at our side. For the sake of correction, we have logged them in our issue tracking system as follow:

WORDSNET-20190 : Chart series are lost after DOCX to PDF conversion
WORDSNET-20191 : Chart X-axis and Axis Title render incorrectly in output PDF

You will be notified via this forum thread once these issues are resolved. We apologize for your inconvenience.

The issues you have found earlier (filed as WORDSNET-20190,WORDSNET-20191) have been fixed in this Aspose.Words for .NET 21.4 update and this Aspose.Words for Java 21.4 update.