Attached is the original test.vsd file and the converted test.vdx file.
Visio 2010 can open the vdx file, but Visio 2016 say the file is broken
My aspose diagram version is 17.4.0.
Below is the java code:
import com.aspose.diagram.*;
FileInputStream is = new FileInputStream(“test.vsd”);
Diagram vsd = new Diagram(is);
vsd.save(“test.vdx”, SaveFileFormat.VDX);
is.close();
Hi,
The error is still there while open the new VDX file.
My environment is :
. Visio Professional 2016 (16.0.4266.1003) x32
. Windows 7 ultimate sp1, x64
Attached is the screenshot of the error, it means “Visio cannot open this file or the component in the file, because it has become corrupted”.
Thanks.
My local language is Simplified Chinese.
I’v upgrate the Visio to 16.0.7921.1024 and try in Windows 2008R2, but it still can not open the VDX file.
Hi,
aaabbbb:
My environment is :
. Visio Professional 2016 (16.0.4266.1003) x32
. Windows 7 ultimate sp1, x64
Hi,