We are excited to announce the release of Spire.XLS 12.5.3. This version provides an overload of InsertArray method, which supports setting whether to automatically convert date string to datetime format when inserting arrays into Excel document. In addition, it enhances the conversion from Excel to PDF and fixes some known issues such as the application threw "Invalid file format" when loading XML. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-3852 Provides an overload of InsertArray method, which supports setting whether to automatically convert date string to datetime…
We are excited to announce the release of Spire.DocViewer 7.5.0. This release fixes the issue that the format of some content is inconsistent with that of the original Word document when being viewed. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOCVIEWER-88 Fixes the issue that the format of some content is inconsistent with that of the original Word document when being viewed. Click the link to download Spire.DocViewer 7.5.0: https://www.e-iceblue.com/Download/download-docviewer-for-net-now.html
We are glad to announce the release of Spire.OfficeViewer 7.5.0. This release fixes the issue that the page count increases when viewing Word documents. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREOFFICEVIEWER-17 Fixes the issue that the page count increases when viewing Word documents. Click the link to download Spire.OfficeViewer 7.5.0: https://www.e-iceblue.com/Download/download-spire-office-viewer-net.html
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…
page 58