新闻中心 | 新版本发布、优惠信息、促销活动和产品资讯等-k8凯发天生赢家

新闻中心 | 新版本发布、优惠信息、促销活动和产品资讯等-k8凯发天生赢家

   |    028-81705109    |       |    微信扫一扫    |       |   

spire.presentation 5.4.2已于今日发布。该版本包含了支持 monoandroid、 xamarin.ios平台的dll文件,同时它也支持从右到左列分栏以及通过两点的位置来绘制线段。此外,转换ppt到pdf时出现的问题也得以成功解决。详情见下文。 新功能: 支持从右到左列分栏 iautoshape shape = ppt1.slides[0].shapes[0] as iautoshape; shape.textframe.righttoleftcolumns = true; 支持通过两点的位置来绘制线段 ppt.slides[0].shapes.appendshape(shapetype.line, new pointf(10, 10), new pointf(20, 30)); 问题修复: 修复了转换ppt到pdf打开结果文档失败的问题 获取spire.presentation 5.4.2,请点击: https://www.e-iceblue.cn/downloads/spire-presentation-net.html
spire.pdf 6.4.4 现已正式发布。该版本主要修复了一些在打印和转换pdf文档时出现的问题。具体修复内容参见下文。 问题修复: 修复了替换文本抛argumentexception异常的问题。 修复了打印pdf时图章遮盖文本的问题。 修复了使用不同的密钥长度重新加密会报错的问题。 修复了打印pdf时文本位置不正确的问题。 修复了打印pdf时单词之间的空格丢失的问题。 修复了转换pdf到xps时抛nullreferenceexception异常的问题。 获取spire.pdf 6.4.4,请点击: https://www.e-iceblue.cn/downloads/spire-pdf-net.html
spire.pdf 6.3.16已正式发布。此次更新主要修复了一些在合并pdf文档、更新文档属性以及获取目录的目标信息时出现的问题。具体修复内容如下。 问题修复: 修复了合并文档时抛错误“the start index is greater than the end index”的问题。 修复了更新文档属性失败的问题。 修复了目录的目标信息获取不正确的问题。 获取spire.pdf 6.3.16,请点击: https://www.e-iceblue.cn/downloads/spire-pdf-net.html
spire.spreadsheet 4.3.3已正式发布。该版本支持自定义排序功能,此外,加载文档抛异常和keydown与previewkeydown事件不生效的问题也得以成功解决。详情请参阅以下内容。 新功能: 支持自定义排序 var range = spreadsheet.worksheets[0].getselectedrange(); //从0开始,1表示所选范围的第二列 int sortindexs = new int[]{1,}; var sortorders = new forms.sortorder[]{ forms.sortorder.descending }; range.sort(sortindexs, sortorders, sortorientation.vertical, false); 问题修复: 修复了加载文档抛异常的问题。 修复了keydown和previewkeydown事件不生效的问题。 获取spire.spreadsheet 4.3.3,请点击: https://www.e-iceblue.cn/downloads/spire-spreadsheet-net.html
网站地图