Ürünlerimize göz atın

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.

 

.NET 22.9 için Aspose.Diagram

İndirmek  Destek Forumu 

Dosya Ayrıntıları

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

Dosya Ayrıntıları

HTML’de Geliştirilmiş Görüntü Kalitesi

Microsoft Visio® diyagramlarının HTML formatına dönüştürülmesinde ve dışa aktarılmasında çeşitli iyileştirmeler yapılmıştır. Aşağıdaki C# kodu, API kullanarak VSD’yi HTML’ye dönüştürür:

// 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);

Geliştirilmiş VSDX’ten SVG’ye Dönüştürme

Daha önce Microsoft Visio® VSDX formatındaki dosya SVG vektör formatına dönüştürüldüğünde, kutulardaki tüm metinler kutu satırlarını aşmak için kullanılıyordu. Bu sorun şimdi düzeltildi. API kullanarak VSD’den SVG’ye dönüştürücü olarak çalışan örnek bir C# kodu aşağıdadır:

// 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);

Bu sürümdeki özelliklerin, geliştirmelerin ve hata düzeltmelerinin tam listesi için lütfen Aspose.Diagram for .NET 22.9 Release Notes adresini ziyaret edin.

 Türkçe