During vsd->vsdx file conversion, null pointer exception is thrown.
vsd file and callstack:
2023.05.26.zip (7.9 MB)
The file was converted using this code:
File file = new File(PATH_TO_VSD_FILE);
Diagram d = new Diag…...Diagram Product Family casserolepan...File(PATH_TO_VSD_FILE); Diagram d = new Diagram(file.getAbsolutePath());...