Spire.Presentation for Java 4.4.0

Spire.Presentation for Java 4.4.0 supports "distributeRows" and "distributeColumns" of the table

We are happy to announce the release of Spire.Presentation for Java 4.4.0. This version adds the "distributeRows" and "distributeColumns" features of the table and fixes the issue occurred in the process of converting PPT to PDF. More details are listed below.

Here is a list of changes made in this release

Category ID Description
New Feature SPIREPPT-1518 Adds the "distributeRows" and "distributeColumns" features of the table.
ISlide slide = presentation.getSlides().get(0);
ITable table = (ITable) slide.getShapes().get(0);
table.distributeRows(0,3);
table.distributeColumns(0,2);
Bug SPIREPPT-1521 Fixes the issue that it consumed lots of memory when converting PPTX to PDF.
Bug SPIREPPT-1523 Optimizes the consumed time of converting PPTX to PDF.
Click the link to download Spire.Presentation for Java 4.4.0: