Spire.Doc for Java 11.9.5 optimizes the mechanism for reading documents with existing issues
2023-09-14 08:48:26
We are excited to announce the release of Spire.Doc for Java 11.9.5. This version optimizes the mechanism for reading documents with existing issues, so that the program throws an exception and terminates when reading such a document to avoid causing memory overflow. It also enhances the conversion from Word to PDF and HTML as well as conversion from HTML to Docx. Besides, many known issues are fixed in this version, such as the issue that finding text using regular expressions failed. More details are listed below. Here is a list of changes made in this release Category ID Description New…
Spire.Doc for Java 11.8.1 supports setting the position of the gutter line
2023-08-09 09:54:20
We are pleased to announce the release of Spire.Doc for Java 11.8.1. This version supports setting the position of the gutter line and setting the spacing before/after paragraphs in line units. What's more, some known issues are fixed in this version, such as the issue that the program threw a java.lang.IllegalStateException exception 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-4902 Support setting the position of the gutter line. Document doc = new Document(); doc.loadFromFile(inputFile); Section sec = doc.getSections().get(0); sec.getPageSetup().isTopGutter(false); sec.getPageSetup().setGutter(100f); doc.saveToFile(outputFile, FileFormat.Docx);…
Spire.Doc for Java 11.7.0 supports creating a PrivateFontPath object in a stream format
2023-07-11 02:23:18
We are excited to announce the release of Spire.Doc for Java 11.7.0. This version supports the function to create a PrivateFontPath object in a stream format and maintain consistent display of user information annotations after converting Word to PDF. Besides, it enhances the conversion from Word to PDF. In addition, it fixes some known issues, such as the issue that the watermark lost after loading a file and saving it as a new document. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-9004 Supports the function to create…
Spire.Doc for Java 11.6.0 supports setting the position of the binding line
2023-06-09 07:40:28
We are happy to announce the release of Spire.Doc for Java 11.6.0. This version supports setting the position of the binding line and the color of content controls. It also enhances the conversion from Word to PDF and OFD. Besides, some known issues are fixed in this version, such as the issue that extra blank paragraphs appeared after accepting revisions. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-4902 Supports setting the position of the binding line. section.getPageSetup().isTopGutter(boolean value); New feature SPIREDOC-9054 The mailMerge.executeWidthRegion() method of the mail…
Spire.Doc for Java 11.5.5 enhances the conversion form Word to PDF
2023-05-25 06:52:38
We are pleased to announce the release of Spire.Doc for Java 11.5.5. This version enhances the conversion from Word to PDF and Word to OFD. In addition, it fixes some known issues, such as the issue that the application threw an error "Attempted to read past the end of the stream" when loading documents. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-7626 Fixes the issue that the content was incorrect after converting Word to OFD. Bug SPIREDOC-8666 Fixes the issue that the paging was inconsistent after converting DOC to DOCX.…
Spire.Doc for Android via Java 11.4.1 fixes the issue that images were lost after converting Word to PDF
2023-04-23 06:20:52
We are happy to announce the release of Spire.Doc for Android via Java 11.4.1. This version fixes the issue that images were lost after converting Word to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-9013 SPIREDOC-9014 Fixes the issue that images were lost after converting Word to PDF. Click the link to download Spire.Doc for Android via Java 11.4.1: https://www.e-iceblue.com/Download/doc-for-android-via-java.html
Spire.Doc for Java 11.4.2 supports Docx2016 and Docx2019 file formats
2023-04-20 08:03:26
We are excited to announce the release of Spire.Doc for Java 11.4.2. This version supports Docx2026 and Docx2019 file formats. It also supports updating only page numbers of the contents and retrieving replies to comments. Besides, it enhances the conversion from Word to PDF, HTML, and OFD. In addition, many known issues are fixed in this version, such as the issue that the page orientation changed from portrait to landscape after accepting revisions. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-6422 Supports Docx2016 and Docx2019 file formats.…
Spire.Doc for Java 11.3.11 supports modifying the revision time
2023-03-24 09:26:48
We are glad to announce the release of Spire.Doc for Java 11.3.11. This version supports modifying the revision time. Besides, it enhances the conversion from Word to PDF. In addition, it fixes some known issues, such as the issue that the number of document pages was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-8859 Supports modifying the revision time. SimpleDateFormat formatter = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss"); String dateString = "2023/3/1 00:00:00"; Date date = formatter.parse(dateString); revison.setDateTime(date); Bug SPIREDOC-8645 Fixes the issue that the table content was incorrect…