Spire.Doc for Java 10.7.10 enhances the conversion from Word and HTML to PDF
2022-07-29 02:54:41
We are excited to announce the release of Spire.Doc for Java 10.7.10. This version enhances the conversion from Word and HTML to PDF, HTML to images, and Word to HTML. Besides, some known issues are fixed, such as the issue that the password was lost after loading and saving a password-protected Word document and the issue that setting the docPicture.setWidthScale and docPicture.setHeightScale properties didn't take effect. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-4372 Fixes the issue that the application hung when converting Word to PDF. Bug SPIREDOC-6957…
Spire.Doc for Java 10.7.4 supports setting the comparison level when comparing Word documents
2022-07-13 08:49:31
We are happy to announce the release of Spire.Doc for Java 10.7.4. This version supports setting the comparison level when comparing Word documents. Besides, it enhances the conversion from Word files to PDF files and images. Moreover, some known issues are fixed, such as the issue that the content was incorrect after merging two Word files. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Support setting the comparison level when comparing Word files. Document doc1 = new Document(); doc1.loadFromFile("input1.docx"); Document doc2 = new Document(); doc2.loadFromFile("input2.docx"); //setting comparison…
Spire.Doc for Java 10.6.6 enhances the conversion from Word to PDF
2022-06-22 02:13:19
We are excited to announce the release of Spire.Doc 10.6.6. In this release, the conversion from Word to PDF is enhanced. Besides, some known issues are fixed, such as the issue that the application threw "NullPointerException" when calling the autoFit method of tabless and the issue that it failed to open the added image Ole in Word. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-7253 Fixes the issue that the application threw "NullPointerException" when calling the autoFit method of table. Bug SPIREDOC-7335 Fixes the issue that the pagination…
Spire.Doc for Java 10.6.0 enhances the conversion from Word to PDF and HTML
2022-06-07 08:36:20
We are glad to announce the release of Spire.Doc for Java 10.6.0. This version enhances the conversion from Word to PDF and Word to HTML. Additionally, it fixes some known issues such as the issue that extra content appears after saving Word documents and the issue that the application threw "This is not a structured storage file." when merging Word documents. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-7542 Fixes the issue that the content format was incorrect after converting Word to PDF. Bug SPIREDOC-7574 Fixes the issue…
Spire.Doc for Java 10.5.10 supports setting "Snap to grid when document grid is defined" for word file paragraph
2022-05-27 10:11:11
We are pleased to announce the release of Spire.Doc for Java 10.5.10. This version supports setting “Snap to grid when document grid is defined” for word file paragraph, and enhances the conversion from Word to PDF. In addition, it fixes some known issues such as the page number obtained was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-7777 Supports setting "Snap to grid when document grid is defined" for word file paragraph. Document document = new Document(inputFile); Paragraph pa = document.getSections().get(0).getParagraphs().get(0); pa.getFormat().setSnapToGrid(true); Bug SPIREDOC-6873 Fixes the…
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…