We’re pleased to announce the release of Spire.Doc for Java 14.5.3. This version adds support for retrieving the number of footnotes or endnotes, as well as the “Embed only characters used in the document” setting. It also fixes several issues related to Word-to-PDF conversion, including inconsistent formatting and blurry images. More details are listed below. Here is a list of changes made in this release Category ID Description New Feature SPIREDOC-11693 Added support for retrieving the number of footnotes or endnotes. Document doc = new Document(); doc.loadFromFile(inputFile); StringBuilder sb = new StringBuilder(); for (int n = 0; n < doc.getSections().getCount();…
We're pleased to announce the release of Spire.Doc for Java 14.4.9. This version supports saving charts as templates, and provides the XValues and YValues properties to retrieve data values from charts. Additionally, it supports getting and setting the position of chart data labels. Meanwhile, some issues that occurred when converting Word to PDF, HTML to Word, and Markdown to Word 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-10293 Supports saving charts as templates. Document doc = new Document(); doc.loadFromFile(inputFile); int count =…
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…
Page 1 of 10
page 1