Spire.Doc for Java 11.4.2 supports Docx2016 and Docx2019 file formats
2023-04-20 08:03:26
We are excited to announce the release of Spire.Doc for Java 11.4.2. This version supports Docx2026 and Docx2019 file formats. It also supports updating only page numbers of the contents and retrieving replies to comments. Besides, it enhances the conversion from Word to PDF, HTML, and OFD. In addition, many known issues are fixed in this version, such as the issue that the page orientation changed from portrait to landscape after accepting revisions. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-6422 Supports Docx2016 and Docx2019 file formats.…
Spire.Doc for Java 11.3.11 supports modifying the revision time
2023-03-24 09:26:48
We are glad to announce the release of Spire.Doc for Java 11.3.11. This version supports modifying the revision time. Besides, it enhances the conversion from Word to PDF. In addition, it fixes some known issues, such as the issue that the number of document pages was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-8859 Supports modifying the revision time. SimpleDateFormat formatter = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss"); String dateString = "2023/3/1 00:00:00"; Date date = formatter.parse(dateString); revison.setDateTime(date); Bug SPIREDOC-8645 Fixes the issue that the table content was incorrect…
Spire.Doc for Java 11.3.0 enhances the conversion form Word to PDF
2023-03-02 07:43:12
We are happy to announce the release of Spire.Doc for Java 11.3.0. This version enhances the conversion from Word to PDF. In addition, it fixes some known issues, such as the issue that the program threw java.lang.NullPointerException when replacing bookmarks. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-8858 Fixes the issue that WPS tool viewing inconsistent line breaks when converting Word to PDF. Bug SPIREDOC-8950 Fixes the issue that paging inconsistency when converting Word to PDF. Bug SPIREDOC-9011 Fixes the issue that the program threw java.lang.NullPointerException when replacing…
Spire.Doc for Java 11.2.3 supports setting the sdtAppearance property for the content control
2023-02-09 03:28:41
We are pleased to announce the release of Spire.Doc for Java 11.2.3. This version supports setting the sdtAppearance property for the content control. Besides, it enhances the conversion from Word to PDF. In addition, it fixes some known issues, such as the issue that the application threw "Unknown Source" error when updating the TableOfContents. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-8665SPIREDOC-8960 Supports setting the sdtAppearance property for the content control. Document doc = ConvertUnit.GetNewEngineDocument(); doc.loadFromFile(inputFile); for (Object docObj : doc.getSections().get(0).getBody().getChildObjects()) { if (docObj instanceof StructureDocumentTag) {…
Spire.Doc for Java 11.1.1 supports the setting "Remove contents control when contents are edited"
2023-01-12 07:23:45
We are excited to announce the release of Spire.Doc for Java 11.1.1. This version supports setting the function "Remove contents control when contents are edited" for content controller. Besides, it enhances the conversion from Word to PDF. In addition, it fixes some known issues, such as the issue that the program threw "Value (11) does not exist in the <CellAlign> enumeration" when loading a document. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-8961 Supports setting the function "Remove contents control when contents are edited" for content controller.…
Spire.Doc for Java 10.12.4 enhances the conversion form Word to PDF
2022-12-21 03:05:13
We are glad to announce the release of Spire.Doc for Java 10.12.4. This version enhances the conversion from Word to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-8790 Fixes the issue that the table format was incorrect when converting Word to PDF. Bug SPIREDOC-8791 Fixes the issue that the table lost when converting Word to PDF. Click the link to download Spire.Doc for Java 10.12.4: https://www.e-iceblue.com/Download/doc-for-java.html
Spire.Doc for Java 10.12.2 enhances the conversion form Word to PDF and HTML to Word
2022-12-09 03:49:49
We are happy to announce the release of Spire.Doc for Java 10.12.2. This version enhances the conversion from Word to PDF as well as images and HTML to Word. Besides, a lot of issues are fixed in this release, such as the issue that the font size and the spacing between paragraphs changed after merging files. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-4737 Fixes the issue that paragraph wrapping was inconsistent when converting Word to PDF. Bug SPIREDOC-5771 Fixes the issue that the tables overlapped when converting…
Spire.Doc for Java 10.11.6 enhances the conversion from Word to PDF
2022-11-14 02:21:02
We are pleased to announce the release of Spire.Doc for Java 10.11.6. This version enhances the conversion from Word to PDF. Besides, some known issues are fixed, such as the issue that the program threw a StringIndexOutOfBoundsException exception when loading Word documents. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-7275 Fixes the issue that the content was overlapped and its location was changed when converting Word to PDF. Bug SPIREDOC-7525 Fixes the issue that the pagination was incorrect when converting Word to PDF. Bug SPIREDOC-7974 Fixes the issue…