We are pleased to announce the release of Spire.Presentation for Java 11.7.2. This version supports converting PowerPoint to pure HTML format and fixes two issues while converting PowerPoint to PDF. Details are listed below.
Here is a list of changes made in this release
| Category | ID | Description |
| New Feature | - | Added support for converting PowerPoint to pure HTML format (Note: Some unsupported elements are rendered as SVG).
Presentation ppt = new Presentation(); ppt.loadFromFile(inputFile); ppt.getSaveToHtmlOption().setPureHtml(true); ppt.saveToFile(outputFile, FileFormat.HTML); ppt.dispose(); |
| Bug Fix | SPIREPPT-2939 | Fixed an issue where images turned white when converting PowerPoint to PDF. |
| Bug Fix | SPIREPPT-3157 | Fixed an issue where text line wrapping was incorrect when converting PowerPoint to PDF. |
Click the link below to download Spire.Presentation for Java 11.7.2: