新闻中心 | 新版本发布、优惠信息、促销活动和产品资讯等-人生就是博尊龙凯时

新闻中心 | 新版本发布、优惠信息、促销活动和产品资讯等-人生就是博尊龙凯时

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

spire.doc for java 3.5.2已发布。该版本主要修复了在加载word文档、更新word目录域以及将html转为word时出现的一些问题。详情如下。 问题修复: 加载文档抛出异常unknown format 加载文档抛出异常indexoutofboundsexception 加载文档抛出异常nullpointerexception 加载文档抛出异常illegalstateexception 加载文档抛出异常arrayindexoutofboundsexception 加载文档抛出异常no have this value 5 进行更新目录域报错input string was not in the correct format 进行更新目录域报错stackoverflowerror 转换html到word文档格式不正确 移除分节符保存文档抛出异常nullpointerexception 公式域更新不正确 获取spire.doc for java 3.5.2,请点击: https://www.e-iceblue.cn/downloads/spire-doc-java.html
spire.pdf 6.5.9 现已正式发布。该版本支持创建pdf portfolios,同时一些在显示、打印和验证pdf文档时出现的问题也得以成功解决。新功能及问题修复详情,请查阅以下内容。 新功能: 支持创建pdf portfolios。 string[] files = new string[] { "file1.pdf", "file2.pdf" }; using (pdfdocument doc = new pdfdocument()) { for (int i = 0; i < files.length; i ) { doc.collection.addfile(files[i]); } doc.savetofile("output.pdf",…
spire.pdf for java 3.5.1已正式发布。该版本支持pdf签名添加时间戳、设置在pdf页面是否显示签名信息以及绘制箭头、云朵、椭圆、矩形和连接线条形状等标记。另外,也修复了在提取pdf中的文本、将pdf转为图片时出现的一些问题。新功能及问题修复详情如下。 新功能: 支持pdf签名添加时间戳 //配置时间戳服务器 string url = "https://freetsa.org/tsr"; signature.configuretimestamp(url); 支持设置在pdf页面上显示/不显示签名信息 signature.addshowconfiguretext(signatureconfiguretext.contact_info);//显示contact_info(默认显示所有) signature.removeshowconfiguretext(signatureconfiguretext.contact_info);//不显示contact_info signature.setshowconfiguretext(enumset.of(signatureconfiguretext.contact_info));//只显示contact_info 支持创建箭头、云朵、椭圆、矩形和连接线条形状的标记 pdfdocument pdf = new pdfdocument(); pdfpagebase page = pdf.getpages().add(); //箭头 string text1 = "this is arrow annotation"; pdffont font…
spire.pdf 6.5.6已发布。该版本支持添加和转换svg图片到pdf,并修复了将pdf转换为word、提取文本以及填充textboxfield时出现的一些问题。新功能及问题修复详情见下文。 新功能: 支持添加svg图片到pdf pdfdocument doc1 = new pdfdocument(); doc1.loadfromsvg(inputfile_svg); pdfdocument doc2 = new pdfdocument(); doc2.loadfromfile(inputfile_pdf); pdftemplate template = doc1.pages[0].createtemplate(); template.draw(doc2.pages[0].canvas, new pointf()); doc2.savetofile(outputfile, fileformat.pdf); 支持转svg图片到pdf pdfdocument doc = new pdfdocument(); doc.loadfromsvg("test.svg"); doc.savetofile("result.pdf", fileformat.pdf); 问题修复: 优化了查找文本内存增长问题…
网站地图