新闻中心 | 新版本发布、优惠信息、促销活动和产品资讯等
|
028-81705109
|
|
微信扫一扫
|

在线编辑/WebAPI

Spire.Presentation 9.3.4 已发布。该版本新增 SaveToSvgOption 用于设置 PPTX 转 Svg 的转换选项,同时也支持获取 PPT 默认字体样式。除此之外,一些在转换 PPTX 到 PDF/SVG 以及加载、保存文档时出现的问题也得以成功解决。详情见下文。 新功能: 支持获取 PPT 默认字体样式。 Presentation presentation = new Presentation(); presentation.LoadFromFile(inputFile); IAutoShape shape = presentation.Slides[0].Shapes[0] as IAutoShape; DefaultTextRangeProperties format = shape.TextFrame.Paragraphs[0].TextRanges[0].DisPlayFormat; File.AppendAllText(outputFile,…
Spire.Doc for Python 12.3.2 已发布。该版本新增支持获取修订的功能。另外还修复了使用 FindString() 未匹配到关键词时,程序抛出 TypeError 错误问题。详情请阅读以下内容。 新功能: 支持获取修订的功能。 doc1 = Document(inputFile_1) doc2 = Document(inputFile_2) doc1.Compare(doc2, "Author") revisions = DifferRevisions(doc1) content = "" m = 0 n = 0 insertRevisionList = revisions.InsertRevisions deleteRevisionList =…
Spire.Cloud 9.3.5 已发布。该版本在原有 Spire.Cloud.Word 产品基础上,新增了 WordAI 功能。通过向 AI 大模型发送指令,可以实现一键生成文章,以及对现有内容进行编辑、润色、翻译、总结等各项操作。此外,该版本还修复了在 embedded 模式下打开文档时出现的问题。详情请查看以下内容。 新功能: 新增 WordAI 功能,支持 Windows、Linux 系统。 问题修复: 修复了 embedded 模式打开页面空白的问题。 获取 Spire.Cloud 9.3.5 请点击: https://cloud.e-iceblue.cn/index.php/privatization-download
Spire.XLS 14.3.3已发布。本次更新新增支持数据透视表分组功能。另外,还支持对CellRange添加FindAll()方法以及为透视表设置“Repeat All Item Labels”。一些已知问题也在该版本中被成功修复,如保存Excel文件后内容不正确的问题。详情请阅读以下内容。 新功能: 支持数据透视表分组功能。 XlsPivotTable pt = worksheet.PivotTables[0] as XlsPivotTable; IPivotField field = pt.RowFields[0]; DateTime start = new DateTime(2024, 5, 6); DateTime end = new DateTime(2024, 10, 6); PivotGroupByTypes[] types = new PivotGroupByTypes[]{…