Spire.Doc 13.1.4 supports checking and modifying hyperlinks for images and shapes
2025-01-14 09:54:45
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;…
Spire.XLS 15.1.3 supports the CSCH, RANDARRAY, COTH, SEQUENCE, EXPAND functions
2025-01-14 07:32:12
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…
Spire.Presentation 10.1.1 supports obtaining the file name of embedded OLE objects
2025-01-13 09:32:38
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…
Spire.Presentation for Java 10.1.2 enhances the conversion from slides to images
2025-01-13 03:30:23
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
Spire.PDF 11.1.0 enhances conversions from XPS to PDF and PDF to PNG, HTML, SVG, OFD
2025-01-08 07:10:12
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…
Spire.XLS for Java 15.1.0 support setting global custom font folder
2025-01-06 07:14:24
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…
Spire.Office for Java 9.12.0 is released
2024-12-31 09:52:12
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)…
Spire.Doc for Java 12.12.21 enhances the conversion from Word to PDF
2024-12-31 09:48:28
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
