Spire.Doc for Java | News & Releases
We’re pleased to announce the release of Spire.Doc for Java 14.4.0. This update fixes a bug that caused a NoClassDefFoundError when calling the appendHTML method. Here is a list of changes made in this release Category ID Description Bug Fix SPIREDOC-11879 Fixed the issue where a "NoClassDefFoundError" exception was thrown when adding HTML via appendHTML. Click the link below to download Spire.Doc for Java 14.4.0: https://www.e-iceblue.com/Download/doc-for-java.html
We're pleased to announce the release of Spire.Doc for Java 14.3.5. This version supports configuring formula conversion to MathML when converting Word to HTML. Meanwhile, some issues that occurred when loading Word documents, converting Word to PDF, and managing OLE objects 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-11792 Supports configuring formula conversion to MathML when converting Word to HTML. HtmlExportOptions options = document.getHtmlExportOptions(); options.setOfficeMathOutputMode(HtmlOfficeMathOutputMode.Math_ML); Bug Fix SPIREDOC-10476 Fixes the issue where a NullPointerException was thrown when loading a Word document in…
We're pleased to announce the release of Spire.Doc for Java 14.3.1. This version supports the "Automatically adjust right indent when defining grid" and “Kerning for fonts” features. Additionally, several issues that occurred when converting Word to PDF/Markdown and loading files 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-9870 Support the "Automatically adjust right indent when defining grid" feature. paragraph.Format.AdjustRightIndent = true; // Default value is true New Feature SPIREDOC-11030 Support the "Kerning for fonts" feature. textRange.CharacterFormat.Kerning = 2.5f; Bug Fix SPIREDOC-11702 Fixed…
We're pleased to announce the release of Spire.Doc for Java 14.2.4. This version supports deleting blank or specified pages in Word documents. Meanwhile, some issues that occurred when converting Word to PDF, HTML, or RTF, and extracting pages or text 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-11791 Supports deleting blank or specified pages in Word documents. doc.RemoveBlankPages(); doc.RemovePages(new List<int> {0,1,3}); Bug Fix SPIREDOC-10683 Optimizes the issue with inconsistent page breaks when converting Word to PDF. Bug Fix SPIREDOC-11183 Fixes the issue…
We're pleased to announce the release of Spire.Doc for Java 14.1.3. This version supports applying custom styles to tables, removing styles via the removeSelf() method, and cloning styles from template documents. Meanwhile, some issues that occurred when converting Word to PDF or Markdown, and updating TOC or page number fields 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-11582 Added the removeSelf() method to support removing a style. document.getStyles().get("style1").removeSelf(); New feature SPIREDOC-11583 Supports applying custom styles to tables. Document doc = new Document();…
We're pleased to announce the release of Spire.Doc for Java 14.1.0. This version optimizes methods related to list styles, supports creating/retrieving/deleting picture bullets, comparing two ListLevel objects, and creating single-level as well as multi-level lists from built-in templates. Additionally, several issues that occurred when converting Word to PDF and MHT to PDF have also been successfully fixed. More details are listed below. Here is a list of changes made in this release Category ID Description Optimization - Deprecated the Document.getListStyles() property, replaced it with Document.getListReferences(). Optimization - Removed the public constructors of ListStyle. Added StyleCollection.add(ListType listType, string name) to create…
We're pleased to announce the release of Spire.Doc for Java 13.12.2. This version supports verifying whether the write-protection password is correct, and also fixes some issues that occurred when converting Word to PDF, HTML to Word, and replacing bookmarks. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Added a new method to support verifying whether the write-protection password is correct. Boolean protectionPassword = document.checkWriteProtectionPassword("password"); Bug SPIREDOC-10684 SPIREDOC-11670 Fixed an issue where text line breaks were inconsistent when converting Word to PDF. Bug SPIREDOC-11340 Fixed an issue where…
We're pleased to announce the release of Spire.Doc for Java 13.11.2. This version supports creating combination charts in Word, and also fixes some issues that occurred when converting Word to PDF, Markdown to Word, and loading, saving Word documents. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-10972 Added support for creating combination charts in Word documents. Document doc = new Document(); Paragraph paragraph = doc.addSection().addParagraph(); Chart chart = paragraph.appendChart(ChartType.Column, 450, 300).getChart(); chart.changeSeriesType("Series 3", ChartSeriesType.Line, true); System.out.println(chart.getSeries().get(2).getChartType()); doc.saveToFile("ComboChart.docx"); Bug SPIREDOC-11412 SPIREDOC-11607 Fixed the issue that incorrect revisions were…
Page 1 of 9
page 1