News Category

Spire.Presentation for Java 8.3.2 supports DPT and DPS file formats

2023-03-23 09:43:48

We are happy to announce the release of Spire.Presentation for Java 8.3.2. This version supports DPT and DPS file formats. Besides, it enhances the conversion from HTML to PowerPoint and PowerPoint to images. What's more, some known issues are fixed in this version, such as the issue that it threw NullPointerException when executing ppt.getBytes() method. More details are listed below.

Here is a list of changes made in this release

Category ID Description
New feature SPIREPPT-2203 Supports DPT and DPS file formats.
Presentation presentation = new Presentation();
presentation.loadFromFile("sample.dps", FileFormat.DPS);
presentation.saveToFile("result.dpt", FileFormat.DPT);
Bug SPIREPPT-2204 Improves the behavior of throwing exceptions when loading documents as a stream.
Bug SPIREPPT-2132 Fixed the issue that the fonts were wrong after converting HTML to PowerPoint.
Bug SPIREPPT-2171 Fixes the issue that it threw Unknown file format exception when loading PPT documents.
Bug SPIREPPT-2206 Fixes the issue that the colors in bar charts were incorrect after converting PPT to images.
Bug SPIREPPT-2207 Fixes the issue that it threw NullPointerException when executing ppt.getBytes() method.
Click the link below to download Spire.Presentation for Java 8.3.2: