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 glad to announce the release of Spire.Presentation for Java 5.4.3. This version support setting the rounded corners for the Chart border, it also enhances the conversion from PowerPoint to PDF as well as PowerPoint to image. In addition, it fixes some known issues such as the size of the split PowerPoint file is too big. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-1921 Support setting the rounded corners for the Chart border. Presentation presentation = new Presentation(); IChart chart = presentation.getSlides().get(0).getShapes().appendChart(ChartType.COLUMN_CLUSTERED, new Rectangle(100, 100, 500,…
We are excited to announce the release of Spire.Presentation for Java 5.4.0. This version enhances the conversion from PPT to PDF. Meanwhile, it fixes some known issues such as the application threw "NullPointerException" when getting the numbers of chart Categories. More details are given below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-1884 Fixes the issue that the application threw "ExecutionException" when converting PPT to PDF in Mac system. Bug SPIREPPT-1888 Optimizes the time consumption when converting PPT file to PDF. Bug SPIREPPT-1894 Fixes the issue that the application threw "NullPointerException" when getting…
We are excited to announce the release of Spire.Presentation for Java 5.3.2. This version enhances the conversions from PPTX to Image and Shape to Image. More details are given below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-1871 Fixes the issue that some characters were garbled after converting PPTX file to image. Bug SPIREPPT-1873 Fixes the issue that the output was blank after converting shape to image. Bug SPIREPPT-1881 Fixes the issue that the application hung a long time when converting shape to image. Click the link to download Spire.Presentation for Java 5.3.2:…
We are excited to announce the release of Spire.Presentation for Java 5.3.0. This version enhances the conversion from PPT to PDF and Image. Meanwhile, it fixes some known issues such as the obtained vertical alignment value of the text frame is incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-1797 Optimizes the time consumption when converting PPT file to PDF. Bug SPIREPPT-1825 Fixes the issue that the obtained vertical alignment value of the text frame was incorrect. Bug SPIREPPT-1832 Fixes the issue that the application threw "DocumentReadException" when…
We are glad to announce the release of Spire.Presentation for Java 5.1.7. This version fixes some issues such as the application threw "Error reading WMF metafile" when saving shape to image. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-1461 Fixes the issue that the application threw "Error reading WMF metafile" when saving shape to image. Bug SPIREPPT-1818 Fixes the issue that the application threw "ArrayIndexOutOfBoundsException" when loading a PowerPoint file which was set water mark. Bug SPIREPPT-1831 Fixes the issue that the application threw "ArrayIndexOutOfBoundsException" when loading a…
We are glad to announce the release of Spire.Presentation for Java 5.1.0. This version fixes the issue that the application threw "NullPointerException" when loading a PowerPoint document. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-1798 Fixes the issue that the application threw "NullPointerException" when loading a PowerPoint document. Click the link to download Spire.Presentation for Java 5.1.0. https://www.e-iceblue.com/Download/presentation-for-java.html
We are glad to announce the release of Spire.Presentation for Java 4.12.3. This version supports converting PowerPoint file to OFD as well as supports getting the image path of the PowerPoint file. In addition, it fixes some known issues such as the content was lost after saving a slide to image. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-1778 Supports getting the image path of the PowerPoint file. ImageCollection images = ppt.getImages(); for (int i = 0; i < images.size(); i++) { IImageData imageData = images.get(i); String…
Page 5 of 6
page 5