Spire.PDF 6.10.4已发布。该版本调整转换到PDF/A文档接口为Spire.Pdf.Conversion, 同时新增了转换PDF到PDF/A3A, PDF/A3B以及创建值为空的自定义属性的功能,以及修复了PDF转换到Image/XPS/PCL时出现的问题。详情请阅读以下内容。
新功能:
- 调整转换到PDF/A文档接口为Spire.Pdf.Conversion,同时支持了转换到PDF/A3A, PDF/A3B。
PdfStandardsConverter newDOC = new PdfStandardsConverter(inputFile);
newDOC.ToPdfA1A(outputFile);
newDOC.ToPdfA1B(outputFile);
newDOC.ToPdfA2A(outputFile);
newDOC.ToPdfA2B(outputFile);
newDOC.ToPdfA3A(outputFile);
newDOC.ToPdfA3B(outputFile);
PdfDocumentInformation info = document.DocumentInformation;
info.SetCustomProperty("new", "");
问题修复:
- 修复了转换PDF到图片时中文字符乱码的问题。
- 修复了打印PDF文本丢失的问题。
- 修复了转换PDF到XPS程序抛出异常ArgumentException的问题。
- 修复了使用CreateTemplate()方法绘制页面内容时丢失超链接的问题。
- 修复了转换PDF到图片时垂直方向的文本格式错误的问题。
- 修复了转换PDF到PCL流失败的问题。
- 修复了提取的文本不正确的问题。
- 修复了合并PDF文件程序抛出NullReferenceException的问题。
- 修复了查找文本程序抛System.IndexOutOfRangeException的问题。
获取Spire.PDF 6.10.4,请点击: