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

在线编辑/WebAPI

Spire.Presentation for Java 4.10.1已发布。本次更新增强了转换PPT文档到图片的功能。此外,该版本还修复了加载PPT文档时抛出的问题。 问题修复: 修复了加载PPT文件程序抛“Invalid format string”问题 修复了转换PPT到图片时进程卡死的问题 获取Spire.Presentation for Java 4.10.1请点击: https://www.e-iceblue.cn/Downloads/Spire-Presentation-JAVA.html
Spire.PDF for Java 4.10.2 已发布。本次更新支持了从PDF中提取表格的新功能,增强了转换PDF到Excel/PDFA2A的功能。此外,该版本还修复了无法删除keyword属性的值等问题。详情请阅以下内容。 新功能: 支持从PDF中提取表格 PdfDocument pdf = new PdfDocument(); pdf.loadFromFile(inputFile); StringBuilder builder = new StringBuilder(); //抽取表格 PdfTableExtractor extractor = new PdfTableExtractor(pdf); PdfTable[] tableLists = null; for (int pageIndex = 0; pageIndex < pdf.getPages().getCount();…
Spire.PDF 7.10.4已发布。本次更新带来了一些新功能,比如:支持了转换PDF到Doc/Docx时设置文档属性的功能;支持了创建折线类型的注释;支持了提取表格的功能。此外,该版本修复了将SVG文件添加到PDF中,内容显示不正确等已知问题。详情请阅读以下内容。 新功能: 支持了转换PDF到Doc/Docx时设置文档属性的功能 Spire.Pdf.Conversion.PdfToDocConverter doc = new Spire.Pdf.Conversion.PdfToDocConverter(inputFile); doc.DocxOptions.Title = "PDFTODOCX"; doc.DocxOptions.Subject = "Set document properties."; doc.DocxOptions.Tags = "Test Tags"; doc.DocxOptions.Categories = "PDF"; doc.DocxOptions.Commments = "This document just for testing the properties"; doc.DocxOptions.Authors = "TEST";…
Spire.Office 6.10.0已发布。在本次更新中Spire.Doc支持了提取形状的替代文字内容的功能。此外,该版本还修复了大量已知的问题。详情请阅读以下内容。 该版本涵盖了最新版的Spire.Doc, Spire.PDF, Spire.XLS, Spire.Presentation, Spire.Email, Spire.DocViewer, Spire.PDFViewer, Spire.Spreadsheet, Spire.OfficeViewer, Spire.DataExport, Spire.Barcode。 新功能: Spire.Doc.dll v9.10.0 Spire.Pdf.dll v7.10.0 Spire.XLS.dll v11.9.3 Spire.Email.dll v4.7.0 Spire.DocViewer.Forms.dll v6.8.0 Spire.PdfViewer.Forms.dll v6.9.1 Spire.PdfViewer.Asp.dll v6.9.1 Spire.Presentation.dll v6.9.5 Spire.Spreadsheet v5.6.1 Spire.OfficeViewer.Forms.dll v6.10.0 Spire.Barcode.dll v5.9.4…