spire.presentation 2.8.49今天发布了。在该版本中,spire.presentation支持将powerpoint文档转换为html、tiff,以及指定大小的emf文件。同时也修复了一些在powerpoint转换为图片时出现的bug。具体更新内容如下:
新功能:
- 支持转换到html。
presentation.savetofile("result.html", fileformat.html);
presentation.savetofile("result.tiff", fileformat.tiff);
ppt.slides[i].saveasemf(filename, 1075, 710);
bug修复:
- 修复了addfromhtml方法在没有标签时不工作的问题。
- 修复了转换到图片时阴影效果不正确的问题。
- 修复了转换到图片时阴影丢失的问题。
- 修复了转换到图片时chart丢失的问题。
获取最新版的spire.presentation 2.8.49,请点击: