Hi.
when i am trying to convert from vsdx to pdf, the connections in the pdf are not as in the vsdx
i’m using latest Aspose.Diagram.dll 3.7.0.0 for .net 3.5 on a licensed version
here is the sample code
Diagram diagram = new Diagram(“c:\2.vsdx”);
diagram.Save(“C:\2.pdf”, SaveFileFormat.PDF);
i’m attaching the source file and the output file.
Thanks in advance