We are pleased to announce the release of Spire.PDF for Java 9.9.2. This version fixes the issue that the characters overlapped when converting OFD to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6241 Fixes the issue that the characters overlapped when converting OFD to PDF. Click the link below to download Spire.PDF for Java 9.9.2: https://www.e-iceblue.com/Download/pdf-for-java.html
We are excited to announce the release of Spire.Office for Java 8.8.3. In this version, Spire.Doc for Java supports setting the position of the gutter line; Spire.Presentation for Java supports selecting multiple slides and converting them into one SVG; Spire.PDF for Java adds a new interface for converting PDF to Word; Spire.XLS for Java supports setting images for the first page header and footer. In addition, a lot of known issues are fixed in this version. More details are listed below. Click the link to download Spire.Office for Java 8.8.3: https://www.e-iceblue.com/Download/office-for-java.html Here is a list of changes made in this…
We are pleased to announce the release of Spire.Presentation for Java 8.8.1. This version enhances the conversion from PPT to PDF. What's more, some known issues are fixed in this version, such as the issue that the animation styles and timing effects lost when loading a document and saving it to a new one. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-2312 Fixes the issue that the animation styles and timing effects lost when loading a document and saving it to a new one. Bug SPIREPPT-2316 Fixes the…
We are happy to announce the release of Spire.PDF for Java 9.8.6. This version enhances the conversion from PDF to SVG and Excel. Besides, it also fixes the issue that setting the font of the text box did not take effect. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6104 Fixes the issue that some borders of charts were cropped after converting PDF to SVG. Bug SPIREPDF-6133 Fixes the issue that the cell merge of the same column was incorrect after converting PDF to Excel. Bug SPIREPDF-6209 Fixes the…
We are excited to announce the release of Spire.XLS 13.8.9. This version supports adding signature lines, getting shapes in sheets, and customizing the paper size without scaling the content during printing. Besides, some known issues are fixed in this version, such as the issue that the slicer was lost after saving the Excel document. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-2146 Supports customizing the paper size without scaling the content during printing. sheet.PageSetup.SetCustomPaperSize(224, (float)25.4); sheet.PageSetup.Orientation = PageOrientationType.Portrait; New feature SPIREXLS-4640 Supports adding Signature Line. sheet.Range["A1"].AddSignatureLine("e-iceblue","E-iceblue","123@123.com", "description"…
We are pleased to announce the release of Spire.Doc 11.8.18. This version improves the efficiency of document storage. What’s more, some known issues are fixed in this version, such as the issue that the content layout of the result documents generated in .NET 7.0 projects was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-9778 Improves the efficiency of document storage. Bug SPIREDOC-9769 Fixes the issue that the content layout of the result documents generated in .NET 7.0 projects was incorrect. Click the link to download Spire.Doc…
We are pleased to announce the release of Spire.DocViewer 8.7.1. This version fixes the issue that the image location was incorrect when viewing a Word document. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOCVIEWER-107 Fixed the issue that the image location was incorrect when viewing a Word document. Click the link to download Spire.DocViewer 8.7.1: https://www.e-iceblue.com/Download/download-docviewer-for-net-now.html
We are excited to announce the release of Spire.Presentation 8.8.4. This version supports highlighting replaced text. It also enhances the conversion from PowerPoint to PDF. In addition, some known issues are fixed successfully in this version, such as the issue that copying PowerPoint slides containing modern annotation content failed. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2311 Supports highlighting replaced text. Presentation ppt = new Presentation(); ppt.LoadFromFile("input.pptx"); DefaultTextRangeProperties format = new DefaultTextRangeProperties(); format.IsBold = TriState.True; format.Fill.FillType = Spire.Presentation.Drawing.FillFormatType.Solid; format.Fill.SolidColor.Color = Color.Red; format.FontHeight = 25; ppt.ReplaceAndFormatText("Yuma", "AAAA", format);…
page 55