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

在线编辑/WebAPI

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
Spire.Presentation 10.4.6 已发布。该版本支持在PPT表格的单元格中插入公式以及读取 Shape 的 CustomerData 数据。此外,一些在转换 PPT 到 PDF、SVG,以及打开文档时出现的问题也已成功被修复。详情请查看下文。 新功能: 支持读取Shape的CustomerData数据。 Presentation ppt = new Presentation(); ppt.LoadFromFile(inputFile); List dataList = ppt.Slides[0].Shapes[1].CustomerDataList; Console.WriteLine(dataList.Count); for(int i = 0; i < dataList.Count; i++) { string name = dataList[i].Name;…
Spire.Presentation 10.4.2 现已正式发布。最新版本增强了从 Presentation 到 SVG 和 PDF 的转换功能。此外,本次更新还成功修复了一些已知的问题,例如修改 PPT 图表中数据后,结果不正确的问题。更多详情请查阅下列内容。 问题修复: 修复了 PPT 转 SVG 后, 形状不正确的问题。 修复了修改 PPT 图表中数据后,结果不正确的问题。 修复了 PPT 转 PDF 后,效果不正确的问题。 修复了加载 PPT 文档程序抛 "FormatException" 的问题。 修复了在 PPT 文档中插入 html 内容,效果不正确的问题。…