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

在线编辑/WebAPI

我们很高兴宣布发布Spire.Office 10.10.0。在此版本中,Spire.Doc支持从Word文件中提取页面到单独文件;Spire.XLS支持读取Office缓存云字体;Spire.Presentation支持设置音频淡入淡出时长;Spire.PDF支持验证时间戳服务URL。同时,本次更新修复了一系列已知问题。更多细节如下。 该版本涵盖了最新版的 Spire.Doc、Spire.PDF、Spire.XLS、Spire.Presentation、Spire.Barcode、Spire.Email、Spire.DocViewer、Spire.PDFViewer、Spire.OfficeViewer 和 Spire.DataExport。 版本信息如下: Spire.Doc.dll v13.10.3 Spire.Pdf.dll v11.10.4 Spire.XLS.dll v15.10.3 Spire.Presentation.dll v10.10.7 Spire.Barcode.dll v7.4.1 Spire.Email.dll v6.6.3 Spire.DocViewer.Forms.dll v8.9.4 Spire.PdfViewer.Asp.dll v8.2.6 Spire.PdfViewer.Forms.dll v8.2.6 Spire.Spreadsheet.dll v7.5.2 Spire.OfficeViewer.Forms.dll v8.8.0 Spire.DataExport.dll 4.9.0 Spire.DataExport.ResourceMgr.dll v2.1.0 获取Spire.Office 10.10.0,请点击: https://www.e-iceblue.cn/Downloads/Spire-Office-NET.html…
Spire.PDFViewer 8.2.6 现已正式发布。该版本在Form、WPF和MAUI新增了“查找上一个”和“查找下一个”功能。同时,pdfDocumentViewer1.SearchText() 方法已被声明为旧方法,本版本中使用 pdfDocumentViewer1.Find() 方法替代。详情如下。 新功能: 在Form、WPF和MAUI新增“查找上一个”和“查找下一个”功能。同时 pdfDocumentViewer1.SearchText() 方法已弃用,使用 pdfDocumentViewer1.Find() 替代。 private void Form1_Load(object sender, EventArgs e) { string pdfDoc = @"test.pdf"; if (File.Exists(pdfDoc)) { this.pdfDocumentViewer1.LoadFromFile(pdfDoc); this.pdfDocumentViewer1.Find("FindedText", Color.Empty); } } private void before_Click(object sender, EventArgs…
Spire.Office for Java 10.10.0 已正式发布。在该版本中,Spire.Doc for Java 支持获取样式更改修订;Spire.PDF for Java支持设置 PdfTable 的列宽;Spire.Presentation for Java 支持将 Markdown 转换为 PPTX 文件。除此之外,一些在转换和操作Word、Excel、PDF和PPT文档时出现的问题也已成功被修复。更多新功能及问题修复详情如下。 获取Spire.Office for Java 10.10.0,请点击: https://www.e-iceblue.cn/Downloads/Spire-Office-JAVA.html Spire.Doc for Java 新功能: 支持接受或拒绝部分修订。 Document document = new Document(); document.loadFromFile(inputFile); RevisionInfoCollection…
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",…