(vsd -> vsdx) Images are getting mixed up

When converting vsd file with some images to vsdx, different pictures appear in place of other ones.
The file in question, generated vsdx file and a screenshot of a converted file opened in Visio 2019:

wrong pictures.zip (96.2 KB)

This file was converted using this part of code:

File file = new File(PATH_TO_VSD_FILE);
Diagram d = new Diagram(file.getAbsolutePath());
d.save(file.getAbsolutePath() + "x", SaveFileFormat.VSDX);

@Denec
Thanks for the template file and screenshots.
After an initial testing, I am able to reproduce the issue as you mentioned by using your template file. I found the image are getting mixed up. We need to evaluate your issue in detail.
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): DIAGRAMNET-53233

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

1 Like

Hello, any updates on the issue?
Our team has also found another file with the same problem, but now there are no images at all. I’ll attach it here with the screenshot. Hope it helps.

empty icons.zip (9.2 MB)

@Denec
This is to inform you that your issue DIAGRAMNET-53233 has been resolved now. The fix will be included in an upcoming release (Aspose.Diagram v23.12) that we plan to release in the first half of December 2023. You will be notified when the next version is released.

@Denec
After an initial testing, I am able to reproduce the issue as you mentioned by using your new template file.
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): DIAGRAMNET-53234

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

1 Like

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