Using Aspose.Diagram for Java, in the VSDX ouput, unwanted text ( x000a ) is getting added
Below is the code used in order to save the vsd file to vsdx format
String dirPath = “E:\”;
Diagram originalDiagram = new Diagram(dirPath + “test.vsd”);
originalDiagram.save(dirPath + “testt121.vsdx”,SaveFileFormat.VSDX);