Spire.Office | 新闻
|
028-81705109
|
|
微信扫一扫
|

在线编辑/WebAPI

Spire.Office for Java 3.2.0已正式发布,该版本中,Spire.Presentation 新增了功能支持获取图片位置以及图片的裁剪位置、设置内部阴影的模糊半径、对二级轴标签进行分组以及添加了方法addNodeByPosition在指定位置插入新的子节点;同时,也修复了将PPT中的形状转为图片、PPT转为.odp、复制PPT中的表格以及将Word转为PDF/HTML、合并Word文档时出现的一些问题。新功能及问题修复详情如下。 获取Spire.Office for Java 3.2.0,请点击: https://www.e-iceblue.cn/Downloads/Spire-Office-JAVA.html Spire.Presentation for Java 新功能: 支持获取图片位置以及图片的裁剪位置 Presentation ppt=new Presentation(); ppt.loadFromFile(filepath); IShape shape=ppt.getSlides().get(0).getShapes().get(0); if (shape instanceof SlidePicture) { SlidePicture picture=(SlidePicture)shape; //crop position Rectangle2D cropPosition=picture.getPictureFill().getCropPosition(); //picture position Rectangle2D picPosition=picture.getPictureFill().getPicturePosition();…
Spire.Office 5.2.0现已发布。该版本包含了一些新功能,例如Spire.XLS支持设置趋势线的数据格式,Spire.PdfViewer支持捕获PDFViewer绘制页面时抛出的异常。除此之外,一些在加载、转换和操作PDF、Word和Excel文档时出现的问题也得以成功解决。更多详情参见下文。 该版本涵盖了最新版的Spire.Doc、Spire.PDF、Spire.XLS、Spire.Presentation、Spire.DataExport、Spire.Barcode、Spire.DocViewer、Spire.PDFViewer、Spire.OfficeViewer、Spire.Email。 版本信息如下: Spire.Doc.dll v8.2.4 Spire.Pdf.dll v6.2.1 Spire.XLS.dll v10.1.8 Spire.Email.dll v3.1.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.1.3 Spire.Spreadsheet v4.1.0 Spire.OfficeViewer.Forms.dll v5.2.0 Spire.Barcode.dll v4.1.1 Spire.DataExport.dll v4.1.9 Spire.DataExport.ResourceMgr.dll v2.1.0 Spire.Common.dll v3.2.2 Spire.License.dll v1.3.8 获取Spire.Office 5.2.0,…
Spire.Office 5.1今日已发布,该版本具备了一些新功能,例如Spire.XLS支持将整个工作簿转到HTML和设置复制选项,Spire.PDF支持获取PrinterResolutionKind的值和单选按钮域的按钮样式,Spire.Presentation支持获取和设置PPT中幻灯片的名字。同时,一些在加载、转换和操作Excel,PDF,Word和Presentation文档时出现的问题也得以成功解决。具体相关新功能及修复问题详见下文。 该版本涵盖了最新版的Spire.Doc、Spire.PDF、Spire.XLS、Spire.Presentation、Spire.DataExport、Spire.Barcode、Spire.DocViewer、Spire.PDFViewer、Spire.OfficeViewer、Spire.Email。 版本信息如下: Spire.Barcode.dll 4.1.0 Spire.Common.dll 3.1.3 Spire.DataExport.dll 4.1.9 Spire.Email.dll 3.1.0 Spire.Doc.dll 8.1.3 Spire.DocViewer.Forms.dll 5.1.1 Spire.Pdf.dll 6.1.4 Spire.PdfViewer.Asp.dll 5.1.1 Spire.PdfViewer.Forms.dll 5.1.1 Spire.XLS.dll 10.1.1 Spire.Presentation.dll 5.1.3 Spire.Spreadsheet.dll 4.1.0 Spire.OfficeViewer.Forms.dll 5.1.1 Spire.License.dll 1.3.8 获取Spire.Office 5.1, 请点击: https://www.e-iceblue.cn/Downloads/Spire-Office-NET.html…
Spire.Office for Java 3.1.0已正式发布。此新版本包含了Spire.XLS for Java,支持创建、操作、转换和打印 Excel 工作表,且无需安装Microsoft Excel。另外也新增了功能,如Spire.PDF 支持转换PDF到SVG时设置宽度和高度像素,并公开了PdfFileLinkAnnotationWidget类及getValue属性;Spire.Presentation 支持转换PPT到HMTL时,可设置内容居中;同时,也修复了将PDF转换为Word/HTML、PPT转换为PDF/图片、Word转换为PDF/HTML、给PPT设置图片背景、对Word文档进行加密时出现的问题。新功能及问题修复详情,请参阅如下内容。 新功能: 包含了Spire.XLS for Java 获取Spire.Office for Java 3.1.0,请点击: https://www.e-iceblue.cn/Downloads/Spire-Office-JAVA.html Spire.PDF for Java 新功能: 公开了PdfFileLinkAnnotationWidget类 支持在转换PDF到Svg时设置宽度和高度像素 pdf.getConvertOptions().setPdfToSvgOptions(float widthPixel, float heightPixel); 公开了getValue属性用以获取radio button的值 PdfRadioButtonWidgetItem item=items.get(j); item.getValue(); 问题修复:…