Themes applied on basic shapes are not rendered properly 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 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

Hi Neha,


Thank you for contacting support. We managed to replicate the problem of missing theme of shapes. This issue has been logged under ticket ID DIAGRAMJAVA-50383 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.

Hi,

Is there any update on this issue?

There is no progress on this since a long time. In fact, the output has deteriorated further in the latest version - 17.5.0. I have attached the latest output for your reference.

Can you please look into this.

Thanks,
Neha

Hi Neha,


Thank you for the inquiry. The linked ticket ID DIAGRAMJAVA-50383 is pending for the analysis and not resolved yet. We have logged this information under the same ticket ID and will share details when a significant progress has been made in this regard.

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