Hi,
After simple open/save routine this Exception is thrown DiagramException: Error in element VisioDocument in \VisioDocument. Error in element Master in \VisioDocument\Masters\Master [-2,147,483,648]. 1
Could you please check this out?
Thanks,
Zeljko
Code:
public void testAspose() throws Exception {
Diagram diagram = new Diagram(“Test.vsd”);
diagram.save(“TestTranslate.vdx”,
SaveFileFormat.VDX);
}