Aspose.Words for Java( 点击下载 )是功能丰富的Word处理API,容许开发人员在不使用Microsoft Word的状况下嵌入在本身的Java应用程序中生成,修改,转换,呈现和打印文档的功能。java
很高兴与你们分享Java平台的Aspose.Words迎来了2019最后一次更新,该版本支持椭圆曲线数字签名算法(ECDSA),支持“截断字体高度” MS-Word兼容性选项,固然与.NET版本同样,实现了转换为PDF 1.7标准。接下来,咱们一块儿来聊聊新版本的新功能。(下载地址请查看评论)算法
key | 概述 | 类别 |
---|---|---|
WORDSNET-18367 | 中世纪字体:支持内联数字形式 | 新功能 |
WORDSJAVA-2179 | 截断字体高度兼容性选项 | 新功能 |
WORDSJAVA-2221 | 为基于x86的基于Unix的操做系统构建harfbuzz-shaping-engine-dll(包括依赖项) | 新功能 |
WORDSJAVA-2237 | 支持椭圆曲线数字签名算法(ECDSA) | 新功能 |
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后,形状的位置发生了变化 | 加强功能 |
WORDSJAVA-2240 | JSON解串器丢失了“ encoding:UTF-8”字符串。 | Bug修复 |
WORDSJAVA-2241 | Document(BufferedInputStream)没法倒回流 | Bug修复 |
WORDSJAVA-2252 | “模糊的” VML Shape属性的意外值致使FileCorruptedException | Bug修复 |
WORDSJAVA-2253 | 使用BufferedInputStream加载文档会致使java.io.IOException:重置为无效标记 | Bug修复 |
WORDSJAVA-2256 | 使用DOC文件的getResourceAsStream()出现“重置为无效标记java.io.IOException”问题 | Bug修复 |
WORDSJAVA-2272 | 加载具备损坏的“自定义”文档属性的DOC时,会发生Aspose.Words.FileCorruptedException | Bug修复 |
还想要更多吗?若是您有任何下载和受权需求,请随时加入Aspose技术交流群(642018183),咱们很高兴为您提供查询和咨询。api
/// /// Performs a copy of the . /// /// The cloned VbaProject.public VbaProject Clone()
/// /// Performs a copy of the . /// /// The cloned VbaModule.public VbaModule Clone()
byte[] OleFormat.GetRawData();
/// /// 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; }
/// /// When true all images will be saved as WMF. /// /// /// This option might help to avoid WordPad warning messages. /// public bool SaveImagesAsWmf
/// /// Specifies the PDF standards compliance level. /// public enum PdfCompliance { /// /// The output file will comply with the PDF 1.7 standard. /// Pdf17, … } … }
/// /// 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; }