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…
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…
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);…
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
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…
We are excited to announce the release of Spire.PDF 10.7.21. This version supports converting HTML to PDF using the Chrome plugin and optimizes the layout of Excel documents converted from PDF documents. Besides, it also enhances the conversion from PDF to Excel, PDFA1B, and images. Moreover, some known issues are fixed in this version, such as the issue that the program reported an error when printing PDF documents. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Supports converting HTML to PDF using the Chrome plugin. Save the…
We are happy to announce the release of Spire.XLS for Java 14.7.5. This version enhances the conversion from Excel to PDF. Moreover, many known issues are fixed successfully in this version, such as the issue that some formula values were calculated incorrectly after saving Excel files. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-5279 Fixed the issue that some formula values are calculated incorrectly when saving Excel files. Bug SPIREXLS-5281 Fixed the issue that the data points of charts were incorrectly positioned after converting Excel to PDF. Bug…
We're pleased to announce the release of Spire.PDF for Java 10.7.3. This version fixes some known issues that occurred when opening compressed PDF files, obtaining PDF JavaScript, compressing images and replacing text in PDFs. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6804 Fixes the error occurred when opening compressed PDF files. Bug SPIREPDF-6831 Fixed the issue that the effect of the PdfInkAnnotation added to PDF was incorrect. Bug SPIREPDF-6856 Fixes the issue that the program threw "NullPointerException" when obtaining the PDF JavaScript. Bug SPIREPDF-6865 Fixes the issue that…
page 32