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);…
Page 7 of 7
page 7