Aspose Diagram 17.4.1 convertToPdf issue

Hi Aspose,


I’m using Aspose Diagram 17.4.1 to convert the attached *.vsdx file to pdf. I notice that the yellow/orange rectangle on the top-left corner is turned grey. Can you have a look at it?

The source code is as simple as below:

try (InputStream in = new FileInputStream(inputFilePath);
OutputStream out = new FileOutputStream(outputFilePath)) {
Diagram diagram = new Diagram(in);
diagram.save(out, SaveFileFormat.PDF);
}

Thank you.

Best Regards,
Tuyen

Hi Tuyen,


Thank you for contacting support. We managed to replicate the problem of incorrect color in a rectangle shape. It has been logged under ticket ID DIAGRAMJAVA-50481 in our bug tracking system. We have linked your post to this ticket and will keep you informed regarding any available updates. We are sorry for the inconvenience caused.

Hi Tuyen,

Thank you for being patient. We have resolved the ticket ID DIAGRAMJAVA-50481. If there is no issue in the quality assurance phase, then this fix will be included in the next version 17.5 of Aspose.Diagram for Java API. We will inform you via this forum thread as soon as the new release is published.

The issues you have found earlier (filed as DIAGRAMJAVA-50481) have been fixed in Aspose.Diagram for Java 17.5.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.