spire.office 5.2.0现已发布。该版本包含了一些新功能,例如spire.xls支持设置趋势线的数据格式,spire.pdfviewer支持捕获pdfviewer绘制页面时抛出的异常。除此之外,一些在加载、转换和操作pdf、word和excel文档时出现的问题也得以成功解决。更多详情参见下文。
该版本涵盖了最新版的spire.doc、spire.pdf、spire.xls、spire.presentation、spire.dataexport、spire.barcode、spire.docviewer、spire.pdfviewer、spire.officeviewer、spire.email。
版本信息如下:
- spire.doc.dll v8.2.4
- spire.pdf.dll v6.2.1
- spire.xls.dll v10.1.8
- spire.email.dll v3.1.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.1.3
- spire.spreadsheet v4.1.0
- spire.officeviewer.forms.dll v5.2.0
- spire.barcode.dll v4.1.1
- spire.dataexport.dll v4.1.9
- spire.dataexport.resourcemgr.dll v2.1.0
- spire.common.dll v3.2.2
- spire.license.dll v1.3.8
获取spire.office 5.2.0, 请点击:
https://www.e-iceblue.cn/downloads/spire-office-net.html
spire.pdf
问题修复:
- 修复了加载文档抛“outofmemoryexception"的问题。
- 修复了填入值到设置有多行属性的textbox后,字体没有自动调整的问题。
- 修复了扁平化pdf后,多出内容的问题。
- 修复了合并文档后,合并结果为空的问题。
- 修复了文档水印和图片添加不成功的问题。
- 修复了文本框的填充色不能被设置为无色的问题。
- 修复了方法applyhighlight不起作用的问题。
- 修复了给pdfgridcellcontentlist添加文本“\n”绘制文本重叠的问题。
- 修复了pdf转图片时,程序抛nullreferenceexception异常的问题。
- 修复了生成的barcode在扫描时,结尾多出字符“d”的问题。
spire.doc
问题修复:
- 修复了克隆文档抛异常“未将对象引用设置到对象实例”的问题。
- 修复了转换word到pdf表格跨页不正确的问题。
- 修复了转换word到svg数字编号有丢失的问题。
- 修复了生成的段落列表编号内容不正确的问题。
- 修复了添加水印后保存文档抛异常"参数不能为空或空字符串"的问题。
- 修复了转换word到pdf图片丢失的问题。
- 修复了转换word到pdf内容不正确的问题。
- 修复了转换word到pdf嵌入字体失败的问题。
- 修复了移除分节符保存文档失败的问题。
- 修复了转换word到pdf格式不正确的问题。
- 修复了转换html到pdf表格行变高的问题。
- 修复了加载文档抛异常”未将对象引用设置到对象的实例“的问题。
- 修复了克隆shapegroup对象保存文档失败的问题。
- 修复了转换word到pdf总页数内容丢失的问题。
spire.xls
新功能:
- 支持设置趋势线的数据格式。
trendline.datalabel.numberformat = "#,##0.000";
问题修复:
- 修复了给单元格添加超链接失败的问题。
- 修复了在图表中添加趋势线公式丢失的问题。
- 修复了加载 .xlsm文档抛出argumentoutofrangeexception异常的问题。
- 修复了转换 .xlsx文档到pdf内容不正确的问题。
- 修复了生成的 .xlsx文档文本换行的问题。
spire.pdfviewer
新功能:
- 支持捕获pdfviewer绘制页面时抛出的异常。
this.pdfviewer1.onrenderpageexceptionevent = myexception;
}
public void myexception(pdfviewerexceptions agrs)
{
this.pdfviewer1.onrenderpageexceptionevent -= myexception;
}
问题修复:
- 修复了查看文档时,部分内容丢失的问题