Spire.Presentation for Java | News & Releases
We are pleased to announce the release of Spire.Presentation for Java 10.11.4. This update focuses on improving platform compatibility by addressing an issue that occurred when the library was used on the ColdFusion platform. The fix enhances reliability in cross-platform integration scenarios. Details are as follows: The following is a list of changes included in this release. Category ID Description Bug SPIREPPT-3029 Fixed an issue where a NullPointerException was thrown when running the library on the ColdFusion platform. Click the link below to download Spire.Presentation for Java 10.11.4: https://www.e-iceblue.com/Download/presentation-for-java.html
We are delighted to announce the release of Spire.Presentation for Java 10.10.2. This version adds support for converting Markdown to PPTX files and SVG to shapes. In addition, several known issues have been successfully fixed, including an issue where added LaTeX formulas were rendered incorrectly. Details are listed below. Here is a list of changes made in this release Category ID Description New feature - Supports converting Markdown to PPTX files. Presentation pt = new Presentation(); pt.loadFromFile("input.md", FileFormat.Markdown); pt.saveToFile("output.pptx", FileFormat.PPTX_2013); pt.dispose(); New feature - Adds the AddFromSVGAsShape method to convert SVG into shapes. Presentation ppt = new Presentation(); ppt.loadFromFile("input.pptx"); for…
We are pleased to announce the release of Spire.Presentation for Java 10.9.3. This version adds a new method to quickly retrieve the number of slides, and also fixes several issues that occurred when converting slides to images. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2978 Adds the getSlidesCount() method to quickly retrieve the number of slides without fully parsing the entire document. // Stream approach: InputStream stream = new FileInputStream(inputFile); int count = Presentation.getSlidesCount(stream); // File path approach: int count = Presentation.getSlidesCount(inputFile); Bug SPIREPPT-2908 SPIREPPT-2913 Fixed an…
We’re glad to announce the release of Spire.Presentation for Java 10.8.0. This version optimizes the memory usage and processing time when converting PPTX to PDF, while also fixing several known issues. More details are provided below. Here is a list of changes made in this release Optimization SPIREPPT-2896 Optimized memory usage and processing time when converting PPTX to PDF. Bug SPIREPPT-2877 Fixed the issue where adding a LaTeX formula resulted in incorrect rendering. Bug SPIREPPT-2890 Fixed the issue where adding a blank paragraph caused incorrect shape height. Bug SPIREPPT-2907 Fixed the issue where converting ODP to PDF caused the program…
We’re pleased to announce the release of Spire.Presentation for Java 10.7.1. This version fixed the issue occurred when splitting PowerPoint documents. More details are listed below. Here is a list of changes made in this release: Category ID Description Bug SPIREPPT-2922 Fixed the issue where the program threw 'java. lang. OutOfCacheError: Java heap space' when splitting PowerPoint documents. Click the link below to download Spire.Presentation for Java 10.7.1: https://www.e-iceblue.com/Download/presentation-for-java.html
We are excited to announce the release of Spire.Presentation for Java 10.6.2. The latest version supports copying formulas within paragraphs. Besides, some known bugs are fixed successfully in the new version, such as the issue that the program threw an "Unknown file format" error when converting ODP to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2856 Supports copying formulas within paragraphs. Presentation sourcePpt = new Presentation(); sourcePpt.loadFromFile("data1.pptx"); Presentation targetPpt = new Presentation(); targetPpt.loadFromFile("data2.pptx"); copyNotes(sourcePpt.getSlides().get(0),targetPpt.getSlides().get(0)); targetPpt.saveToFile("out.pptx", com.spire.presentation.FileFormat.PPTX_2013); public static void copyNotes(ISlide sourceSlide, ISlide targetSlide) throws DocumentEditException {…
We are excited to announce the release of Spire.Presentation for Java 10.6.0. The issue where the height of the shape decreased after adding blank paragraphs is fixed in the new version. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-2860 Fixes the issue where the height of the shape decreased after adding blank paragraphs. Click the link below to download Spire.Presentation for Java 10.6.0: https://www.e-iceblue.com/Download/presentation-for-java.html
We are pleased to announce the release of Spire.Presentation for Java 10.5.2. The latest version fixes the issue where the program threw an "Exception in thread "main" java.lang.NullPointerException" when adding LaTeX formulas. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-2882 Fixes the issue where the program threw an "Exception in thread "main" java.lang.NullPointerException" when adding Latex formulas. Click the link below to download Spire.Presentation for Java 10.5.2: https://www.e-iceblue.com/Download/presentation-for-java.html
Page 1 of 8
page 1