After importing vsd to vsdx, only some lines import and most of the shapes are missing.
vsd file in question and screenshot of an issue:
missing shapes.zip (482.7 KB)
The file was converted using this part of code:
F…...after importing a file Aspose.Diagram Product Family vsd-to-vsdx...File(PATH_TO_VSD_FILE); Diagram d = new Diagram(file.getAbsolutePath());...