We are excited to announce the release of Spire.Doc 13.1.4. This version supports checking and modifying hyperlinks for images and shapes. Besides, some known issues are fixed successfully in this version, such as the issue that the obtained ListText of paragraphs was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-10532SPIREDOC-11019 Support judging and modifying hyperlinks for images and shapes. foreach (Section section in doc.Sections) { foreach (Paragraph paragraph in section.Paragraphs) { foreach (DocumentObject documentObject in paragraph.ChildObjects) { if (documentObject is DocPicture) { DocPicture pic=documentObject as DocPicture;…
We're pleased to announce the release of Spire.XLS 15.1.3. This version adds the support for many functions, CSCH, RANDARRAY, COTH, SEQUENCE, EXPAND, CHOOSECOLS, CHOOSEROWS, and DROP. Besides, it also fixes some issues that occurred when converting XLSM to PDF, Excel to PDF, calculating formula values and setting tab color. More details are shown below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-5542 Supports the CSCH function New feature SPIREXLS-5548 Supports the RANDARRAY function. New feature SPIREXLS-5621 Supports the COTH function. New feature SPIREXLS-5622 Supports the SEQUENCE function. New feature SPIREXLS-5627 Supports the…
We're glad to announce the release of Spire.Presentation 10.1.1. The latest version supports obtaining the file name of embedded OLE objects. Moreover, some known bugs are fixed successfully in this update, such as the issue that the program threw an exception “object reference not set to object instance” when loading PPTX documents. Check below for more details. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2658 Supports obtaining the file name of embedded OLE objects. IOleObject oleObject = shape as IOleObject; oleObject.EmbeddedFileName Bug SPIREPPT-2652 Fixes the issue that the program threw an exception…
We are delighted to announce the release of Spire.Presentation for Java 10.1.2. This version enhances the conversion from slides to images. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-2700 Fixes the issue that the shapes were incorrect when converting slides to images. Click the link below to download Spire.Presentation for Java 10.1.2: https://www.e-iceblue.com/Download/presentation-for-java.html
We are excited to announce the release of Spire.PDF 11.1.0. The latest version enhances conversions from XPS to PDF and PDF to PNG, HTML, SVG, and OFD. Moreover, some known issues are fixed successfully in the update, such as the issue that multi-threaded PDF text extraction error happens. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-7162 Fixes the issue that multi-threaded PDF text extraction error happened. Bug SPIREPDF-7201 Fixes the issue that there were incorrect links when converting XPS to PDF. Bug SPIREPDF-7235 Fixes the issue that extracting…
We're pleased to announce the release of Spire.XLS for Java 15.1.0. This version support setting global custom font folder, and also fixes several issues that occurred when converting Excel to PDF, copying worksheets and loading Excel files. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-5600 Support setting global custom font folder. Workbook.setGlobalCustomFontsFolders(new String[]{}); Bug SPIREXLS-5345 Fixes the issue that the text placement was incorrect when converting Excel to PDF. Bug SPIREXLS-5568 Fixes the issue that the seconds data was inaccurate when reading time values from cells. Bug…
We're delighted to announce the release of Spire.Office for Java 9.12.0. In this version, Spire.PDF for Java supports loading PDF documents with passwords from streams; Spire.OCR for Java supports macOS 10.15 and later versions, and improves the efficiency of memory reclamation and the speed of text recognition. Besides, a lot of known issues have been successfully fixed in this version. More details are listed below. Click the link to download Spire.Office for Java 9.12.0: https://www.e-iceblue.com/Download/office-for-java.html Here is a list of changes made in this release Spire.PDF for Java Category ID Description New feature SPIREPDF-7262 Adds the PdfDocument.loadFromStream(InputStream stream, String password)…
We are excited to announce the release of Spire.Doc for Java 12.12.21. The latest version fixes the issue that there are incorrect characters when converting a Word document to a PDF document. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-10938 Fixes the issue that there are incorrect characters when converting a Word document to a PDF document. Click the link below to download Spire.Doc for Java 12.12.21: https://www.e-iceblue.com/Download/doc-for-java.html
page 22