We are pleased to announce the release of Spire.Presentation for Java 8.11.1. This version enhances the conversion from slides to SVG. What's more, some known issues are fixed in this version, such as the issue that the underline of the inserted HTML text missed. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-2114 Fixes the issue that the content was incorrect after converting slides to SVG. Bug SPIREPPT-2140 SPIREPPT-2373 Fixes the issue that the gradient background color was incorrect after converting slides to SVG. Bug SPIREPPT-2380 Fixes the issue…
We are excited to announce the release of Spire.Presentation for Java 8.10.4. This version supports converting specified slides to SVG and PowerPoint presentations to SVG. It also enhances the conversion from PowerPoint to PDF. Besides, some known issues are fixed in this version, such as the issue that the program threw an exception java.lang.NullPointerException when loading PowerPoint documents. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2328 Supports converting PowerPoint documents to SVGZ documents. Presentation ppt = new Presentation(); ppt.loadFromFile("input.pptx"); List bytes = ppt.saveToSVGZ(); for (int i =…
We are pleased to announce the release of Spire.Presentation for Java 8.9.4. This version supports specifying the number of pages when converting PPTX to other document formats. What's more, some known issues are fixed in this version, such as the issue that the path of video and image was incorrect after converting PPTX to HTML. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2366 Supports specifying the number of pages when converting PPTX to other document formats. ppt.saveToFile(2,5,outputFile, FileFormat.PDF); Bug SPIREPPT-2282 Fixes the issue that the application threw…
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
Page 5 of 8
page 5