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

在线编辑/WebAPI

Spire.Presentation 5.8.5已于今日发布。该版本新增了Insert和Append方法用于添加节,同时也支持为节添加、移动、删除幻灯片,以及获取节的索引和删除节。除此之外,一些在转换PPT到PDF、加载、操作文档时出现的问题也得以成功解决。详情见下文。 新功能: 新增Insert和Append方法用于添加节。 Section sect01 = ppt.SectionList.Insert(0, "section1"); Section sect02 = ppt.SectionList.Append("section2"); 支持为节添加、移动和删除幻灯片。 ISlide slide01 = ppt.Slides.Append(); ISlide slide02 = ppt.Slides.Append(); Section section01 = ppt.SectionList.Add("section1", slide01); Section section02 = ppt.SectionList.Insert(1, "section2"); Section section03 = ppt.SectionList.Append("section3");…
Spire.PDF for Java 3.8.5现已发布。该版本支持转换PDF到Excel,同时一些在转换PDF到图片时出现的问题也得以成功解决。详情见下文。 新功能: 支持转换PDF到Excel。 PdfDocument pdf = new PdfDocument(); pdf.loadFromFile(inputFile); pdf.saveToFile(outputPath, FileFormat.XLSX); 问题修复: 修复了Ubuntu系统上转换PDF到图片,内容不正确的问题。 修复了转换PDF到图片,出现多余虚线的问题。 修复了转换PDF到图片,图章丢失的问题。 获取Spire.PDF for Java 3.8.5,请点击: https://www.e-iceblue.cn/Downloads/Spire-PDF-JAVA.html
Spire.Presentation for Java 3.8.6于今日发布。该版本支持更新PPT文档中的Video视频数据, 同时支持获取Audio和Video的PartName属性及强调类型动画的Amount属性。除此之外,它还修复了一些PPT转PDF、获取/设置动画、保存文档时出现的问题。具体新功能及问题修复参见下文。 新功能: 支持更新PPT文档中的Video视频数据。 File file = new File("videoPath"); FileInputStream fileInputStream = new FileInputStream(file); byte[] data = new byte[(int)file.length()]; fileInputStream.read(data); VideoCollection videos = presentation.getVideos(); VideoData videoData = videos.append(data); IVideo iVideo = (IVideo) presentation.getSlides().get(0).getShapes().get(0);…
Spire.Office 5.8.5 已正式发布。该版本新增了一些功能,如Spire.Doc添加了比较功能、Spire.Presentation支持添加节和设置SmartArt节点的轮廓线样式、Spire.PDF将PDF转换为Excel时支持图表。此外,也修正了将Word转换为PDF/ Epub、Excel转换为PDF、PPT转换为PDF、XPS转换为PDF、更新Excel数据透视表、合并PDF文档以及从PDF文件中提取文本时出现的一些问题。更多新功能及问题修复详情如下。 该版本涵盖了最新版的Spire.Doc、Spire.PDF、Spire.XLS、Spire.Presentation、Spire.DataExport、Spire.Barcode、Spire.DocViewer、Spire.PDFViewer、Spire.OfficeViewer、Spire.Email。 版本信息如下: Spire.Doc.dll v8.8.2 Spire.Pdf.dll v6.8.5 Spire.XLS.dll v10.8.3 Spire.Email.dll v3.6.7 Spire.DocViewer.Forms.dll v5.1.1 Spire.PdfViewer.Forms.dll v5.8.2 Spire.PdfViewer.Asp.dll v5.8.2 Spire.Presentation.dll v5.8.1 Spire.Spreadsheet v4.5.0 Spire.OfficeViewer.Forms.dll v5.8.5 Spire.Barcode.dll v4.7.0 Spire.DataExport.dll v4.1.9 Spire.DataExport.ResourceMgr.dll v2.1.0 Spire.Common.dll v10.8.5 Spire.License.dll v1.3.8…