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

在线编辑/WebAPI

Spire.Doc 8.3.8于今日发布。该版本主要修复了Word转PDF时出现的问题。详情见下文。 问题修复: 修复了转换Word到PDF内容格式不正确的问题。 获取Spire.Doc 8.3.8,请点击: https://www.e-iceblue.cn/Downloads/Spire-Doc-NET.html
Spire.PDF for Java 3.3.2现已发布。该版本包含了许多新功能,比如它支持展开指定书签及获取RadioButton域的样式。除此之外,一些在操作PDF文档时出现的问题也得以解决。详情见下文。 优化: 优化了转换PDF到Word的时间。 新功能: 支持在签名PDF页面时自定义签名图片/名称/信息的宽度。 signature.setCustomSignPosition(true). signature.setCustomSignImagePosition(x,y,width,height). signature.setCustomSignNamePosition(x,y,width,height) signature.setCustomSignDetailPosition(x,y,width,height). 支持给PdfAnnotation设置作者/主题/创建日期/修改日期属性。 setAuthor(String value); setSubject(String value); setCreationDate(Date value); setModifiedDate(Date value); 支持展开指定书签。 setExpandBookmark(boolean value) 支持获取RadioButton域的样式。 PdfRadioButtonListFieldWidget radio = (PdfRadioButtonListFieldWidget)field; //获取按钮样式 PdfCheckBoxStyle buttonStyle = radio.getButtonStyle(); 问题修复: 修复了用图片签名PDF后,图片被拉伸的问题。…
Spire.Office 5.3.1于今日发布。该版本拥有了一些新功能,比如Spire.Presentation 支持给SmartArt的结点添加超链接,同时也支持了转换PPT到HTML,给每个shape指定唯一标识符。除此之外,一些在转换,操作,保存PDF、Word、Excel、Presentation和Email文档时出现的问题也得以成功地解决。详情见下文。 该版本涵盖了最新版的Spire.Doc、Spire.PDF、Spire.XLS、Spire.Presentation、Spire.DataExport、Spire.Barcode、Spire.DocViewer、Spire.PDFViewer、Spire.OfficeViewer、Spire.Email。 版本信息如下: Spire.Doc.dll v8.3.3 Spire.Pdf.dll v6.3.0 Spire.XLS.dll v10.3.0 Spire.Email.dll v3.3.0 Spire.DocViewer.Forms.dll v5.1.1 Spire.PdfViewer.Forms.dll v5.1.4 Spire.PdfViewer.Asp.dll v5.1.4 Spire.Presentation.dll v5.2.1 Spire.Spreadsheet v4.1.0 Spire.OfficeViewer.Forms.dll v5.3.1 Spire.Barcode.dll v4.1.1 Spire.DataExport.dll v4.1.9 Spire.DataExport.ResourceMgr.dll v2.1.0 Spire.Common.dll v10.3.1 Spire.License.dll v1.3.8 获取Spire.Office…
Spire.Doc for Java 3.3.0 现已发布。该版本支持设置对角线表格边框和装订线。除此之外,一些在 Word 转 SVG/PDF,操作和保存文档时出现的问题也得以成功解决。详情见下文。 新功能: 支持了设置对角线表格边框。 Document doc = new Document(); Section section = doc.addSection(); Table oTable = section.addTable(true); section.addParagraph(); oTable.resetCells(10, 3); oTable.getTableFormat().getPaddings().setTop(10); oTable.getTableFormat().getPaddings().setBottom(10); oTable.getTableFormat().setHorizontalAlignment(RowAlignment.Center); oTable.getLastCell().getCellFormat().getBorders().getDiagonalUp().setBorderType(BorderStyle.Single); oTable.getFirstRow().getCells().get(0).getCellFormat().getBorders().getDiagonalDown().setBorderType(BorderStyle.Double); doc.saveToFile(outputFile); 支持了设置装订线的功能。 Section section =…