Hello,
I am using aspose.diagram v6.7.0 to generate PDF of the attached visio file. In the PDF output, the color of borders and titles is incorrect.
Following code is used to generate the PDF output:
Diagram diagram = new Diagram("BorderAndTitle.vsdx");
File outputFile = new File("output.pdf");
diagram.save(outputFile.getAbsolutePath(), SaveFileFormat.PDF);
Can you please analyse this issue.
Thanks,
Neha