spire.presentation for java 2.11.2 今日已发布,该版本添加新功能支持转换ppt到html时设置内容居中,同时修复了加载、操作、保存ppt和转换ppt到pdf时出现的问题。
新功能:
- 支持转换ppt到hmtl设置内容居中。
presentation ppt1 = new presentation();
ppt1.loadfromfile(inputfile);
ppt1.getsavetohtmloption().setcenter(true);
ppt1.savetofile(outputfile, fileformat.html);
问题修复:
- 修复了在mac系统上保存.pptx文档时抛异常"cannot found font installed on the system" 的问题。
- 修复了加载一个.pptx文档程序抛appexception异常的问题。
- 修复了添加html到形状里时进程抛 "cannot find table 'os/2' in the font file"异常的问题。
- 修复了在mac系统上给ppt添加背景图抛异常的问题。
- 修复了转换到ppt到pdf后,多出黑线的问题。
- 修复了转换形状到图片进程抛异常的问题。
- 修复了转换组合形状到图片失败的问题。
获取spire.presentation for java 2.11.2,请点击:
https://www.e-iceblue.cn/downloads/spire-presentation-java.html