Spire.Presentation | 新闻
|
028-81705109
|
|
微信扫一扫
|

在线编辑/WebAPI

Spire.Presentation 8.4.1 已发布。该版本修复了转换PPT到图片时程序进入死循环导致内存耗尽的问题。详情请阅读以下内容。 问题修复: 修复了转换PPT到图片时程序进入死循环导致内存耗尽的问题。 获取 Spire.Presentation 8.4.1 请点击: https://www.e-iceblue.cn/Downloads/Spire-Presentation-NET.html
Spire.Presentation 8.3.2 已发布。该版本修复了编辑PPT图表数据时弹出错误对话框的问题。详情请阅读以下内容。 问题修复: 修复了编辑PPT图表数据时弹出错误对话框的问题。 获取 Spire.Presentation 8.3.2 请点击: https://www.e-iceblue.cn/Downloads/Spire-Presentation-NET.html
Spire.Presentation 8.2.0 已发布。该版本修复了转换 PPT 到图片程序结束后内存不能被释放的问题。详情请阅读以下内容。 问题修复: 修复了转换 PPT 到图片程序结束后内存不能被释放的问题。 获取 Spire.Presentation 8.2.0 请点击: https://www.e-iceblue.cn/Downloads/Spire-Presentation-NET.html
Spire.Presentation 8.1.1 已发布。本次更新支持了回复评论功能。此外,该版本还修复了一些已知问题,如:修复了生成的 Excel 文档中的图表数据 null 值变成0的问题。详情请阅读以下内容。 新功能: 支持了回复评论功能。 Presentation ppt = new Presentation(); ICommentAuthor author = ppt.CommentAuthors.AddAuthor("E-iceblue", "comment"); ppt.Slides[0].AddComment(author, "Add comment", new System.Drawing.Point(18, 25), DateTime.Now); Comment comment = ppt.Slides[0].Comments[0]; if (!comment.IsReply) { comment.Reply(author, "Add Reply1",…