Spire.Doc for Java 12.9.4 enhances the conversion from Word to PDF
2024-09-20 05:52:20
We are delighted to announce the release of Spire.Doc for Java 12.9.4. This version enhances the conversion from Word to PDF. Besides, some known issues are fixed successfully in this version, such as the issue that the created table of contents field was not updated correctly. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-10740 Optimizes the speed of converting Word documents to PDF documents. Bug SPIREDOC-10457 Fixes the issue that the text layout was incorrect after converting Word documents to PDF documents. Bug SPIREDOC-10791 Fixes the issue that…
Spire.Doc for Java 12.9.0 supports determining if a bookmark is hidden
2024-09-06 03:13:29
We are excited to announce the release of Spire.Doc for Java 12.9.0. This version supports determining if a bookmark is hidden with a new method. Moreover, some known bugs are fixed successfully in this update, such as the issue that line spacing became inconsistent after replacing bookmark content. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-7237 Supports determining if a bookmark is hidden with the new method, "bookmark.isHidden()". New feature SPIREDOC-10287 Supports updating the character count with the new method, "document.updateWordCount()". New feature SPIREDOC-10771 Supports embedding font…
Spire.Doc for Java 12.8.4 improves clarity of images when converting Word documents to HTML
2024-08-13 09:43:47
We are delighted to announce the release of Spire.Doc for Java 12.8.4. This version improves clarity of images when converting Word documents to HTML. Moreover, some known issues are fixed successfully in this version, such as the issue that the images were lost when converting HTML to Word. More details are listed below. Here is a list of changes made in this release Category ID Description Optimization SPIREDOC-10600 Improves clarity of images when converting Word documents to HTML. Bug SPIREDOC-10546 SPIREDOC-10601 Fixes the issue that the images were lost when converting HTML to Word. Bug SPIREDOC-10562 Fixes the problem that…
Spire.Doc for Java 12.7.17 supports embedding CSS and images when converting Word to HTML files in HTML Fixed format
2024-07-31 09:53:36
We are delighted to announce the release of Spire.Doc for Java 12.7.17. This version supports embedding CSS and images when converting Word documents to HTML files in HTML Fixed format. Besides, it also enhances the conversion from DOCX to OFD, HTML, and PDF. Moreover, a lot of known issues are fixed successfully in this version, such as the issue that the orientation of the added image was not correct. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-10687 Supports embedding CSS and images when converting Word documents to…
Spire.Doc for Java 12.7.6 enhances the conversion from RTF to Word and PDF
2024-07-11 09:16:26
We are delighted to announce the release of Spire.Doc for Java 12.7.6. This version enhances the conversion from RTF to Word and PDF. Moreover, some known issues are fixed in this version, such as the issue that the content was lost after loading and saving RTF. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-10082 SPIREDOC-10362 Fixes the issue that the content layout was not correct after converting RTF to PDF and Word. Bug SPIREDOC-10444 Fixes the issue that the content was lost after loading and saving RTF. Bug…
Spire.Doc for Java 12.6.2 supports displaying a prompt message when a corresponding font is not found during conversion
2024-06-18 09:43:27
We're pleased to announce the release of Spire.Doc for Java 12.6.2. This version supports displaying a prompt message when a corresponding font is not found during Word conversion. Meanwhile, it also fixes some issues that occurred when converting Word to PDF, and HTML to Word. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-10465 Supports displaying a prompt message when a corresponding font is not found during Word conversion. Document doc = ConvertUtil.GetNewEngineDocument(); doc.loadFromFile(input); HandleDocumentSubstitutionWarnings substitutionWarningHandler = new HandleDocumentSubstitutionWarnings(); doc.setWarningCallback(substitutionWarningHandler); doc.saveToFile(output_1); StringBuilder sb = new StringBuilder(); Iterator iterator…
Spire.Doc for Java 12.5.1 supports ignoring header and footer comparison options when comparing documents
2024-05-29 08:43:03
We're pleased to announce the release of Spire.Doc for Java 12.5.1. This version supports ignoring header and footer comparison options when comparing documents, and also fixes some known issues such as incorrect paragraph alignment when converting HTML to Word, redundant content appeared when converting Word to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-10156 Supports ignoring headers and footers when comparing PDF documents. CompareOptions options=new CompareOptions(); Options.IgnoreHeadersAndFooters=true;//Default is false Bug SPIREDOC-9330 SPIREDOC-10446 Fixes the issue that the text was garbled after converting a DOCX document to…
Spire.Doc for Java 12.4.14 enhances the conversion from DOCX to PDF
2024-04-30 07:55:00
We are glad to announce the release of Spire.Doc for Java 12.4.14. This version enhances the conversion from DOCX to PDF. Moreover, it also fixes the issue that the content appeared different when it was opened with WPS tool after loading and saving the document. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-9330 SPIREDOC-10446 Fixes the issue that the text was garbled after converting a DOCX document to a PDF document. Bug SPIREDOC-9309 Fixes the issue that the content was messed up after converting a DOCX document to…