Convert VSDX to PDF using Aspose.Diagram for .NET - Shape filling is lost on save as PDF

Hi,

we have some Problems with the attached vsdx file .VisioExample.zip (52.9 KB)
The gradient fill of the arrow shapes as well as the green fill of the Center arrows is lost when saving as PDF VisioExample_out.pdf (99.7 KB).
I used Aspose Diagramm Version 18.9 and following Code:

    string path = @"C:\Users\engelhardt\Downloads\VisioDateiScreenshot\";
    Aspose.Diagram.Diagram d = new Aspose.Diagram.Diagram(path + "VisioExample.vsdx");
    d.Save(path + "VisioExample_out.pdf", Aspose.Diagram.SaveFileFormat.PDF);

Best regards
Christian

@Chris2Stein

Thanks for contacting support.

We were able to replicate the issue in our environment and have logged it as DIAGRAMNET-51526 in our issue tracking system. We will further investigate it and keep you posted with the status of its rectification. Please be patient and spare us little time.

We are sorry for the inconvenience.

The issues you have found earlier (filed as DIAGRAMNET-51526) have been fixed in Aspose.Diagram for .NET 20.1.