終於可用ECDSA算法啦!Java版Aspose.Words v19.12多項新功能來啦

Aspose.Words for Java點擊下載 )是功能豐富的Word處理API,容許開發人員在不使用Microsoft Word的狀況下嵌入在本身的Java應用程序中生成,修改,轉換,呈現和打印文檔的功能。java

很高興與你們分享Java平臺的Aspose.Words迎來了2019最後一次更新,該版本支持橢圓曲線數字簽名算法(ECDSA),支持「截斷字體高度」 MS-Word兼容性選項,固然與.NET版本同樣,實現了轉換爲PDF 1.7標準。接下來,咱們一塊兒來聊聊新版本的新功能。(下載地址請查看評論)算法

主要特色

  • 如今支持橢圓曲線數字簽名算法(ECDSA)。
  • Aspose.Words.Shaping.Harfbuzz插件,用於基於x86 Unix的環境。
  • 如今支持「截斷字體高度」 MS-Word兼容性選項。
  • Document(BufferedInputStream)錯誤已修復。(爲了提升性能,不管如何最好使用Document(String))。
  • JavaDoc錯誤修正和更新。
  • 如今支持轉換爲PDF 1.7標準。
  • 如今,在Windows10上使用SystemFontSource時,支持用戶安裝的字體。
  • 書籤的新公共屬性被公開。
  • OLE對象數據公開給公共API。
  • LINQ Reporting Engine經過關係名稱提供對相關DataTable的訪問。

新增與改善

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

公共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;
    }
相關文章
相關標籤/搜索