We are excited to announce the release of Spire.Presentation for Java 7.12.0. This version enhances the conversion from PowerPoint to SVG. Besides, some known issues are fixed successfully, such as the issue that the program threw an error "Index must be >= 0 and <= Count" when loading a PowerPoint file. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-2085 Fixes the issue that the content format changed when converting PowerPoint to SVG. Bug SPIREPPT-2099 Fixes the issue that the gradient color of the shape line lost when converting…
We are excited to announce the release of Spire.Office 7.12.0. In this version, Spire.Doc supports setting the transparency of the fill color for shapes; Spire.PDF adds a method to compress PDF documents and supports converting PDF to PowerPoint; Spire.XLS supports a variety of new formulas and "SHA-512" encryption scheme. Besides, 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 v10.11.9 Spire.Pdf.dll v8.11.10 Spire.XLS.dll v12.11.3 Spire.Presentation.dll v7.11.2 Spire.Email.dll v5.11.10 Spire.DocViewer.Forms.dll v7.10.0 Spire.PdfViewer.Forms.dll…
We are happy to announce the release of Spire.Spreadsheet 6.12.0. This version fixes the issue that the column names overlapped after deleting columns. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPREADSHEET-210 Fixes the issue that the column names overlapped after deleting columns. Click the link to download Spire.Spreadsheet 6.12.0: https://www.e-iceblue.com/Download/download-Spreadsheet-for-net-now.html More information of Spire.Spreadsheet new release or hotfix: https://www.e-iceblue.com/forum/spire-spreadsheet-new-release-or-hotfix-t6100.html
We are pleased to announce the release of Spire.Doc 10.11.9. This version supports setting the transparency of the fill color for shapes and enhances the conversion from Word to PDF. Moreover, some known issues are successfully fixed in this version, such as the issue that the program threw System.InvalidOperationException when mail merging. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-8443 Supports setting the transparency of the fill color for shapes. Paragraph paragraph = section.AddParagraph(); Spire.Doc.Fields.TextBox textbox1 = paragraph.AppendTextBox(100, 50); textbox1.Format.FillColor = Color.Red; textbox1.FillTransparency = 0.45; Bug SPIREDOC-5456…
We are excited to announce the release of Spire.PDF 8.11.10. This version supports .NET 7.0 and converting PDF to PPTX. At the same time, it adds a new method of compressing PDF document. What’s more, some known issues are successfully fixed in this version, such as the issue that the background color lost after drawing TIFF images on page. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Supports .NET 7.0. Supports converting PDF to PPTX. PdfDocument pdf = new PdfDocument(); pdf.LoadFromFile(inputFile); pdf.SaveToFile(outputFile, FileFormat.PPTX) New feature SPIREPDF-2534 SPIREPDF-4641…
With Christmas 2022 just around the corner, we wish you a Merry Christmas and a Happy New Year! During the festive season (December 1, 2022, to January 5, 2023), E-iceblue will be running its biggest promotion of the year to increase orders and expand its customer base. If you're satisfied with the evaluation of our products, take this opportunity to get them at a much lower price than usual, or if you already have a license, take the opportunity to renew your license at a more favorable price. Christmas Promotion 15% OFF is available for all subscription types of Spire.Office.…
We are glad to announce the release of Spire.XLS for Java 12.11.8. This version enhances the conversion from Excel to PDF. Additionally, some known issues are fixed, such as the issue that the program threw java.lang.OutOfMemoryError when loading an Excel file. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-4154 SPIREXLS-4190 Fixes the issue that the content was incorrect when converting Excel to PDF. Bug SPIREXLS-4166 Fixes the issue that the program threw java.lang.ClassCastException when converting Excel to PDF. Bug SPIREXLS-4181 Fixes the issue that the font changed when…
We are excited to announce the release of Spire.XLS 12.11.3. This version supports CEILING.MATH, BITOR, BITAND, BITLSHIFT, and BITRSHIFT formula, "SHA-512" encryption scheme, grouping shapes, and setting the layout pattern of the entire pivot table. Besides, it enhances the conversion from Excel to PDF and HTML to Excel. What’s more, some known issues are fixed successfully. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-4120 Supports CEILING.MATH formula. Workbook workbook = new Workbook(); workbook.Worksheets[0].Range["A1"].Formula = "CEILING.MATH(-2.78,5,-1)"; workbook.CalculateAllValue(); workbook.SaveToFile("1.xlsx",ExcelVersion.Version2016); New feature SPIREXLS-4195 Supports BITOR formula. Workbook workbook = new…
page 84