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.2

Download  Support Forum 

File Details

  • Downloads:
  • 8
  • File Size:
  • 12.9 MB
  • Posted By:
  • philip.zhou
  • Views:
  • 35
  • Date Added:
  • 2/11/2022

File Details

Visio to PDF Conversion with Data Graphics

Improved Microsoft Visio® to PDF conversion with data graphics.

Improved Visio® VSDX Format Conversion

In some instances the background of the VSDX file was getting misplaced while it being converted to the PDF format. This issue has now been resolved. The following C# code sample demonstrates how a diagram can be converted to PDF format while splitting multiple pages:

string dataDir = RunExamples.GetDataDir_LoadSaveConvert();
// Call the diagram constructor to load diagram from a VSDX file
Diagram diagram = new Diagram(dataDir + "Network Diagram_start.vsdx");
// Initialize PdfSaveOptions
Aspose.Diagram.Saving.PdfSaveOptions options = new Aspose.Diagram.Saving.PdfSaveOptions();
// set SplitMultiPages option
options.SplitMultiPages = true;
// save in PDF format
diagram.Save(dataDir + "SplitMultiPages.pdf", options);

Improved VSDX to PNG Conversion

Previously in some instances the border lines of the table within the VSDX format were missing on conversion to PNG format.

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

 English