Spire.Doc 13.5.11 enhances the conversion from Word to PDF
2025-05-29 06:25:47
We are delighted to announce the release of Spire.Doc 13.5.11. The latest version enhances the conversion from Word to PDF. Furthermore, some known bugs are fixed in the new version, such as the issue that the values of content controls couldn't be modified. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-10418 SPIREDOC-10762 Fixes the issue where inconsistent pagination occurred when converting Word to PDF. Bug SPIREDOC-11177 Fixes the issue that font embedding was incorrect when converting Word to PDF. Bug SPIREDOC-11220 Fixes the issue where the "Allow row…
Spire.Office for Java 10.5.0 is released
2025-05-28 07:21:52
We're pleased to announce the release of Spire.Office for Java 10.5.0. In this version, the Spire.PDF for Java supports using the byte[] certificate data when signing with ‘digitalsignatures.PdfCertificate’. Spire.Doc for Java supports excluding table objects during document comparison and setting underline color. In addition, many known issues that occurred when converting and processing Word/ Excel/ PDF/PowerPoint files have been successfully fixed. More details are listed below. Click the link to download Spire.Office for Java 10.5.0: https://www.e-iceblue.com/Download/office-for-java.html Here is a list of changes made in this release Spire.Doc for Java Category ID Description New feature SPIREDOC-11111 Supports excluding table objects during…
Spire.Presentation for Java 10.5.2 fixes an issue
2025-05-28 03:41:41
We are pleased to announce the release of Spire.Presentation for Java 10.5.2. The latest version fixes the issue where the program threw an "Exception in thread "main" java.lang.NullPointerException" when adding LaTeX formulas. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-2882 Fixes the issue where the program threw an "Exception in thread "main" java.lang.NullPointerException" when adding Latex formulas. Click the link below to download Spire.Presentation for Java 10.5.2: https://www.e-iceblue.com/Download/presentation-for-java.html
Spire.PDF 11.5.5 enhances the conversion from PDF to XPS and PDFA3B
2025-05-28 01:55:20
We are delighted to announce the release of Spire.PDF 11.5.5. This version enhances the conversion from PDF to XPS and PDFA3B. Moreover, some known issues are fixed in this version, such as the issue that the program threw “Empty convert-string” error when saving PDF documents. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-7239 Fixes the issue that the characters of formulas were lost when converting PDF to XPS. Bug SPIREPDF-7437 Fixes the issue that the program threw “Empty convert-string” error when saving PDF documents. Bug SPIREPDF-7441 Fixes the…
Spire.Presentation 10.5.10 supports converting SVG to Shape
2025-05-27 02:48:13
We're glad to announce the release of Spire.Presentation 10.5.10. This version adds a new method ‘AddFromSVGAsShape()’ to supports converting SVGs to shapes. Check below for the details. Here is a list of changes made in this release Category ID Description New feature - Adds a new method ‘AddFromSVGAsShape()’ to convert SVG files into shapes. Presentation ppt = new Presentation(); ppt.Slides[0].Shapes.AddFromSVGAsShapes(file.FullName); ppt.SaveToFile(fileName + ".pptx", FileFormat.Pptx2013); ppt.Dispose(); Click the link to download Spire.Presentation 10.5.10: https://www.e-iceblue.com/Download/download-presentation-for-net-now.html More information of Spire.Presentation new release or hotfix: https://www.e-iceblue.com/forum/spire-presentation-new-release-or-hotfix-t4736.html
Spire.XLS 15.5.2 supports detecting and removing duplicate rows
2025-05-27 01:27:20
We are excited to announce the release of Spire.XLS 15.5.2. This version supports detecting and removing duplicate rows and several new functions, such as TRIMRANGE and ERF.PRECISE. Besides, some known issues are fixed in this version, such as the issue that the sorting results were incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-5787 Supports detecting and deleting duplicate rows. // Remove duplicate rows in the worksheet sheet.RemoveDuplicates(); // Remove duplicate rows within specified range sheet.RemoveDuplicates(int startRow, int startColumn, int endRow, int endColumn); // Remove duplicate rows…
Spire.PDF for Java 11.5.2 enhances the conversions from PDF to PDF/A and Word
2025-05-23 08:25:40
We're pleased to announce the release of Spire.PDF for Java 11.5.2. The latest version enhances the conversions from PDF to PDF/A and Word. Moreover, some known bugs are fixed successfully in this update, such as the issue that the program threw a NullPointerException when adding annotations. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-7353 SPIREPDF-7489 Fixes the issue that the PDF to PDF/A validation failed. Bug SPIREPDF-7481 Fixes the issue that content was lost when converting SVG to PDF. Bug SPIREPDF-7484 Fixes the issue that the program threw…
Spire.Doc for Java 13.5.3 supports excluding table objects during document comparison
2025-05-23 03:55:37
We're pleased to announce the release of Spire.Doc for Java 13.5.3. This version supports excluding table objects during document comparison, and setting underline color. Meanwhile, some issues that occurred when converting Word to PDF, creating and reading TOCs of Word documents have also been successfully fixed. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-11111 Supports excluding table objects during document comparison. Compareoptions compareoptions = new Compareoptions(); compareoptions.setIgnoreTable(true); docunment.compare(docunment2, "Yang Merlin", compareoptions ); New feature SPIREDOC-10501 Supports setting underline color. textRange.getCharacterFormat().setUnderlineColor(Color.RED); Bug SPIREDOC-10310 Fixes the issue where the…
