spire.presentation | 新闻-ag凯发旗舰厅

spire.presentation | 新闻-ag凯发旗舰厅

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

spire.presentation hotfix version 4.3.19今天正式发布了,该版本主要修复了一些在ppt转图片和pdf时出现的问题,具体修复内容如下。 问题修复: 修复了转换ppt到图片结果不正确的问题。 修复了给chartdata赋值时程序抛异常的问题。 修复了转ppt到图片时抛异常的问题。 修复了转ppt到pdf图表标签丢失的问题。 修复了转ppt到图片数据格式改变的问题。 修复了修改图表数据后图表更新不正确的问题。 修复了转ppt到pdf内容位置改变的问题。 修复了转ppt到pdf图片左右互换的问题。 获取spire.presentation 4.3.19,请点击: https://www.e-iceblue.cn/downloads/spire-presentation-net.html
spire.presentation 4.3.14今天正式发布了,该版本改善了printersettings接口,并修复了powerpoint转pdf和图片出现的问题。具体信息如下。 新功能: 改善了打印接口。 presentation ppt = new presentation(); ppt.loadfromfile(inputfile); presentationprintdocument document = new presentationprintdocument(ppt); //set print task name document.documentname = "print task 1"; document.print0rder = order.horizontal; document.slideframeforprint = true; document.graylevelforprint = true; document.slidecountperpageforprint = pageslidecount.three;…
spire.presentation 4.3.9今天正式发布。新版本添加了给shape中指定的段落添加文字动画这一新功能,并且修复了转换ppt和加载ppt时出现的问题,详情如下: 新功能: 支持给shape中指定的段落添加文字动画 presentation ppt = new presentation(); ppt.loadfromfile("test.pptx"); iautoshape shape = (iautoshape)ppt.slides[0].shapes[0]; animationeffect animation = shape.slide.timeline.mainsequence.addeffect(shape, animationeffecttype.fly); animation.setstartendparagraphs(2, 3); iautoshape shape2 = (iautoshape)ppt.slides[0].shapes[1]; animationeffect animation2 = shape.slide.timeline.mainsequence.addeffect(shape2, animationeffecttype.fadedzoom); animation2.setstartendparagraphs(0, 0); ppt.savetofile("result.pptx", fileformat.pptx2010); ppt.dispose(); 问题修复:…
spire.presentation 4.3.3已发布。该版本支持打印文档名称以及不连续页码的幻灯片,并且修复了在转换pptx到ppt和pdf格式的文档及获取图表系列时出现的问题。更多新功能及问题修复详情,请参阅以下内容。 新功能: 支持打印时指定不连续页码进行打印 presentation.selectslidesforprint(params string[]) 支持设置打印任务中打印文档的名称 document.documentname = "file1"; 新增属性smartartnode.coustomtext 用于声明是否自定义smartart文本样式 smartart.nodes[0].coustomtext = true; 问题修复: 修复了转换.pptx 为 .ppt以及pdf之后,格式错误的问题 修复了不能成功获取图表系列的问题 获取spire.presentation 4.3.3,请点击: https://www.e-iceblue.cn/downloads/spire-presentation-net.html
网站地图