Lost pictures when saving as vsdx

Hi,

When I open a vsdx file and then save it in a new name as same format (vsdx) the ouptput file is different than the input one.
In the ZIP file you have

  • The Input File
  • The ouptput file
  • A screenshot of the differences

Thanks,

Input_File.zip (981.4 KB)

@julien.mevel.isilog

Thank you for contacting support.

We have worked with the data shared by you and have been able to reproduce the issue with below code snippet. A ticket with ID DIAGRAMNET-51672 has been logged in our issue management system for further investigation and resolution. The ticket ID has been linked with this thread so that you will receive notification as soon as the ticket is resolved.

// Call the diagram constructor to a VSDX diagram
Aspose.Diagram.Diagram diagram = new Aspose.Diagram.Diagram(dataDir + "Input_File.vsdx");

// Options when saving a diagram into Visio format
Aspose.Diagram.Saving.DiagramSaveOptions options = new Aspose.Diagram.Saving.DiagramSaveOptions(Aspose.Diagram.SaveFileFormat.VSDX);

diagram.Save(dataDir + "Output_File_19.7.vsdx", options);

We are sorry for the inconvenience.

The issues you have found earlier (filed as DIAGRAMNET-51672) have been fixed in Aspose.Diagram for .NET 19.8.