Spire.Presentation for Java 10.8.0 enhances the conversion from PPTX to PDF
2025-08-08 09:53:09
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…
Spire.Presentation for Java 10.7.1 fixes the issue occurred when splitting PowerPoint documents
2025-07-16 08:51:51
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
Spire.Presentation for Java 10.6.2 supports copying formulas within paragraphs
2025-07-01 02:26:05
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 {…
Spire.Presentation for Java 10.6.0 fixes the issue where the height of the shape decreased after adding blank paragraphs
2025-06-06 02:56:29
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
Spire.Presentation for Java 10.5.2 fixes an issue
2025-05-28 03:41:41
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
Spire.Presentation for Java 10.4.0 enhances the conversion from PowerPoint to images
2025-04-16 01:58:33
We are pleased to announce the release of Spire.Presentation for Java 10.4.0. This version mainly fixes the issues that occurred when converting PowerPoint to images, PDF and HTML. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-2668 Fixes the issue where the content was incorrect when converting PowerPoint to images. Bug SPIREPPT-2669 Fixes the issue where the text shadow effect was lost when converting PowerPoint to images. Bug SPIREPPT-2672 Fixes the issue where the text layout was incorrect when converting PowerPoint to images. Bug SPIREPPT-2693 Fixes the issue where…
Spire.Presentation for Java 10.3.7 supports setting the number of threads used to convert PowerPoint to PDF
2025-03-27 08:35:07
We are excited to announce the release of Spire.Presentation for Java 10.3.7. This version adds the setThreadScount (int count) method to set the number of threads used for converting PowerPoint to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2760 Adds the setThreadScount (int count) method to set the number of threads used for converting PowerPoint to PDF. presentation.getSaveToPdfOption().setThreadsCount(1); Click the link below to download Spire.Presentation for Java 10.3.7: https://www.e-iceblue.com/Download/presentation-for-java.html
Spire.Presentation for Java 10.2.2 enhances the conversion from PowerPoint to images
2025-02-19 07:20:49
We are delighted to announce the release of Spire.Presentation for Java 10.2.2. This version enhances the conversion from PowerPoint documents to images. Moreover, some known issues are fixed successfully in this version, such as the issue that it threw "Value cannot be null" when saving a PowerPoint document. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-2669 Fixes the issue that the shadow effect of text was lost when converting PowerPoint to images. Bug SPIREPPT-2717 Optimizes the function of adding annotations for specific text. Bug SPIREPPT-2718 Fixes the issue…