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

在线编辑/WebAPI

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…
Spire.Doc 9.10.0已发布。本次更新支持提取形状的替代文字(Alternative Text)的内容,优化了Word转PDF以及HTML转Word的功能。此外还修复了一些加载Word文档时出现的问题。详情请阅读以下内容。 新功能: 支持提取形状的替代文字内容 string text = shape.AlternativeText; 问题修复: 修复了对Word文档进行操作后会格外生成一个customXml文件夹的问题 修复了转换Word到PDF时程序抛异常"The given key was not present in the dictionary."的问题 修复了转换Word到PDF时书签层级混乱的问题 修复了加载Word文档时程序抛异常“Bad state(invalid stored block lengths)”的问题 修复了转换Word转PDF时程序抛异常System.NullReferenceException的问题 修复了转换HTML到Word程序抛异常"System.FormatException: 'Input string was not in a correct format.'"的问题…