Hello,
I am using aspose.diagram v6.7.0 to generate PDF of the attached visio file. In the PDF output, the themes applied on basic shapes are not rendered properly. Theme specific shading is missing in the output and text color of text inside the shapes is also incorrect.
Following code is used to generate the PDF output:
Diagram diagram = new Diagram("ThemeOnBasicShapes.vsdx");
File outputFile = new File("output.pdf");
diagram.save(outputFile.getAbsolutePath(), SaveFileFormat.PDF);
Can you please analyse this issue.
Thanks,
Neha