When importing vsd file to vsdx, the process freezes indefinitely.
vsd file with this issue:
41-TR-R-N001-A.zip (270.2 KB)
The file was converted with this code snippet:
File file = new File(PATH_TO_VSD_FILE);
Diagra…...Diagram Product Family vsd-to-vsdx...File(PATH_TO_VSD_FILE); Diagram d = new Diagram(file.getAbsolutePath());...