Hi,
I have a Visio with excel. If we just ‘Save’ the Visio with Aspose diagram, then the excel is not shown in Visio.(It’s shown as ‘X’).
Code:
string strInputPath = @“C:\Temp\1\1”;
string strOutputPath = @“C:\Temp\1\2\2”;
string[] files = Directory.GetFiles(strInputPath, “*.vsdx”);
foreach(string strFile in files)
{
Diagram vdxDiagram = new Diagram(strFile);
vdxDiagram.Save(strOutputPath + Path.GetFileName(strFile), SaveFileFormat.VSDX);
}
Input:Test002.zip (2.5 MB)
Output:Test002.zip (2.8 MB)
Could you please help us.(It’s important)
Thanks
Mani.