Spire.Doc for Java 12.8.4 improves clarity of images when converting Word documents to HTML
2024-08-13 09:43:47
We are delighted to announce the release of Spire.Doc for Java 12.8.4. This version improves clarity of images when converting Word documents to HTML. Moreover, some known issues are fixed successfully in this version, such as the issue that the images were lost when converting HTML to Word. More details are listed below. Here is a list of changes made in this release Category ID Description Optimization SPIREDOC-10600 Improves clarity of images when converting Word documents to HTML. Bug SPIREDOC-10546 SPIREDOC-10601 Fixes the issue that the images were lost when converting HTML to Word. Bug SPIREDOC-10562 Fixes the problem that…
Spire.Presentation 9.8.1 fixes the issues when copying slides
2024-08-09 09:26:33
We're glad to announce the release of Spire.Presentation 9.8.1. This version mainly fixes two issues that occurred when copying slides to a new PowerPoint presentation. Check below for more details. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-2547 Fixes the issue that the application threw the exception "System.ArgumentOutOfRangeException" when copying slides to a new PowerPoint presentation. Bug SPIREPPT-2549 Fixes the issue that the message "PowerPoint found a problem with content" prompted when opening the resulting file generated after copying slides to a new PowerPoint presentation. Click the link to download Spire.Presentation 9.8.1: https://www.e-iceblue.com/Download/download-presentation-for-net-now.html…
Spire.Doc 12.8.2 enhances the conversion from Word to OFD and PDF
2024-08-07 09:50:25
We are happy to announce the release of Spire.Doc 12.8.2. This version enhances the conversion from Word to OFD and PDF. Some known bugs are fixed in this update as well, such as the issue that extra blank pages are generated when converting Word to OFD. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-10219 Fixes the issue that extra blank pages are generated when converting Word to OFD. Bug SPIREDOC-10365 Fixes the issue that the VBA was lost after saving Docm. Bug SPIREDOC-10389 Fixes the issue that the…
Spire.Office for Java 9.7.0 is released
2024-08-01 02:55:42
We're pleased to announce the release of Spire.Office for Java 9.7.0. This version contains many new features, such as Spire.Doc for Java supports embedding CSS and images when converting Word documents to HTML files in HTML Fixed format; Spire.Presentation for Java supports adding comments to specified text in PowerPoint; Spire.Barcode for Java supports obtaining barcode information, including barcode type, data value and vertex position information. In addition, many known issues have also been successfully fixed in this version. More details are listed below. Click the link to download Spire.Office for Java 9.7.0: https://www.e-iceblue.com/Download/office-for-java.html Here is a list of changes made…
Spire.Doc for Java 12.7.17 supports embedding CSS and images when converting Word to HTML files in HTML Fixed format
2024-07-31 09:53:36
We are delighted to announce the release of Spire.Doc for Java 12.7.17. This version supports embedding CSS and images when converting Word documents to HTML files in HTML Fixed format. Besides, it also enhances the conversion from DOCX to OFD, HTML, and PDF. Moreover, a lot of known issues are fixed successfully in this version, such as the issue that the orientation of the added image was not correct. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-10687 Supports embedding CSS and images when converting Word documents to…
Spire.Presentation for Java 9.7.6 supports adding comments to specified text in PowerPoint
2024-07-31 02:12:28
We are pleased to announce the release of Spire.Presentation for Java 9.7.6. This version supports adding comments to specified text in PowerPoint, and also fixes some known issues, such as the incorrect shape height after adding content to the shape. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2559 Supports adding comments to specified text in PowerPoint. Presentation ppt = new Presentation(); ISlide slide = ppt.getSlides().get(0); IAutoShape shape = ppt.getSlides().get(0).getShapes().appendShape(ShapeType.RECTANGLE, new Rectangle2D.Double(100, 250, 350, 200)); ppt.getSlides().get(0).getShapes().get(0).getLine().getFillFormat().getSolidFillColor().setColor(Color.white); shape.getFill().setFillType(FillFormatType.SOLID); shape.getFill().getSolidColor().setColor(Color.GRAY); ParagraphEx paragraphEx = shape.getTextFrame().getTextRange().getParagraph(); PortionEx ex = new PortionEx("TextTextmdTextText\ttmdTextTextmdText\ttmdTextTextmdtEXT\ttTextmd"); paragraphEx.getTextRanges().append(ex);…
Spire.XLS for Python 14.7.3 fix an exception when running on Ubuntu 22
2024-07-30 07:38:22
We're pleased to announce the release of Spire.XLS for Python 14.7.3. This version fixes the issue that an exception was thrown when using some features of Spire.XLS on Ubuntu 22. More details are listed below. Here is a list of changes made in this release Category ID Description Bug - Fix the issue that errors are reported when running on Ubuntu22. Click the link to download Spire.XLS for Python 14.7.3: https://www.e-iceblue.com/Download/Spire-XLS-Python.html
Spire.Office for Python 9.7.0 is released
2024-07-30 07:33:23
We are excited to announce the release of Spire.Office for Python 9.7.0. In this version, Spire.PDF for Python supports converting PDF to PPTX and adds new interfaces for encrypting and decrypting PDF documents. Moreover, many known issues are fixed successfully in this version. More details are listed below. Click the following link to download Spire.Office for Python 9.7.0: https://www.e-iceblue.com/Download/office-for-python.html Here is a list of changes made in this release Spire.PDF for Python Category ID Description New feature SPIREPDF-6830 Adds new encryption and decryption interfaces for PDF documents. # Encryption pdfDocument = PdfDocument() securityPolicy = PdfPasswordSecurityPolicy("123456789", "M123456789") securityPolicy.EncryptionAlgorithm = PdfEncryptionAlgorithm.AES_128 securityPolicy.DocumentPrivilege…
