製品を閲覧する

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

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

ファイルの詳細

  • ダウンロード:
  • 8
  • ファイルサイズ:
  • 12.9 MB
  • Posted By:
  • philip.zhou
  • ビュー:
  • 35
  • 追加日:
  • 2/11/2022

ファイルの詳細

データグラフィックによる Visio から PDF への変換

データ グラフィックを使用した Microsoft Visio® から PDF への変換が改善されました。

Visio® VSDX フォーマット変換の改善

場合によっては、「VSDX」ファイルを「PDF」形式に変換しているときに、その背景が正しく表示されないことがありました。この問題は解決されました。次の C# コード サンプルは、複数のページを分割しながら図を「PDF」形式に変換する方法を示しています。

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

VSDX から PNG への変換の改善

以前は、VSDX フォーマット内の表の境界線が PNG フォーマットへの変換時に欠落していた場合がありました。

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

 日本