spire.presentation for java 4.4.0已发布。该版本支持了表格的分布行和分布列的功能,同时还增强了转换ppt到pdf的功能。详情如下。
新功能:
- 支持表格的分布行和分布列的功能
islide slide = presentation.getslides().get(0);
itable table = (itable) slide.getshapes().get(0);
table.distributerows(0,3);
table.distributecolumns(0,2);
问题修复:
- 修复了ppt转pdf内存消耗太大的问题
- 优化了转换pptx到pdf的时间
获取spire.presentation for java 4.4.0请点击:
https://www.e-iceblue.cn/downloads/spire-presentation-java.html