I am seeing missing lines, and missing shapes when converting VSDX to png and svg. This is the sample project…
This is the sample vsdx…
I am seeing missing lines, and missing shapes when converting VSDX to png and svg. This is the sample project…
This is the sample vsdx…
We have tested your source Visio drawing with the latest version 18.3 of Aspose.Diagram for .NET API, and the output images are fine. Please download and try the latest version 18.3 of Aspose.Diagram for .NET API. This is the ZIP of output images: OutputImages.zip (48.9 KB)
We updated to 18.3 and are still seeing issues. A number of the shapes are being dropped and lines are dissapearing. Is there anything we could be doing wrong? Below is the code, its pretty straight forward.This is the properties that shows the version.AsposeVersion.png (5.6 KB)
string dataDir = @"C:\Temp\aspose\";
Diagram diagram = new Diagram(dataDir + @"Migration flow.vsd");
diagram.Save(dataDir + "migration_flow.png", SaveFileFormat.PNG);
Kindly send us your output PNG file and highlight the problematic area with a snapshot. Your response is awaited.
The missing lines and graphics can be seen here. The VSDX has the green border, and the png output as the red border.MigrationFlowCompare.png (57.4 KB) and this is the converted png.
MigrationFlow.png (12.0 KB)
Aspose.Diagram API has limitation to not add more than 10 shapes with the evaluation version. You need to apply a license to Aspose.Diagram for .NET API. You can get a 30 day temporary license from the purchase portal and its option is available in step 5. You will see a button with caption Get a Temp License in step 5 of the purchase portal. A temporary license is a time-restricted full license that lets you test every aspect of API before buying it. Please refer to these help topics: Apply License to Aspose.Diagram for .NET API
Great, thanks Imran.
Adam