Spire.Presentation for Java 5.1.7 fixes the issue that the application threw "Error reading WMF metafile" when saving shape to image
2022-01-21 05:42:46
We are glad to announce the release of Spire.Presentation for Java 5.1.7. This version fixes some issues such as the application threw "Error reading WMF metafile" when saving shape to image. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-1461 Fixes the issue that the application threw "Error reading WMF metafile" when saving shape to image. Bug SPIREPPT-1818 Fixes the issue that the application threw "ArrayIndexOutOfBoundsException" when loading a PowerPoint file which was set water mark. Bug SPIREPPT-1831 Fixes the issue that the application threw "ArrayIndexOutOfBoundsException" when loading a…
Spire.Presentation for Java 5.1.0 fixes issue that the application threw "NullPointerException" when loading a PowerPoint document
2022-01-06 03:03:03
We are glad to announce the release of Spire.Presentation for Java 5.1.0. This version fixes the issue that the application threw "NullPointerException" when loading a PowerPoint document. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-1798 Fixes the issue that the application threw "NullPointerException" when loading a PowerPoint document. Click the link to download Spire.Presentation for Java 5.1.0. https://www.e-iceblue.com/Download/presentation-for-java.html
Spire.Presentation for Java 4.12.3 supports converting PowerPoint file to OFD
2021-12-29 06:53:18
We are glad to announce the release of Spire.Presentation for Java 4.12.3. This version supports converting PowerPoint file to OFD as well as supports getting the image path of the PowerPoint file. In addition, it fixes some known issues such as the content was lost after saving a slide to image. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-1778 Supports getting the image path of the PowerPoint file. ImageCollection images = ppt.getImages(); for (int i = 0; i < images.size(); i++) { IImageData imageData = images.get(i); String…
Spire.Presentation for Java 4.11.7 supports adding math equations and checking whether shape contains math equations
2021-11-30 07:49:07
We are glad to announce the release of Spire.Presentation for Java 4.11.7. This version supports adding math equations and checking whether shape contains math equations. In addition, it enhances the conversion from PowerPoint to images, PowerPoint to PDF, it also fixes some known issues like the settings for chart legend "isOverlay" property didn't make effect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-1719 Supports adding math equations and checking whether shape contains math equations. Presentation ppt = new Presentation(); ppt.loadFromFile("input.pptx"); String latexMathCode = "x^{2}+\\sqrt{x^{2}+1}=2"; IAutoShape shape =…
Spire.Presentation for Java 4.11.4 enhances the conversion from PPT to HTML
2021-11-18 03:26:49
We are glad to announce the release of Spire.Presentation for Java 4.11.4. This version enhances the conversion from PPT to HTML and fixes the issue that the shapes in the slides couldn't be accessed. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-1722 Fixes the issue that the shapes in the slides couldn't be accessed Bug SPIREPPT-1735 Fixes the issue that the application threw the error "NullPointerException" when converting PPT to HTML Click the link to download Spire.Presentation for Java 4.11.4: https://www.e-iceblue.com/Download/presentation-for-java.html
Spire.Presentation for Java 4.10.1 enhances the conversion from PPT to images
2021-10-22 08:21:25
We are happy to announce the release of Spire.Presentation for Java 4.10.1. This version enhances the conversion from PPT to images and also fixes the issue occurred in the process of loading PPT files. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-1688 Fixes the issue that the application threw an error “Invalid format string” when loading a PPT file. Bug SPIREPPT-1689 Fixes the issue that the application hanged when converting a PPT to images. Click the link to download Spire.Presentation for Java 4.10.1: https://www.e-iceblue.com/Download/presentation-for-java.html