Export VSS to SVG

Is it possible to export a .vss file to separate svg files?

Hi,


Thank you for your interest in our Aspose.Diagram product. Yes, you can export .vss file to svg format. For details please visit documentation links below:
http://www.aspose.com/docs/display/diagramnet/Product+Overview

http://www.aspose.com/docs/display/diagramnet/Export+Diagram+to+SVG

In addition, you can download Aspose.Diagram for .NET product from download page here and you can also check product documentation page below:
http://www.aspose.com/docs/display/diagramnet/Home

If you want to test Aspose.Diagram without evaluation version limitations, you can also request a 30 Day Temporary License here.
http://www.aspose.com/corporate/purchase/temporary-license.aspx

Please let me know for further assistance and comments.

So did the following and here is my output in the SVG file.


var license = new Aspose.Diagram.License();

license.SetLicense(@"D:\Aspose.Diagram.lic");

var d = new Diagram(@"d:\Dell-PowerEdge-RackServers.vss");

d.Save(@"d:\dell-output.svg", SaveFileFormat.SVG);


<?xml version="1.0" standalone="no"?>

Hi,

Thank you for your inquiry. It is to update that VSS file is a set of masters/templates which can be used for new diagram creation. The file is not intended to be rendered directly. Aspose.Diagram mimics the behaviour of Microsoft Visio. I got an empty file here too. You can create a new diagram using the stencils from the VSS and export it to any format required.

It would be great if you can share requirement details here. We'll take a closer look and guide you accordingly.

We're sorry for your inconvenience.