Retain X-Axis Tick Marks in Charts when Converting DOCX Word Document to PDF using C# .NET

Hi,

When converting a DOCX to PDF, I noticed the X-axis tickmarks are wrong in the output.

Code:
var doc = new Document(@".\test.docx");
doc.LayoutOptions.TextShaperFactory = HarfBuzzTextShaperFactory.Instance;
doc.Save(@".\out.pdf");

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

test.zip (92.8 KB)
image.png (181.9 KB)

Thanks,

@ServerSide527,

We have logged this problem in our issue tracking system with ID WORDSNET-21099. We will further look into the details of this problem and will keep you updated on the status of correction. We apologize for your inconvenience.

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