浏览我们的产品

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.2 的 Aspose.Diagram

下载  支持论坛 

文件详情

  • 下载:
  • 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 的转换

以前在某些情况下,在转换为 PNG 格式时,VSDX 格式中的表格边框线会丢失。

有关此版本中的功能、增强功能和错误修复的完整列表,请访问 Aspose.Diagram for .NET 22.2 Release Notes

 简体中文