Jelajahi Produk kami Toggle navigation
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.
If you experience errors, when you try to download a file, make sure your network policies (enforced by your company or ISP) allow downloading ZIP and/or MSI files.
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);
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.