Spire.Doc for Java 11.7 | Spire.Doc for Java 2023-07-18

Spire.Doc for Java is a professional Word API that empowers Java applications to create, convert, manipulate and print Word documents without dependency on Microsoft Word.

By using this multifunctional library, developers are able to process copious tasks effortlessly, such as inserting image, hyperlink, digital signature, bookmark and watermark, setting header and footer, creating table, setting background image, and adding footnote and endnote.

In addition, Spire.Doc for Java supports file format conversions from Word to PDF, XPS, Image, EPUB, HTML, TXT, ODT, RTF, WordML, WordXML and many more.

Version: 11.7.0  
Category ID Description
New feature SPIREDOC-9004 Supports the function to create a PrivateFontPath object in a stream format.
    // Constructor
    PrivateFontPath(String fontName,InputStream fontStream); PrivateFontPath(String fontName,int fontStyle,InputStream fontStream);
    // getter setter
    setFontStream(InputStream value); 
    getFontStream();
New feature SPIREDOC-9423 Supports the function to maintain consistent display of user information annotations after converting Word to PDF.
    ToPdfParameterList parms = new ToPdfParameterList();
    parms.useAuthorNameToDisplayCommentLabel(true);
Bug SPIREDOC-9044 Fixes the issue that the pagination was inconsistent after converting Word to PDF.
Bug SPIREDOC-9053 Fixes the issue that the table of contents not being updated after converting Word to PDF.
Bug SPIREDOC-9129 Fixes the issue that the watermark was missing after loading a file and saving it as a new document
Bug SPIREDOC-9323 Fixes the issue that the first-level headings lost after converting a Word document to PDF.
Bug SPIREDOC-9346 Fixes the issue that the application threw an exception: "Index is less than 0 or more than or equal to the list count" when comparing Word documents.
Bug SPIREDOC-9347 Fixes the issue that the bookmarks lost after converting Word to HTML and then back to Word.
Bug SPIREDOC-9382 Fixes the issue that the application threw an exception: "An element with the same key already exists in the dictionary." when cloning a document.
Bug SPIREDOC-9386 Fixes the issue that the indentation in paragraphs changed after converting HTML to Word.
Bug SPIREDOC-9431 Fixes the issue that table of contents updating was incorrect after merging documents.
Bug SPIREDOC-9435 Fixes the issue that the content was missing after converting Word to PDF
Bug SPIREDOC-9457 Fixes the issue that the layout was inconsistent after converting Word to PDF.
Bug SPIREDOC-9462 Fixes the issue that the document contained excessive blank paragraphs after accepting revisions.
Bug SPIREDOC-9500 Fixes the issue that the application threw an exception: "No have this value 110" when loading DOC format files.
Bug SPIREDOC-9509 Fixes the issue that the content was inconsistent after converting Word to PDF.
  SPIREDOC-9527  
Bug SPIREDOC-9520 Fixes the issue that the fonts changed after converting Word to PDF.
Bug SPIREDOC-9529 Fixes the issue that the page number was incorrect after converting Word to PDF by using WPS rules.

猜你喜欢

转载自blog.csdn.net/john_dwh/article/details/131864350
今日推荐