Pie chart components are overlaping each other in ilv Word

Hi,
I am using registered version of Aspose Slides (ver 9.0.0.0) for .Net . Attached file has pie chart in word document. When I converted that to pdf pie chart components are overlapping each other. But few other sample files with different charts are working fine. This is quite urgent issue for me. Can you please provide the solution ASAP ? Please find attached source word file and the pdf which I got after conversion.

Following is the code I used:

public static void ConvertWordToPdf(string sourceFilePath, string destinationFilePath)
{
    Aspose.Words.Document doc = new Aspose.Words.Document(sourceFilePath);
    doc.SaveToPdf(destinationFilePath);
}

Thanks
Viral

Hi
Thanks for your request. I cannot reproduce the problem on my side. I used the latest version of Aspose.Words for testing. You can download the latest version from here:
https://releases.aspose.com/words/net
Best regards,