在公司各部门的共同努力下,spire.office 3.6.0正式发布了。该版本新加了一些新的功能,例如:spire.presentation支持转换powerpoint中的音频、视频到html,spire.presentation支持设置图标中的引导线,spire.xls添加新方法clearfilter删除非透视表中的过滤器。此外,本次更新修复了大量漏洞,以提高产品稳定度和性能。
该版本涵盖了最新版的spire.doc, spire.pdf, spire.xls, spire.presentation, spire.dataexport, spire.barcode, spire.docviewer, spire.pdfviewer, spire.officeviewer, spire.email,版本信息如下:
- spire.doc.dll v6.8.1
- spire.pdf.dll v4.8.2
- spire.xls.dll v8.8.0
- spire.email.dll v1.3.2
- spire.docviewer.forms.dll v3.7.0
- spire.pdfviewer.forms.dll v3.6.3
- spire.pdfviewer.asp.dll v3.6.3
- spire.presentation.dll v3.8.1
- spire.spreadsheet v2.8.1
- spire.officeviewer.forms.dll v3.8.0
- spire.dataexport.dll v3.5.131
- spire.dataexport.resourcemgr.dll v1.6.71
- spire.common.dll v1.2.792
- spire.license.dll v1.3.6
- spire.barcode.dll v2.3.0.
http://www.e-iceblue.cn/downloads/spire-office-net.html
spire.doc
问题修复:
- 修复了rtf转pdf之后页数不正确的问题。
- 修复了在win10和windows server 2012 r2上word转pdf时程序抛异常的问题。
- 修复了设置“hideemptygroup“为true时,邮件合并抛出异常的问题。
- 修复了word转pdf时程序抛出“nullreferenceexception”异常的问题。
- 修复了word转pdf时页码显示不正确问题。
- 修复了设置“firstlineindent = 0”不起作用的问题。现已将该属性替换为“setfirstlineindent(0)”方法。
- 修复了替换文档书签内容时程序抛异常的问题。
- 修复了使用word转pdf结果文档乱码的问题。
- 修复了打印word时页脚内容位置错误的问题。
- 修复了"appendrtf"结果不正确的问题。
spire.presentation
新功能:
- 支持转换powerpoint中的音频,视频到html,但是目前音频不支持.wma格式。
- 新添加属性“leaderlines”支持设置ppt中图表的引导线。
public ichartgridline leaderlines { get; }
问题修复:
- 修复了使用"addfromhtml"添加html之后高亮以及字体不正确问题。
- 修复了设置图表数据点的数据标签形状,结果不正确的问题。
- 修复了ppt转pdf程序抛出"indexoutofrangeexception"异常的问题。
- 修复了打印ppt之后内容丢失的问题。
- 修复了ppt转pdf之后背景颜色改变的问题。
spire.xls
新功能:
- 添加了新方法clearfilter去清除非透视表的过滤器。示例代码:
autofilterscollection filter = workbook.worksheets["sheet2"].autofilters;
filter.clearfilter(int);//filter.clearfilter(columnname);
//更新数据
filter.filter();
问题修复:
- 修复了在保存文件后透视表选项"更新时自动调整列宽"改变为选中状态的问题。
- 修复了无法给现有文件设置文本颜色的问题.
- 修复了在.xls里创建图表时图表类型设置为"line"但结果变为"line marker"的问题。
- 修复了加载文档时抛argumentoutofrangeexception异常的问题。
- 修复了转换excel到xps文本和线条重叠的问题。
- 修复了保存excel到pdf时抛nullreferenceexception异常的问题。
- 修复了转换excel到pdf格式不正确的问题。
- 修复了加载文件时抛argumentoutofrangeexception异常的问题。