製品を閲覧する

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

ダウンロード  サポートフォーラム 

ファイルの詳細

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

ファイルの詳細

HTML の画質の向上

Microsoft Visio® の図を HTML 形式に変換およびエクスポートする際に、さまざまな改善が行われました。次の C# コードは、API を使用して VSD を HTML に変換します。

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

VSDX から SVG への変換の改善

以前は、Microsoft Visio® VSDX 形式のファイルを SVG ベクトル形式に変換すると、ボックス内のすべてのテキストがボックスの線を超えていました。この問題は修正されました。以下は、API を使用して VSD から SVG へのコンバーターとして機能する C# コードの例です。

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

このリリースの機能、拡張機能、バグ修正の完全なリストについては、Aspose.Diagram for .NET 22.9 Release Notes にアクセスしてください。

 日本