Incorrect color of shapes in Rack Diagrams in PDF output of Visio Document

Hello,

I am using aspose.diagram v6.7.0 to generate PDF of the attached visio file. In the PDF output, the color of shapes in Rack Diagrams is incorrect.

Following code is used to generate the PDF output:

Diagram diagram = new Diagram("rackDiagram.vsdx");
File outputFile = new File("output.pdf");
diagram.save(outputFile.getAbsolutePath(), SaveFileFormat.PDF);


Can you please analyse this issue.

Thanks,
Neha

Hi Neha,


Thank you for contacting support. We managed to replicate the problem of incorrect color rendering in the Visio shapes. We have logged a ticket ID DIAGRAMJAVA-50384 in our bug tracking system. Your post has also been linked to this ticket. We’ll keep you informed regarding any available updates. We’re sorry for the inconvenience caused.