Jelajahi Produk kami

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 untuk .NET 22.9

Unduh  Forum Dukungan 

Detail File

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

Detail File

Peningkatan Kualitas Gambar dalam HTML

Berbagai perbaikan telah dilakukan dalam konversi dan ekspor diagram Microsoft Visio® ke format HTML. Kode C# berikut mengonversi VSD ke HTML menggunakan 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);

Konversi VSDX ke SVG yang ditingkatkan

Sebelumnya ketika file format Microsoft Visio® VSDX dikonversi ke format vektor SVG maka semua teks di dalam kotak digunakan untuk melewati garis kotak. Masalah ini telah diperbaiki sekarang. Berikut adalah contoh kode C# yang berfungsi sebagai konverter VSD ke SVG menggunakan 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);

Untuk daftar lengkap fitur, peningkatan, dan perbaikan bug dalam rilis ini, kunjungi Aspose.Diagram for .NET 22.9 Release Notes.

 Indonesia