Incorrect diagram after converting Word to Pdf

Hi,

We have a word document that contains a diagram. We need to convert that file to pdf (using Aspose.Words 18.10).

But after converting the diagram in pdf is not the same as in the word. Some digits on the diagram (above chart columns) are disappeared.
Please, see example in attached files.

The simple code we use for converting:
Document document = new Document($“C:/test/Diagram_Test.docx”);
document.Save(“C:/test/Diagram_Test.pdf”, SaveFormat.Pdf);

Is there anyway to fix this?
Thanks for your help.

Diagram_Test.pdf (35.6 KB)
Diagram_Test.zip (55.4 KB)

@Ronin89

We have tested the scenario and managed to reproduce the same issue at our side. For the sake of correction, we have logged this problem in our issue tracking system as WORDSNET-20744 . You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

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