We are glad to announce the release of Spire.Presentation for Java 5.4.3. This version support setting the rounded corners for the Chart border, it also enhances the conversion from PowerPoint to PDF as well as PowerPoint to image. In addition, it fixes some known issues such as the size of the split PowerPoint file is too big. More details are listed below.
Here is a list of changes made in this release
Category | ID | Description |
New feature | SPIREPPT-1921 | Support setting the rounded corners for the Chart border.
Presentation presentation = new Presentation(); IChart chart = presentation.getSlides().get(0).getShapes().appendChart(ChartType.COLUMN_CLUSTERED, new Rectangle(100, 100, 500, 400)); chart.setBorderRoundedCorners(true) |
Bug | SPIREPPT-1896 | Fixes the issue that some content were lost after converting PowerPoint to image. |
Bug | SPIREPPT-1903 | Optimizes the issue that the size of the split PowerPoint file is too big |
Bug | SPIREPPT-1906 | Fixes the issue that the text direction was incorrect after converting PowerPoint to image or PDF. |
Bug | SPIREPPT-1920 | Fixes the issue that the application threw "'No have this symbologyType" when converting PowerPoint to PDF. |
Bug | SPIREPPT-1923 | Fixes the issue that the shape of Chart border corners was incorrect after converting PowerPoint to PDF. |
Click the link to download Spire.Presentation for Java 5.4.3: