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

在线编辑/WebAPI

Spire.Presentation 10.10.7 现已正式发布。该版本优化了使用模板创建 PPT 的保存时间。同时,新增了设置表格透明度的功能,并调整了 AddDigitalSignature 方法的使用方式,还修复了若干在转换 PPT 到 PDF 时内容不正确的问题。更多详情如下: 调整: 调整 AddDigitalSignature 方法的使用。 Presentation ppt = new Presentation(); ppt.LoadFromFile("in.pptx"); //Add a digital signature,The parameters: string certificatePath, string certificatePassword, string comments, DateTime signTime ppt.AddDigitalSignature("test.pfx", "e-iceblue",…
Spire.Presentation 10.10.1 现已发布,此更新引入了设置音频淡入和淡出持续时间的功能,以及裁剪音频的能力。以下是详细信息: 新功能: 支持设置音频的淡入或淡出持续时间。 // New Append Audio Presentation pres = new Presentation(); FileStream from_stream = File.OpenRead(inputFile); RectangleF audioRect = new RectangleF(50, 50, 100, 100); IAudio audio = pres.Slides[0].Shapes.AppendAudioMedia(from_stream, audioRect); // Set the duration of…
Spire.Presentation 10.9.3 已发布。该版本修复了一个生成文档无法正常打开的问题。详情请查看下文。 问题修复: 修复了在 .NET 9.0 平台使用 netstandard 库时,生成文档无法正常打开的问题 获取Spire.Presentation 10.9.3,请点击: https://www.e-iceblue.cn/Downloads/Spire-Presentation-NET.html
Spire.Presentation 10.9.1 已正式发布。本版本修复了在多页 PowerPoint 演示文稿中,将 SVG 插入到指定 Shape 时会意外创建新幻灯片的问题。详情如下: 问题修复: 修复了在多页 PPT 中将 SVG 插入指定 Shape 时意外创建新幻灯片的问题。 获取 Spire.Presentation 10.9.1,请点击: https://www.e-iceblue.cn/Downloads/Spire-Presentation-NET.html