Spire.PDF | 新闻
|
028-81705109
|
|
微信扫一扫
|

在线编辑/WebAPI

Spire PDF 7.2.9已发布。该版本支持添加page-piece字典,增强了转换PDF到XPS/图片/Excel的功能。此外,该版本还修复了保存和打印PDF文档时出现的问题。详情请阅读以下内容。 新功能: 支持添加page-piece字典 PdfDocument doc = new PdfDocument(inputFile); if (doc.DocumentPieceInfo==null) { doc.DocumentPieceInfo = new PdfPieceInfo(); } doc.DocumentPieceInfo.AddApplicationData("ice","this is a uu"); doc.DocumentPieceInfo.AddApplicationData("blie", "this is a uu"); doc.DocumentPieceInfo.AddApplicationData("blue", "this is a uu"); doc.DocumentPieceInfo.AddApplicationData("jis", "this is a…
Spire.PDF 7.2.5已发布。该版本新增替换文本方法修复了转换PDF到图片等问题。详情请阅读以下内容。 新功能: 新增替换文本方法 PdfTextReplacer ptr = new PdfTextReplacer(page); ptr.ReplaceAllText("LONDON MIDLAND", "West Midlands Railway");//全部替换 ptr.ReplaceText("LONDON MIDLAND", "West Midlands Railway");//仅替换一个 问题修复: 修复了加入图片后图片大小和位置都不正确的问题 修复了转换PDF到图片程序抛出了ArgumentException的问题 修复了转换XPS到PDF一些字符丢失的问题 修复了绘制图片到PDF图片变成黑色的问题 修复了插入不同尺寸的页面到PDF文档输出结果不正确的问题 修复了执行page.CreateTemplate()时程序抛“The index can not be less then zero or greater then…
Spire.PDF 7.2.0已发布。该版本支持检测PDF是否是加密文档,支持检测PDF是否是加密文档,增强了转换PDF 到图片/Doc/SVG的功能。此外,该版本还修复了打印PDF时出现的问题。详情请阅读以下内容。 新功能: 支持转换PDF为灰度文档 PdfGrayConverter convert = new PdfGrayConverter(inputFile); convert.ToGrayPdf(outputFile); 支持检测PDF是否是加密文档 PdfDocument.IsPasswordProtected(inputFile); 支持设置数字签名的高级属性中的签名细节 public CustomPKCS7SignatureFormatter(X509Certificate2 certificate) { if (null == certificate) { throw new ArgumentNullException("certificate"); } m_certificate = certificate; Parameters.Add("Filter", "Adobe.PPKMS"); Parameters.Add("SubFilter", "adbe.pkcs7.detached"); Parameters.Add("SignatureLength", 975);…
Spire.PDF for Android 3.1.0已发布。该版本增强了转换SVG到PDF的功能,修复了获取PDF文档水印失败的问题。详情请阅读以下内容。 问题修复: 修复了转换SVG到PDF,文本显示不正确的问题。 修复了获取PDF文档水印失败的问题。 获取Spire.PDF for Android 3.1.0,请点击: https://www.e-iceblue.cn/Introduce/pdf-for-android-via-java.html