Browse our Products

If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.

 

Aspose.Diagram for .NET 22.9

Download  Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 13.04MB
  • Date Added:
  • 6/9/2022

File Details

Improved Image Quality in HTML

Various improvements has been made in the conversion and export of Microsoft Visio® diagrams to HTML format. The following C# code converts VSD to HTML using API:

// The path to the documents directory.
string dataDir = RunExamples.GetDataDir_LoadSaveConvert();
// Load diagram
Diagram diagram = new Diagram(dataDir + "ExportToHTML.vsd");
// Save diagram
diagram.Save(dataDir + "outputVSDtoHTML.html", SaveFileFormat.HTML);

Improved VSDX to SVG Conversion

Previously when Microsoft Visio® VSDX format file was converted to SVG vector format then all the text within the boxes used to get over the box lines. This issue has been fixed now. Following is an example C# code that works as VSD to SVG converter using API:

// The path to the documents directory.
string dataDir = RunExamples.GetDataDir_LoadSaveConvert();

// Call the diagram constructor to load a VSD diagram
Diagram diagram = new Diagram(dataDir + "ExportToSVG.vsd");

// Save SVG Output file
diagram.Save(dataDir + "Output.svg", SaveFileFormat.SVG);

For a complete list of features, enhancements, and bug fixes in this release please visit, Aspose.Diagram for .NET 22.9 Release Notes.

 English