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

在线编辑/WebAPI

Spire.Presentation 10.7.7 现已正式发布。最新版本支持加载 Markdown 文件。此外,该版本还成功修复了带有复制幻灯片的文件打开报错的问题。更多详情请查阅下方内容。 新功能: 支持加载 Markdown 格式文件。 Presentation pt = new Presentation(); pt.LoadFromFile(inputFilePath, FileFormat.Markdown); pt.SaveToFile(outputFile, FileFormat.Pptx2013); 问题修复: 修复了带有复制幻灯片的文件打开报错的问题。 获取 Spire.Presentation 10.7.7,请点击: Spire.Presentation for .NET 下载页面
Spire.Presentation 10.6.4 现已正式发布。最新版本增强了从 PowerPoint 演示文稿到 PDF 的转换功能。此外,最新版本还修复了 slide 转 SVG ,shape 效果不正确的问题。更多详情请查阅下列内容。 问题修复: 修复了 slide 转 SVG ,shape 效果不正确的问题。 修复了 PPT 转 PDF, 图片被裁断的问题。 获取 Spire.Presentation 10.6.4,请点击: Spire.Presentation for .NET 下载页面
Spire.Presentation 10.5.10 已发布。该版本新增了AddFromSVGAsShape() 方法支持把SVG文件转换成形状Shape。详情请查看下文。 新功能: 新增AddFromSVGAsShape() 方法支持把SVG文件转换成形状Shape。 Presentation ppt = new Presentation(); ppt.Slides[0].Shapes.AddFromSVGAsShapes(file.FullName); ppt.SaveToFile(fileName + ".pptx", FileFormat.Pptx2013); ppt.Dispose(); 获取 Spire.Presentation 10.5.10,请点击: https://www.e-iceblue.cn/Downloads/Spire-Presentation-NET.html
Spire.Presentation 10.5.8 现已正式发布。最新版本增强了从 Presentation 到 PDF 的转换功能。此外,本次更新还成功修复了直接加载保存后的文档,在微软打开提示错误的问题。更多详情请查阅下列内容。 问题修复: 修复了直接加载保存后的文档微软打开提示错误的问题。 修复了特定 PPT 文档转 PDF 时,文字内容不正确的问题。 获取 Spire.Presentation 10.5.8,请点击: https://www.e-iceblue.cn/Downloads/Spire-Presentation-NET.html