Spire.Doc for Java 13.6.2 supports reading and setting chart formats
2025-06-25 05:45:28
We’re pleased to announce the release of Spire.Doc for Java 13.6.2. This version introduces support for getting and setting various chart formats such as chart titles, data labels, coordinate axes, legends and data tables, as well as optimizations in table formatting and Word-to-PDF conversion performance - especially for large documents or complex layouts. In addition, many known issues have been successfully fixed, including TOC update failures, SVG conversion issues, and document comparison errors. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Supports getting and setting chart formats,…
Spire.Doc for Java 13.5.3 supports excluding table objects during document comparison
2025-05-23 03:55:37
We're pleased to announce the release of Spire.Doc for Java 13.5.3. This version supports excluding table objects during document comparison, and setting underline color. Meanwhile, some issues that occurred when converting Word to PDF, creating and reading TOCs of Word documents have also been successfully fixed. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-11111 Supports excluding table objects during document comparison. Compareoptions compareoptions = new Compareoptions(); compareoptions.setIgnoreTable(true); docunment.compare(docunment2, "Yang Merlin", compareoptions ); New feature SPIREDOC-10501 Supports setting underline color. textRange.getCharacterFormat().setUnderlineColor(Color.RED); Bug SPIREDOC-10310 Fixes the issue where the…
Spire.Doc for Java 13.4.1 enhances the conversions from Word to HTML/PDF
2025-04-07 09:40:41
We're pleased to announce the release of Spire.Doc for Java 13.4.1. This version enhances the conversions from Word to HTML/PDF, and also fixes some issues that occurred when retrieving content and obtaining OLE NativeDataBytes. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-11117 Optimizes the time-consuming issue of Word to PDF conversion. Bug SPIREDOC-11123 Fixes the issue that the program threw the "AssertionError" exception when converting Word documents to HTML. Bug SPIREDOC-11139 Fixes the issue that the program threw an exception when retrieving content of the saved documents. Bug…
Spire.Doc for Java 13.3.0 supports setting default font
2025-03-10 06:33:47
We're pleased to announce the release of Spire.Doc for Java 13.3.0. This version supports setting default font and also fixes some issues that occurred when converting Word to PDF, Word to HTML and adding table of contents. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-10918 Support setting default font, which are only used when the requested font is not found in the font cache. doc.setDefaultSubstitutionFontName("simsun"); Bug SPIREDOC-11058 Fixes the issue that the images were unclear when converting Word to HTML. Bug SPIREDOC-11096 Fixes the issue that the…
Spire.Doc for Java 13.2.1 optimizes the performance of the comparison feature
2025-02-24 05:31:15
We're pleased to announce the release of Spire.Doc for Java 13.2.1. This version optimizes the performance of the comparison feature and also fixes some issues that occurred when converting Word to PDF, counting words and loading files. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-11067 Fixes the issue that the program threw the "NullPointerException" when adding HTML content to a StructureDocumentTag. Bug SPIREDOC-11074 Fixes the issue that extra square boxes appeared in bulleted lists when converting Word to PDF. Bug SPIREDOC-11080 Fixes the issue that the program threw…
Spire.Doc for Java 13.1.3 supports tracking additions, deletions and changes to document elements and text content
2025-01-17 08:47:13
We're pleased to announce the release of Spire.Doc for Java 13.1.3. This version supports tracking additions, deletions and changes to document elements and text content, and also supports changing bookmark names. Moreover, it fixes some issues that occurred when converting Word to PDF/HTML, HTML to Word PDF, and replacing bookmarks as well as updating TOC. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-10870 Synchronizes methods to track the addition, deletion, and changes of document elements and text content. public void startTrackRevisions(String author); public void startTrackRevisions(String author, Date…
Spire.Doc for Java 12.12.21 enhances the conversion from Word to PDF
2024-12-31 09:48:28
We are excited to announce the release of Spire.Doc for Java 12.12.21. The latest version fixes the issue that there are incorrect characters when converting a Word document to a PDF document. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-10938 Fixes the issue that there are incorrect characters when converting a Word document to a PDF document. Click the link below to download Spire.Doc for Java 12.12.21: https://www.e-iceblue.com/Download/doc-for-java.html
Spire.Doc for Java 12.11.9 optimizes the conversion from Word to PDF
2024-11-28 01:34:41
We're pleased to announce the release of Spire.Doc for Java 12.11.9. This version optimizes the conversions from Word to PDF, and also fixes some issues that occurred when loading and comparing Word documents. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-10245 Fixes the issue that the layout of some content was incorrect when converting Word to PDF. Bug SPIREDOC-10538 Fixes the issue that the bookmarks cannot be redirected when converting Word to PDF. Bug SPIREDOC-10610 Fixes the issue that the program threw an "IllegalStateException" error when converting Word…