spire.office 5.3.1于今日发布。该版本拥有了一些新功能,比如spire.presentation 支持给smartart的结点添加超链接,同时也支持了转换ppt到html,给每个shape指定唯一标识符。除此之外,一些在转换,操作,保存pdf、word、excel、presentation和email文档时出现的问题也得以成功地解决。详情见下文。
该版本涵盖了最新版的spire.doc、spire.pdf、spire.xls、spire.presentation、spire.dataexport、spire.barcode、spire.docviewer、spire.pdfviewer、spire.officeviewer、spire.email。
版本信息如下:
- spire.doc.dll v8.3.3
- spire.pdf.dll v6.3.0
- spire.xls.dll v10.3.0
- spire.email.dll v3.3.0
- spire.docviewer.forms.dll v5.1.1
- spire.pdfviewer.forms.dll v5.1.4
- spire.pdfviewer.asp.dll v5.1.4
- spire.presentation.dll v5.2.1
- spire.spreadsheet v4.1.0
- spire.officeviewer.forms.dll v5.3.1
- spire.barcode.dll v4.1.1
- spire.dataexport.dll v4.1.9
- spire.dataexport.resourcemgr.dll v2.1.0
- spire.common.dll v10.3.1
- spire.license.dll v1.3.8
https://www.e-iceblue.cn/downloads/spire-office-net.html
spire.pdf
问题修复:
- 修复了文本被高亮的位置不正确的问题。
- 修复了当页面上没有包含要查找的文本查找文本时间慢的问题。
- 修复了打印pdf字符改变的问题。
- 修复了打印pdf数学公式不正确的问题。
- 修复了设置旋转属性为pdfpagerotateangle.rotateangle0不起作用的问题。
- 修复了pdfdocumentlinkannotationwidget.destination没get属性的问题。
- 修复了打印pdf有透明度的图片丢失的问题。
- 修复了在软件bluebeam中拖动生成的pdffreetextannotation多出线条的问题。
- 修复了在设置按钮域的iconlayout后图片填充不正确的问题。
- 修复了获取含fileattachment类型注释的文档页面并保存后内容改变的问题。
- 修复了属性pdftextweblinkannotationwidget.location总返回0的问题。
spire.doc
问题修复:
- 修复了转换word到pdf内容格式不正确的问题。
- 修复了邮件合并域的值不正确的问题。
- 修复了转换word到pdf空白页丢失的问题。
- 修复了word文档保存后页眉内容格式不正确的问题。
- 修复了word文档保存后复选框不能被选中的问题。
- 修复了转换word到pdf程序挂起的问题。
- 修复了转换word到pdf单词被分成2行的问题。
- 修复了转换word到pdf换行不一致的问题。
- 修复了转换word到pdf两列之间间隙增加的问题。
spire.xls
问题修复:
- 修复了方法sheet.autofilters.matchnonblanks没有效果的问题。
- 修复了添加图片到图表中后图片比例变小的问题。
- 修复了背景色设置梯度时进程抛nullreferenceexception异常的问题。
- 修复了使用markerdesigner功能复制单元格样式结果不正确的问题。
- 修复了删除文本框的边框结果不正确的问题。
- 修复了保存文档后注释颜色从蓝色变为黄色的问题。
- 修复了excel转pdf格式不正确的问题。
- 修复了excel转pdf多出额外白色边框线的问题。
- 修复了excel转pdf内容丢失的问题。
- 修复了excel转pdf图表标题对齐不正确的问题。
- 修复了excel转pdf图表类别轴不正确的问题。
- 修复了使用savetohttpresponse方法把结果文档保存到.xlsx文件,结果文档打开报错的问题。
- 修复了数据标签文本颜色没有被设置成功的问题。
- 修复了获取趋势线公式失败的问题。
- 修复了xls转html单元格宽度未保持一致的问题。
- 修复了加载csv抛nullreferenceexception异常的问题。
- 修复了公式值获取失败的问题。
- 修复了转excel到pdf括号格式不正确的问题。
spire.presentation
新功能:
- 支持了给smartart的结点添加超链接。
if (shape is ismartart)
{ //get the smartart ismartart smartart = shape as ismartart; ismartartnode node = smartart.nodes[0]; node.click = new clickhyperlink(presentation.slides[0]); //node.click = new clickhyperlink("https://www.e-iceblue.com"); }
问题修复:
- 修复了转换ppt到pdf,图表多出线条的问题。
- 修复了转换ppt到pdf,图表数据标签旋转角度不正确的问题。
- 修复了转换ppt到pdf,图表线条布局不正确的问题。
- 修复了加载odp文档抛not an open office presentation异常的问题。
spire.email
问题修复:
- 修复了不能创建超出3个附件的邮件问题,应用授权后附件个数没有限制。
- 修复了转换eml到msg文档只保留了3个附件的问题,应用授权后附件个数没有限制。