Spire.Office 8.6.0 is released

Tuesday, 06 June 2023 01:02
We are happy to announce the release of Spire.Office 8.6.0. In this version, Spire.PDF supports converting multi-page PDF documents to single SVG files; Spire.XLS adds two methods to realize the movement of chartsheets and worksheets between positions; Spire.Presentation supports setting the column count for the TextFrame. Moreover, many known issues are fixed successfully in this version. 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, Spire.Barcode are included. DLL Versions: Spire.Doc.dll v11.5.12 Spire.Pdf.dll v9.6.0 Spire.XLS.dll v13.5.6 Spire.Presentation.dll v8.6.0 Spire.Email.dll v6.5.7 Spire.DocViewer.Forms.dll v8.5.1 Spire.PdfViewer.Forms.dll v9.6.0 Spire.PdfViewer.Asp.dll v8.5.0…
We are pleased to announce the release of Spire.Presentation 8.6.0. This version supports setting the column count for the TextFrame. Besides, it fixes the issue that the application threw "Merged cells found." when splitting table merged cell. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2232 Supports setting the column count for the TextFrame. Presentation ppt = new Presentation(); ppt.LoadFromFile(inputFile); IAutoShape shape1 = (IAutoShape)ppt.Slides[0].Shapes[0]; shape1.TextFrame.ColumnCount = 2; IAutoShape shape2 = (IAutoShape)ppt.Slides[1].Shapes[0]; shape2.TextFrame.ColumnCount = 3; ppt.SaveToFile(outputFile, FileFormat.Pptx2013); ppt.Dispose(); Bug SPIREPPT-2205 Fixes the issue that it prompted an error when…
We are excited to announce the release of Spire.PDF 9.6.0. This version supports converting multi-page PDF documents to single SVG files. It also enhances the conversion from PDF to Word, Excel, as well as PowerPoint and OFD to PDF. Besides, some known issues are fixed in this version, such as the issue that it failed to find text. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-5977 Supports converting multi-page PDF documents to single SVG files. // load file PdfDocument pdfDocument = new PdfDocument(); pdfDocument.LoadFromFile("input.pdf"); // convert multi-page…
We are pleased to announce the release of Spire.XLS 13.5.6. This version adds the method to optimize the speed of deleting rows and it adds two methods to realize the movement of chartsheets and worksheets between positions. Besides, it enhances the conversion from Excel to PDF and image. In addition, many known issues are fixed in this version, such as the issue that the setting on top function does not take effect when adding a text box. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-4560 Adds two…
We are happy to announce the release of Spire.Doc 11.5.12. This version enhances the conversion from Word to PDF and HTML. Besides, some known issues are fixed in this version, such as the issue that that the application threw "System.InvalidCastException" when loading documents. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-8643 Fixes the issue that the application threw "System.InvalidCastException" when loading files. Bug SPIREDOC-8946 Fixes the issue that content lost after converting Word to Html. Bug SPIREDOC-9217 Fixes the issue that the application threw "System.InvalidOperationException" when loading files.…

Spire.Office for Java 8.5.6 is released

Thursday, 25 May 2023 07:25
We are excited to announce the release of Spire.Office for Java 8.5.6. In this version, Spire.Doc for Java enhances the conversion from Word to PDF; Spire.PDF for Java supports determining whether a PDF stream document is encrypted or not; Spire.XLS for Java enhances the conversion from Excel to PDF; Spire.Presentation for Java enhances the conversion from PowerPoint to images. Besides, a lot known issues are fixed in this version. More details are listed below. Click the link to download Spire.Office for Java 8.5.6: https://www.e-iceblue.com/Download/office-for-java.html Here is a list of changes made in this release Spire.Doc for Java Category ID Description…
We are happy to announce the release of Spire.Presentation for Java 8.5.2. This version enhances the conversion from PowerPoint to images. Moreover, some known issues are fixed in this release, such as the issue that getting the glow color of text failed. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-2237 Fixes the issue that getting the glow color of text failed. Bug SPIREPPT-2239 Fixes the issue that the program threw an exception java.lang.NullPointerException when setting pictures using SmartArtLayoutType: PICTURE_ORGANIZATION_CHART. Bug SPIREPPT-2241 Fixes the issue that the font size…
We are pleased to announce the release of Spire.Doc for Java 11.5.5. This version enhances the conversion from Word to PDF and Word to OFD. In addition, it fixes some known issues, such as the issue that the application threw an error "Attempted to read past the end of the stream" when loading documents. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-7626 Fixes the issue that the content was incorrect after converting Word to OFD. Bug SPIREDOC-8666 Fixes the issue that the paging was inconsistent after converting DOC to DOCX.…
Page 1 of 39