Aspose.Diagram for .NET 22.1 发行说明

改进和变化

钥匙概括类别
DIAGRAMNET-50560Support saving diagrams to HTML with or without embedded resources强化
DIAGRAMNET-52499添加对将 html 保存到单个流的支持强化
DIAGRAMNET-50562VSDX to PDF - Shapes are missing from the output漏洞
DIAGRAMNET-50780The border lines of the tables are not visible on saving a VSDX to PDF漏洞
DIAGRAMNET-50962The border lines of tables are missing on converting a VSDX to PNG漏洞
DIAGRAMNET-50992The left border line of the table is not visible on converting a VSDX to PDF漏洞
DIAGRAMNET-51034The shading of shapes is missing on converting a VSDX to PDF漏洞
DIAGRAMNET-51186Incorrect layout of meta type shapes on converting a VSD to PDF漏洞
DIAGRAMNET-51226Aspose.Diagram 17.3.0: Saving to HTML stream do not embed external resources漏洞
DIAGRAMNET-52506Page.Copy() 不会复制开发人员的更改漏洞

公共 API 和向后不兼容的更改

以下是对公众 API 所做的任何更改的列表,例如添加、重命名、删除或弃用成员,以及对 Aspose.Diagram for .NET 所做的任何非向后兼容更改。如果您对列出的任何更改有疑虑,请在Aspose.Diagram 支持论坛。

在 HTMLSaveOptions 中添加 SaveAsSingleFile

  • 指示是否将 html 保存为单个文件。
    HTMLSaveOptions ho = new HTMLSaveOptions();
    ho.SaveAsSingleFile = true;