网站首页 > 技术文章 正文
PDF 1.7标准发布已久,而令人兴奋的是,终于,.NET版Aspose Words转换升级,支持将PDF转换为PDF 1.7标准!近日,Aspose Words for .NET更新到了v19.12版,在Windows10上使用SystemFontSource时,支持用户安装的字体,OLE对象数据公开给公共API等等9大新功能。
主要特点
- 支持转换为PDF 1.7标准。
- 在Windows10上使用SystemFontSource时,支持用户安装的字体。
- 书签的新公共属性被公开。
- OLE对象数据公开给公共API。
- LINQ Reporting Engine通过关系名称提供对相关DataTable的访问。
新功能
- WORDSNET-18367 中世纪字体:支持内联数字形式
- WORDSNET-17731 支持将Word文档转换为PDF 1.7标准
- WORDSNET-11083 支持新的PDF标准
- WORDSNET-1860 要执行的支持属性“执行简单邮件合并时应重新启动列表编号”。
- WORDSNET-10593 将支持Web扩展添加到模型中
- WORDSNET-18634 提供对在Word文档中添加动态WebExtension元素节点的支持
- WORDSNET-19531 将Win10上用户字体文件夹的处理添加到SystemFontSource
- WORDSNET-19238 支持使用LINQ Reporting Engine的关系名称访问相关的DataTable
- WORDSNET-18897 将OLE对象数据公开给公共API
增强功能
- WORDSNET-14286 从DOCX转换为DOC / PDF后,文本的位置会更改
- WORDSNET-12678 改善表格书签
- WORDSNET-15814 PDF输出中的换行不正确
- WORDSNET-18776 Word文档中带有比例字体的表将无法正确转换为PDF
- WORDSNET-14294 从DOCX转换为DOC / PDF后,形状的位置发生了变化
还想要更多吗?您可以点击文末“了解更多”下载Aspose.Words v19.12,或查找需要的教程资源。 如果您有任何疑问或需求,请随时加入Aspose技术交流群(642018183),我们很高兴为您提供查询和咨询。
公共API更改
- 为VbaProject添加了Clone()方法
/// /// Performs a copy of the . /// /// The cloned VbaProject.public VbaProject Clone()
- 为VbaModule添加了Clone()方法
/// /// Performs a copy of the . /// /// The cloned VbaModule.public VbaModule Clone()
- WORDSNET-18897:添加了一项功能,可以访问OLE对象原始数据
byte[] OleFormat.GetRawData();
- 添加了新的FindReplaceOptions.UseLegacyOrder选项
/// /// True indicates that a text search is performed sequentially from top to bottom considering the text boxes. /// Default value is false. /// public bool UseLegacyOrder { get; set; }
- 添加了新的RtfSaveOption.SaveImagesAsWmf
/// /// When true all images will be saved as WMF. /// /// /// This option might help to avoid WordPad warning messages. /// public bool SaveImagesAsWmf
- 将PDF 1.7添加到PdfCompliance枚举
/// /// Specifies the PDF standards compliance level. /// public enum PdfCompliance { /// /// The output file will comply with the PDF 1.7 standard. /// Pdf17, … }
- 新的公共属性已添加到Bookmark类
/// /// Returns true if this bookmark is a table column bookmark. /// public bool IsColumn { get; } /// /// Gets the zero-based index of the first column of the table column range associated with the bookmark. /// /// /// Returns -1 if this bookmark is not a table column bookmark. /// public int FirstColumn { get; } /// /// Gets the zero-based index of the last column of the table column range associated with the bookmark. /// /// /// Returns -1 if this bookmark is not a table column bookmark. /// public int LastColumn { get; }
猜你喜欢
- 2024-10-26 Aspose.Total 最新试用版大放送,更有海量资源等你来拿
- 2024-10-26 JAVA操作office工具 java 操作excel的工具
- 2024-10-26 开年钜惠|ASPOSE、Spire、Text Control文档管理产品超低折扣热销领跑
- 2024-10-26 看Aspose帮助知名企业实现邮件附件在线转换,提升邮件处理效率
- 2024-10-26 PDF开发工具Aspose.PDF功能推荐——在.NET中将PDF转换为HTML
- 2024-10-26 文档在线预览新版 总结篇 world在线预览
- 2024-10-26 在 Python 中将 HTML 转换为 PNG、JPEG、BMP、GIF 或 TIFF 图像
- 2024-10-26 送您一份文档管理控件Aspose&Spire系列中文教程!请查收
- 2024-10-26 文档在线预览(四) 总结篇 office在线预览解决方案
- 2024-10-26 Aspose.Words教程(六):Xamarin和.NET Standard的差异和局限
你 发表评论:
欢迎- 最近发表
- 标签列表
-
- oraclesql优化 (66)
- 类的加载机制 (75)
- feignclient (62)
- 一致性hash算法 (71)
- dockfile (66)
- 锁机制 (57)
- javaresponse (60)
- 查看hive版本 (59)
- phpworkerman (57)
- spark算子 (58)
- vue双向绑定的原理 (68)
- springbootget请求 (58)
- docker网络三种模式 (67)
- spring控制反转 (71)
- data:image/jpeg (69)
- base64 (69)
- java分页 (64)
- kibanadocker (60)
- qabstracttablemodel (62)
- java生成pdf文件 (69)
- deletelater (62)
- com.aspose.words (58)
- android.mk (62)
- qopengl (73)
- epoch_millis (61)
本文暂时没有评论,来添加一个吧(●'◡'●)