We are happy to announce the release of Spire.Presentation for Java 7.5.2. This release supports setting the color of SeriesLines and the effect of chart animation by series. Additionally, it enhances the conversion from PowerPoint documents to images and PowerPoint documents to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-1922 Supports setting the color of SeriesLines. Presentation ppt = new Presentation(); ppt.loadFromFile(inputFile); IChart chart = (IChart) ppt.getSlides().get(1).getShapes().get(3); TextLineFormat seriesLine = chart.getSeriesLine(); seriesLine.setFillType(FillFormatType.SOLID); seriesLine.getFillFormat().getSolidFillColor().setColor(Color.RED); ppt.saveToFile(outputFile, FileFormat.AUTO); ppt.dispose(); New feature SPIREPPT-1938 Supports settings the effect of chart animation…
We are excited to announce the release of Spire.XLS 12.5.1. This release supports centering text via IPrstGeomShape class. It also enhances the conversion from Excel to PDF, HTML as well as CSV, and optimizes the time and memory used for formatting cell numbers. Moreover, it fixes some known issues such as the issue that the data was not correct when transferring Excel data to a data table. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-3806 IPrstGeomShape Implements the style of centered text. IPrstGeomShape shape = book.Worksheets[0].PrstGeomShapes[0]; shape.TextVerticalAlignment…
As a result of the tireless efforts of our technical staff, our Products have become more powerful and complete. Due to the changes in the market and the continued increase in investment, we need to adjust the Price of E-iceblue Products based on the current market. The new Prices will be valid from July 1, 2022. Below is the list of products that will be affected by the price increase/adjustments: .NET products Spire.Doc for .NET ( price increase ) Spire.XLS for .NET ( price increase ) Spire.PDF for .NET ( price increase ) Spire.Presentation for .NET ( price increase )…
We are glad to announce the release of Spire.PDF for Java 5.5.0. This version enhances the conversion from PDF to image as well as PDF to Word. In addition, it fixes some known issues such as that the text format was incorrect after converting Ofd to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-4998 Fixes the issue that the transparent background became white after converting PDF to image. Bug SPIREPDF-5002 Fixes the issue that the application threw "Item has already been added. " when converting PDF to…
We are excited to announce the release of Spire.PDF 8.5.0. This version supports converting OFD to PDF stream. Additionally, it fixes some known issues such as the images are black after converting PDF to images and the cell division of the table was incorrect after converting PDF to Excel. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-5098 Supports converting OFD to PDF stream. OfdConverter converter = new OfdConverter(inputFile); //Save to stream MemoryStream tempStream = new MemoryStream(); converter.ToPdf(tempStream); Bug SPIREPDF-2502 Fixes the issue that caused black images after…
We are pleased to announce the release of Spire.XLS for Java 5.5.0. This version enhances the conversion from Excel to PDF. In addition, it fixes some known issues like the content of chart lost after copying worksheets multiple times. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-3792 Fixes the issue that the content format was incorrect after adding images in Excel and converting it to PDF. Bug SPIREXLS-3778 Fixes the issue that the content of chart lost after copying worksheets multiple times. Bug SPIREXLS-3811 Fixes the issue that…
In order to optimize the product structure, we decided to remove the Spire.License.dll from our .NET product packages. In most cases, the original interfaces and classes defined in the Spire.License.dll are now included in the Spire.Pdf.dll. If a product (such as Spire.Barcode) does not contain the Spire.Pdf.dll, these interfaces and classes are included in the DLL file with the same name as the product. To use two or more individual products of us in the same project, please download Spire.Office and reference the corresponding DLLs from it. The Spire.Pdf.dll is needed to be referenced if you want to apply a…
We are happy to announce the release of Spire.Email 5.5.0. This version fixes the issue that the mail attachment and subject were failed to extract. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREEMAIL-42 SPIREEMAIL-53 SPIREEMAIL-56 Fixes the issue that it failed to get the attachment from message. Bug SPIREEMAIL-52 Fixes the issue that it failed to get the correct subject from message. Click the link to download Spire.Email 5.5.0: https://www.e-iceblue.com/Download/email-for-net.html
page 92