We are happy to announce the release of Spire.Presentation for Java 9.10.2. The latest version supports the FindFirstTextAsRange method for finding the first occurrence of text. Moreover, some known bugs are fixed successfully in the update, such as the issue that the program threw the NullPointerException exception when loading PPTX documents. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2573 Supports the FindFirstTextAsRange method for finding the first occurrence of text. Presentation ppt = new Presentation(); ppt.loadFromFile(inputFile); String text = "create, read"; PortionEx textRange=ppt.getSlides().get(0).FindFirstTextAsRange(text); textRange.getFill().setFillType(FillFormatType.SOLID); textRange.getFill().getSolidColor().setColor(Color.red); textRange.setFontHeight(28); textRange.setLatinFont(new…
We are delighted to announce the release of Spire.Presentation for Java 9.9.2. This version supports getting the names of all embedded fonts in a PowerPoint file. It also enhances the conversion from PPTX files to PPT files. Moreover, some known issues are fixed in this version, such as the issue that the program suspended when loading a PPTX document. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2602 Supports getting the names of all embedded fonts in a PowerPoint file. ArrayList<String> embedFonts = ppt.getEmbedFonts(); Bug SPIREPPT-2597 Fixes the…
We are pleased to announce the release of Spire.Presentation for Java 9.8.3. This version provides a new method to set format when replacing text, and also fixes some known issues occurred when loading PowerPoint files, adding formulas in table cells, and adding LatexMath. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2579 Provides the ReplaceAndFormatText(String matchedString, String newValue, PortionFormatEx format) method to support setting format when replacing text. Presentation ppt = new Presentation(); // Load a PowerPoint presentation from the specified file. ppt.loadFromFile(inputFile); // Create a new object…
We are pleased to announce the release of Spire.Presentation for Java 9.7.6. This version supports adding comments to specified text in PowerPoint, and also fixes some known issues, such as the incorrect shape height after adding content to the shape. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2559 Supports adding comments to specified text in PowerPoint. Presentation ppt = new Presentation(); ISlide slide = ppt.getSlides().get(0); IAutoShape shape = ppt.getSlides().get(0).getShapes().appendShape(ShapeType.RECTANGLE, new Rectangle2D.Double(100, 250, 350, 200)); ppt.getSlides().get(0).getShapes().get(0).getLine().getFillFormat().getSolidFillColor().setColor(Color.white); shape.getFill().setFillType(FillFormatType.SOLID); shape.getFill().getSolidColor().setColor(Color.GRAY); ParagraphEx paragraphEx = shape.getTextFrame().getTextRange().getParagraph(); PortionEx ex = new PortionEx("TextTextmdTextText\ttmdTextTextmdText\ttmdTextTextmdtEXT\ttTextmd"); paragraphEx.getTextRanges().append(ex);…
We are pleased to announce the release of Spire.Presentation for Java 9.7.4. This version mainly fixes some known issues that occurred when converting PPTX to images, loading and saving PowerPoint documents. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-2513 Fixes the issue that the TextBox margin values obtained were incorrect. Bug SPIREPPT-2536 Fixes the issue that there was a "repair" prompt when opening a saved PowerPoint file. Bug SPIREPPT-2538 Fixes the issue of incorrect behavior when setting IAudio.isPlayInBackground(true). Bug SPIREPPT-2546 Fixes the issue that the application threw an…
We are pleased to announce the release of Spire.Presentation for Java 9.6.0. This version mainly fixes several issues that occurred when converting PPTX to PDF/images, merging, loading and saving PowerPoint documents. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-2487 Fixes the issue that the links were missing when merging PowerPoint documents. Bug SPIREPPT-2499 Fixes the issue that the chart dynamics were lost after loading and saving PowerPoint documents. Bug SPIREPPT-2500 Fixes the issue that the program hanged when converting PowerPoint to PDF. Bug SPIREPPT-2517 Fixes the issue that…
We are pleased to announce the release of Spire.Presentation for Android via Java 8.1.2. This version fixes the issue that the application threw an "AbstractMethodError" exception when converting PPTX documents to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-2404 SPIREPPT-2526 Fixes the issue that the application threw an "AbstractMethodError" exception when converting PPTX documents to PDF Click the link below to download Spire.Presentation for Android via Java 8.1.2: https://www.e-iceblue.com/Download/presentation-for-android-via-java.html
We are pleased to announce the release of Spire.Presentation for Java 9.5.2. This version optimizes the time consumption for converting PPTX to PDF. Additionally, it also fixes some issues that occurred after merging multiple PPTX files and converting PPTX to images. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-2466 Optimizes the time consumption for converting PPTX to PDF. Bug SPIREPPT-2471 Fixes the issue that the comments were incorrect after merging multiple PPTX files. Bug SPIREPPT-2486 Fixed the issue that the application threw the "StringIndexOutOfBoundsException" when converting PowerPoint to…
Page 1 of 6
page 1