Spire.Doc for Java 4.12.1 supports converting Word to OFD format
2021-12-03 03:35:07
We are pleased to announce the release of Spire.Doc for Java 4.12.1. This version supports converting Word to OFD format, setting the revision author, as well as setting "ignore formatting" when doing the comparison. Additionally, it enhances the conversion from Word to PDF, also fixes some known issues such as the list text obtained being incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Supports converting Word to OFD format. Document document = new Document(); document.loadFromFile("input.docx"); document.saveToFile("output.ofd", FileFormat.OFD); New feature SPIREDOC-6969 Supports setting the revision author. Document…
Spire.Doc for Java 4.11.3 enhances the conversions from Word to PDF/images/HTML
2021-11-09 09:56:25
We are happy to announce the release of Spire.Doc for Java 4.11.3. This version enhances the conversions from Word to PDF/images/HTML, as well as from HTML to Word. In addition, it also fixes the issue occurred in the course of comparing Word files. More details are listed as follows. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-6646 Fixes the issue that the text overlapped after converting Word to PDF. Bug SPIREDOC-6664 Fixes the issue that the bookmark was missing after splitting the table cells. Bug SPIREDOC-6668 Fixes the issue that it didn't get…
Spire.Doc for Java 4.10.3 supports loading and saving .wps and .wpt files
2021-10-22 08:51:03
We are happy to announce the release of Spire.Doc for Java 4.10.3. This version supports loading and saving .wps and .wpt files. Moreover, it enhances the conversion from Word to PDF, Word to html, as well as Doc to Docx. In addition, it fixes the issues that the application threw error when merging Word files or loading a Word document. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-6743 Supports loading and saving .wps and .wpt files. Document document = new Document(); document.loadFromFile(inputFile, FileFormat.WPS); //document.loadFromFile(inputFile, FileFormat.WPT); document.saveToFile(outputFile, FileFormat.WPS);…