Hello,
I am using aspose.diagram v6.7.0 to generate PDF of the attached visio file. In the PDF output, decorative shapes used in visio pages loose their shading.
Following code is used to generate the PDF output:
Diagram diagram = new Diagram("DecorativeShapes.vsdx");
File outputFile = new File("output.pdf");
diagram.save(outputFile.getAbsolutePath(), SaveFileFormat.PDF);
Can you please analyse this issue.
Thanks,
Neha