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

在线编辑/WebAPI

今天,我们发布了Spire.Presentation 4.6.1。 当表格应用表格样式时,该版本支持获取表格字体。 此外,它还修复了将POTX转换为PPTX时发生的问题。 更多细节如下。 新功能: 添加DefaultLatinFont 属性,支持获取应用了表格样式的表格的字体。 var defaultLatinFont = table[2, 0].TextFrame.TextRange.DefaultLatinFont 问题修复: 修复了转换POTX到PPTX时抛NullReferenceException 的问题。 下载Spire.Presentation 4.6.1,请点击: http://www.e-iceblue.cn/Downloads/Spire-Presentation-NET.html
Spire.Doc 7.6.5已正式发布。该版本新增了两个功能,即,支持在Word中添加Latex数学公式代码以及操作文档时新增了设置MailMergeMainDocumentType为NotAMergeDocument。此外,也修复了将Word转为PDF、HTML转为ODT以及XML 转为 .docx格式的文件时,出现的一系列问题。新功能及问题修复详情,请查阅以下内容。 新功能: 支持添加Latex数学公式代码到Word文档 Document doc = new Document(); Section section = doc.AddSection(); Paragraph paragraph = section.AddParagraph(); OfficeMath officeMath = new OfficeMath(doc); paragraph.Items.Add(officeMath); officeMath.FromLatexMathCode("x^{2}+\\sqrt{x^{2}+1}=2"); doc.SaveToFile("latexToDoc.docx", FileFormat.Docx); 支持设置MailMergeMainDocumentType为NotAMergeDocument以使Word文档为非邮件合并文档 document.MailMerge.MailMergeMainDocumentType = MailMergeMainDocumentType.NotAMergeDocument; 问题修复: 修复了转换Word到PDF文本重叠的问题 修复了在多线程中使用PS转换Word到PDF耗时比单线程多的问题 修复了合并Word文档格式错误的问题…
今天,我们发布了Spire.Spreadsheet 3.6.4。该版本实现了一些新功能,例如支持从不连续的单元格拷贝粘贴内容,支持插入和删除多行或多列。更多信息如下。 新功能: 实现了多重区域的拷贝粘贴(包含同行、不同行的不连续单元格)。 实现了插入和删除多行或多列(可以不连续)。 添加了插入和删除行或列的事件。 AfterInsertRow/AfterIndertColumn AfterDeleteRow/AfterDeleteColumn 问题修复: 修复了分组后折叠起的行的数据能被拷贝出来的问题。 获取Spire.Spreadsheet 3.6.4,请点击: https://www.e-iceblue.cn/Downloads/Spire-Spreadsheet-NET.html
Spire.Office hotfix version 4.6.0今日已发布,在该版本中,Spire.Spreadsheet支持使用右键添加、删除行或列,并添加了"ColumnGroupButtonClick"和 "RowGroupButtonClick"两个事件。此外,一些在转换PowerPoint到Image、Excel到PDF、PDF到TIFF、PDF到Image,以及加载、操作Excel和PDF文档时出现的问题已经得到修复。更多详情参见以下内容。 该版本涵盖了最新版的Spire.Doc、Spire.PDF、Spire.XLS、Spire.Presentation、Spire.DataExport、Spire.Barcode、Spire.DocViewer、Spire.PDFViewer、Spire.OfficeViewer、Spire.Email。 版本信息如下: Spire.Doc.dll v7.6.2 Spire.Pdf.dll v5.6.3 Spire.XLS.dll v9.6.2 Spire.Presentation.dll v4.5.10 Spire.Email.dll v2.4.6 Spire.DocViewer.Forms.dll v4.5.1 Spire.PdfViewer.Forms.dll v4.5.11 Spire.PdfViewer.Asp.dll v4.5.11 Spire.Spreadsheet v3.6.1 Spire.OfficeViewer.Forms.dll v4.6.0 Spire.Barcode.dll v3.5.0 Spire.DataExport.dll v4.1.9 Spire.DataExport.ResourceMgr.dll v2.1.0 Spire.Common.dll v2.6.2 Spire.License.dll…