Spire.Office for Android via Java 8.4.1 is released
2024-06-03 09:46:31
We are excited to announce the release of Spire.Office for Android via Java 8.4.1. In this version, Spire.PDF for Android via Java supports a number of new features, including converting PDF to SVGZ and PPTX and comparing PDF files; Spire.Presentation for Android via Java enhances the conversion from PPTX to PDF. Moreover, some known issues are fixed successfully in this version. More details are listed below. Click the link to download Spire.Office for Android via Java 8.4.1: https://www.e-iceblue.com/Download/office-for-android-via-java.html Here is a list of changes made in this release Spire.PDF for Android via Java Category ID Description New feature - Supports…
Spire.Presentation for Android via Java 8.1.2 enhances the conversion from PPTX to PDF
2024-06-03 09:21:39
We are pleased to announce the release of Spire.Presentation for Android via Java 8.1.2. This version fixes the issue that the application threw an "AbstractMethodError" exception when converting PPTX documents to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-2404 SPIREPPT-2526 Fixes the issue that the application threw an "AbstractMethodError" exception when converting PPTX documents to PDF Click the link below to download Spire.Presentation for Android via Java 8.1.2: https://www.e-iceblue.com/Download/presentation-for-android-via-java.html
Spire.Office 9.5.0 is released
2024-05-30 09:19:27
We're excited to announce the release of Spire.Office 9.5.0. In this version, Spire.Doc supports converting Word to PDF while retaining form fields, Spire.XLS supports finding cells based on regular expressions, Spire.Presentation supports setting spacing between two columns. Meanwhile, tons of known issues have been fixed. More details are listed below. In this version, the most recent versions of Spire.Doc, Spire.PDF, Spire.XLS, Spire.Presentation, Spire.Email, Spire.DocViewer, Spire.PDFViewer, Spire.Spreadsheet, Spire.OfficeViewer, Spire.DataExport, and Spire.Barcode are included. DLL Versions: Spire.Doc.dll v12.5.5.0 Spire.Pdf.dll v10.5.5.0 Spire.XLS.dll v14.5.3.0 Spire.Presentation.dll v9.5.3.0 Spire.Barcode.dll v7.2.9.0 Spire.Email.dll v6.5.10.0 Spire.DocViewer.Forms.dll v8.7.10.0 Spire.PdfViewer.Asp.dll v7.12.14.0 Spire.PdfViewer.Forms.dll v7.12.14.0 Spire.Spreadsheet.dll v7.4.6.0 Spire.OfficeViewer.Forms.dll v8.7.12.0 Spire.DataExport.dll 4.9.0.0 Spire.DataExport.ResourceMgr.dll v2.1.0…
Spire.Doc for Java 12.5.1 supports ignoring header and footer comparison options when comparing documents
2024-05-29 08:43:03
We're pleased to announce the release of Spire.Doc for Java 12.5.1. This version supports ignoring header and footer comparison options when comparing documents, and also fixes some known issues such as incorrect paragraph alignment when converting HTML to Word, redundant content appeared when converting Word to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-10156 Supports ignoring headers and footers when comparing PDF documents. CompareOptions options=new CompareOptions(); Options.IgnoreHeadersAndFooters=true;//Default is false Bug SPIREDOC-9330 SPIREDOC-10446 Fixes the issue that the text was garbled after converting a DOCX document to…
Spire.Office for Java 9.5.0 is released
2024-05-29 08:35:41
We are excited to announce the release of Spire.Office for java 9.5.0. In this version, Spire.PDF for Java retrieving JavaScript content from PDF documents; Spire.Doc for java supports ignoring comparing headers and footers when comparing PDF documents; Spire.XLS for Java enhances the conversion from Excel to PDF. Besides, a lot of known issues are fixed successfully in this version. More details are listed below. Click the link to download Spire.Office for Java 9.5.0: https://www.e-iceblue.com/Download/office-for-java.html Here is a list of changes made in this release Spire.PDF for Java Category ID Description New feature SPIREPDF-6644 Adds a constructor method "PdfInkAnnotation ink =…
Spire.Doc 12.5.5 supports preserving FormField and SDT data and setting comment display when converting Word to PDF
2024-05-27 09:52:18
We are excited to announce the release of Spire.Doc 12.5.5. This version supports preserving FormField and SDT data and setting the comment display mode when converting Word to PDF. Besides, it enhances the conversion from Word to HTML and HTML to Word. Moreover, some known issues are fixed successfully in this version, such as the issue that the program threw “ArgumentOutOfRangeException” exception when loading Word documents. Here is a list of changes made in this release Category ID Description New feature - Supports preserving FormField (CheckBox, DropDown, TextFormField) and SDT (CheckBox, Text, RichText, DropDownList, ComboBox) data when converting Word to…
Spire.XLS 14.5.3 supports adding images to the first page header and footer
2024-05-23 09:37:40
We're pleased to announce the release of Spire.XLS 14.5.3. This version supports adding images to the first page header and footer, obtaining active selection range, as well as finding cells based on regular expressions. In addition, some known issues that occurred when converting Excel to PDF/ images, importing data into Excel, and autofitting columns have been successfully fixed. More details are shown below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-5128 Supports adding images to the first page header and footer. //Load image System.Drawing.Image bufferedImage = System.Drawing.Image.FromFile(inputFile_Img); //Set image on first page…
Spire.XLS for Java 14.5.1 enhances the conversion from Excel to PDF
2024-05-20 09:42:10
We are happy to announce the release of Spire.XLS for Java 14.5.1. This version enhances the conversion from Excel to PDF and images. Besides, some known issues are fixed successfully in this version, such as the issue that the XLOOKUP formula was not calculated correctly. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-5215 Fixes the issue that the program threw "NullPointerException" when converting an Excel document to an HTML document. Bug SPIREXLS-5219 Fixes the issue that the content of charts was incorrect after converting them to pictures. Bug…