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