Color of Borders and Titles is incorrect 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 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

Hi Neha,


Thank you for contacting support. We managed to replicate the problem of incorrect color in Visio shapes. We have logged this problem under ticket ID DIAGRAMJAVA-50385 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.

The issues you have found earlier (filed as DIAGRAMJAVA-50385) have been fixed in this update. This message was posted using Bugs notification tool by philip.zhou