Spire.Presentation for Java 7.12.4 supports cloning table to new slide

2022-12-30 08:38:19

We are excited to announce the release of Spire.Presentation for Java 7.12.4. This version supports cloning the table to new slide. Besides, it also enhances the conversion from PowerPoint to images. At the same time, some known issues are fixed successfully, such as the issue that the filling color of the text was obtained incorrectly. More details are listed below.

Here is a list of changes made in this release

Category ID Description
New feature SPIREPPT-2110 Supports cloning table to new slide.
Presentation ppt = new Presentation();
ppt.loadFromFile(inputPPT);
ITable table = (ITable)ppt.getSlides().get(0).getShapes().get(0);
Presentation ppt2 = new Presentation();
ISlide slide = ppt2.getSlides().get(0);
slide.getShapes().appendTable(0,0, table);
ppt2.saveToFile(outputFile, FileFormat.PPTX_2013); 
Bug SPIREPPT-2112 Fixes the issue that the filling color of the text was obtained incorrectly.
Bug SPIREPPT-2113 Fixes the issue that the document size didn't reduce after deleting videos from PowerPoint document.
Bug SPIREPPT-2122 Fixes the issue that the modified content was not updated when converting PowerPoint to SVG.
Bug SPIREPPT-2127 Fixes the issue that the added videos with url data were not played.
Bug SPIREPPT-2128 Fixes the issue that the content was rotated when converting PowerPoint to images.
Bug SPIREPPT-2129 Fixes the issue that the background style was incorrect when converting PowerPoint to SVG.
Bug SPIREPPT-2130 Fixes the issue that the charts lost when converting PowerPoint to images.
Click the link below to download Spire.Presentation for Java 7.12.4: