Spire.Doc for Java 5.4.10 enhances the conversion from Word to PDF and Word to HTML
2022-04-25 03:32:00
We are pleased to announce the release of Spire.Doc for Java 5.4.10. This version enhances the conversion from Word to PDF and Word to HTML. In addition, it fixes some known issues such as the table format of the saved Word file was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-7062 SPIREDOC-7667 SPIREDOC-7702 Fixes the issue that the content was incorrect after converting Word to PDF. Bug SPIREDOC-7347 Fixes the issue that the application threw "java.awt.image.RasterFormatException" when converting Word to PDF. Bug SPIREDOC-7378 Fixes the issue that…
Spire.Doc for Java 5.4.2 enhances the conversion from Word to PDF and Word to HTML
2022-04-08 04:40:43
We are pleased to announce the release of Spire.Doc for Java 5.4.2. This version enhances the conversion from Word to PDF, Word to HTML, Word to OFD, XML to Word and Word to image. In addition, it fixes some known issues such as the mailMerge was failed when setting the property access to "private". More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-4270 Fixes the issue that the content was overlapped after converting word file to PDF. Bug SPIREDOC-6749 Fixes the issue that the application threw "Specified argument was…
Spire.Doc for Java 5.4.0 supports converting Word documents using NewEngine
2022-04-02 07:32:59
We are pleased to announce the release of Spire.Doc for Java 5.4.0. This version supports converting Word documents using NewEngine. The NewEngine method fixes a lot of issues occurred 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 - Supports converting Word documents using NewEngine. Document doc = new Document(); doc.loadFromFile(inputFile); doc.setUseNewEngine(true); Bug SPIREDOC-6385 SPIREDOC-7011 SPIREDOC-7380 The NewEngine method fixes the issue that the image position offset after converting Word file to PDF. Bug SPIREDOC-6863 SPIREDOC-6879 SPIREDOC-6918 SPIREDOC-6989 SPIREDOC-6993 SPIREDOC-7004 SPIREDOC-7043 SPIREDOC-7152 SPIREDOC-7219 SPIREDOC-7319…
Spire.Doc for Java 5.3.16 enhances the conversions from Word to PDF, Word to HTML
2022-03-22 03:03:33
We are pleased to announce the release of Spire.Doc for Java 5.3.16. This version enhances the conversions from Word to PDF, Word to HTML. It also fixes some known issues such as the application threw "StackOverflowError" when updating Table of Contents. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-4423 Fixes the issue that the application threw "StackOverflowError" when updating Table of Contents. Bug SPIREDOC-7199 Fixes the issue that the text position was incorrect after converting Word to PDF. Bug SPIREDOC-7220 SPIREDOC-7419 Fixes the issue that the pagination was…
Spire.Doc for Java 5.2.3 supports finding all matched strings in a paragraph
2022-02-21 06:40:29
We are pleased to announce the release of Spire.Doc for Java 5.2.3. This version supports finding all matched strings in a paragraph. It also enhances the conversion from Word to PDF and HTML to Word. In addition, it fixes some known issues such as the application threw "Operation is not valid due to the current state of the object" when loading a Word file. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-3990 Supports finding all matched strings in a paragraph. Document document = new Document(); document.loadFromFile("Sample.docx"); Section…
Spire.Doc for Java 5.1.9 enhances the conversion from Word to PDF/HTML/images
2022-01-18 05:41:04
We are pleased to announce the release of Spire.Doc for Java 5.1.9. This version enhances the conversion from Word to PDF, Word to HTML, Word to images. It also fixes some known issues such as the generated file cannot be opened after converting the Word file to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-6464 SPIREDOC-7067 Fixes the issue that the application threw "IndexOutOfBoundsException" when updating the table of content of the Word document. Bug SPIREDOC-6921 SPIREDOC-7107 Fixes the issue that the generated file has extra blank…
Spire.Doc for Java 4.12.13 supports setting "Allow Latin text to wrap in the middle of a word" for paragraphs
2021-12-29 06:24:19
We are pleased to announce the release of Spire.Doc for Java 4.12.13. This version supports setting "Allow Latin text to wrap in the middle of a word" for paragraphs, and enhances the conversion from Word to PDF, XML to PDF. In addition, it fixes some known issues such as the text obtained were incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-5499 Supports setting "Allow Latin text to wrap in the middle of a word" for paragraphs. Paragraph pa = document.getSections().get(0).getParagraphs().get(0); pa.getFormat().setWordWrap(false); pa.getFormat().getWordWrap(); Bug SPIREDOC-6592 Fixes the…
Spire.Doc for Java 4.12.7 enhances the conversion from Word to PDF
2021-12-14 06:21:56
We are pleased to announce the release of Spire.Doc for Java 4.12.7. This version enhances the conversion from Word to PDF, and fixes some known issues such as the time field was not updated when saving .docx format file to .doc format. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-5323 Fixes the issue that the returned value was incorrect when calling "hasChanges()" Bug SPIREDOC-6876 Fixes the issue that the content format was incorrect when converting a word document to PDF Bug SPIREDOC-6950 Fixes the issue that the content…