News Category

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 excited to announce the release of Spire.Presentation for Java 8.7.3. This version supports selecting multiple slides and converting them into one SVG file. It also enhances the conversion from PowerPoint to images. Moreover, some known issues are fixed in this version, such as the issue that the text layout was messed up after converting PowerPoint to images. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2293 Supports selecting multiple slides and converting them into one SVG file. Presentation ppt = new Presentation(); ppt.loadFromFile("input.pptx"); //saveToOneSVG(int startSlide,int endSlide)…
We are pleased to announce the release of Spire.Presentation for Java 8.6.2. This version supports getting the number and position of vertices in a polygon. What's more, some known issues are fixed in this version, such as the issue that 3D rotation effect did not work when adding an image. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2152 Supports getting the number and position of vertices in a polygon. Presentation ppt = new Presentation(); ppt.loadFromFile(inputFile); IAutoShape shape = (IAutoShape)ppt.getSlides().get(0).getShapes().get(0); ArrayList<Point2D> points = shape.getPoints(); String text1 = "point…
We are happy to announce the release of Spire.Presentation for Java 8.5.2. This version enhances the conversion from PowerPoint to images. Moreover, some known issues are fixed in this release, such as the issue that getting the glow color of text failed. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-2237 Fixes the issue that getting the glow color of text failed. Bug SPIREPPT-2239 Fixes the issue that the program threw an exception java.lang.NullPointerException when setting pictures using SmartArtLayoutType: PICTURE_ORGANIZATION_CHART. Bug SPIREPPT-2241 Fixes the issue that the font size…
We are excited to announce the release of Spire.Presentation for Java 8.4.2. This version fixes the issue that the coordinate value of the obtained SmartArt node was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-2236 Fixes the issue that the coordinate value of the obtained SmartArt node was incorrect. Click the link below to download Spire.Presentation for Java 8.4.2: https://www.e-iceblue.com/Download/presentation-for-java.html
We are pleased to announce the release of Spire.Presentation for Java 8.4.1. This version supports adjusting table column width according to the text width and setting the round radius for shapes. Besides, it also supports adding new slides using custom layouts. What's more, some known issues are fixed in this version, such as the issue that there was an error message when opening the document after setting SeriesLinesColor. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2213 Supports adjusting table column width according to the text width. Presentation…
We are happy to announce the release of Spire.Presentation for Java 8.3.2. This version supports DPT and DPS file formats. Besides, it enhances the conversion from HTML to PowerPoint and PowerPoint to images. What's more, some known issues are fixed in this version, such as the issue that it threw NullPointerException when executing ppt.getBytes() method. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2203 Supports DPT and DPS file formats. Presentation presentation = new Presentation(); presentation.loadFromFile("sample.dps", FileFormat.DPS); presentation.saveToFile("result.dpt", FileFormat.DPT); Bug SPIREPPT-2204 Improves the behavior of throwing exceptions when…
We are excited to announce the release of Spire.Presentation for Java 8.2.1. This version enhances the conversion from PowerPoint to SVG and images. Besides, some known issues are fixed successfully, such as the issue that the program threw java.lang.Exception: Error reading bytes when loading PowerPoint files. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-2139 Fixes the issue that the line color was incorrect when converting slide to SVG. Bug SPIREPPT-2142 Fixes the issue that it failed to get italicized style information of text. Bug SPIREPPT-2144 Fixes the issue…
Page 2 of 5