Spire.Doc for Java 14.5.3 supports footnote/endnote counting and font embedding option
2026-05-22 08:45:27
We’re pleased to announce the release of Spire.Doc for Java 14.5.3. This version adds support for retrieving the number of footnotes or endnotes, as well as the “Embed only characters used in the document” setting. It also fixes several issues related to Word-to-PDF conversion, including inconsistent formatting and blurry images. More details are listed below. Here is a list of changes made in this release Category ID Description New Feature SPIREDOC-11693 Added support for retrieving the number of footnotes or endnotes. Document doc = new Document(); doc.loadFromFile(inputFile); StringBuilder sb = new StringBuilder(); for (int n = 0; n < doc.getSections().getCount();…
Spire.PDF 12.5.8 optimizes the conversion from PDF to image
2026-05-22 08:23:02
We're pleased to announce the release of Spire.PDF 12.5.8. This version optimizes the conversion from PDF to image. Meanwhile, some issues that occurred when extracting text from PDF pages have also been successfully fixed. More details are listed below. Here is a list of changes made in this release Category ID Description Bug Fix SPIREPDF-8027 Fixes the issue where the program threw an "Index was outside the bounds of the array" exception during PDF to image conversion. Bug Fix SPIREPDF-8032 Fixes the issue where characters were duplicated when extracting text from PDF pages. Click the link below to download Spire.PDF…
Spire.Office for Python 11.5.0 is released
2026-05-21 09:08:22
We are excited to announce the release of Spire.Office for Python 11.5.0. This version introduces several powerful enhancements: Spire.Doc can now convert Word documents to Excel, Spire.PDF allows specifying text color when replacing content, Spire.XLS enables seamless conversion between Markdown and Excel, and Spire.OCR integrates with AI models to improve accuracy and enhance text recognition in images. In addition, all core components (except Spire.OCR) now offer universal support for macOS ARM. Alongside these new features, numerous known issues related to converting, processing, and saving Word, Excel, PDF, and PowerPoint files have been resolved, delivering a more stable and reliable experience.…
Spire.PDF for Java 12.5.1 adds support for PDF conversion progress callback
2026-05-19 09:30:16
We're pleased to announce the release of Spire.PDF for Java 12.5.1. This version adds support for progress callback when converting PDF. It also fixes several issues, including content inconsistency when converting SVG to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description New Feature SPIREPDF-8044 Added support for progress callback when converting PDF documents. class CustomProgressNotifier implements IProgressNotifier { StringBuilder str = new StringBuilder(); private String outputFile; public CustomProgressNotifier(String outputFile) { this.outputFile = outputFile; } @Override public void notify(float progress) { str.append("==============Progress: ").append(progress).append("%==============\n"); try { Files.writeString(Paths.get(outputFile), str.toString()); } catch (Exception…
Spire.XLS 16.5.6 enhances the conversion from Excel to EMF
2026-05-18 01:11:36
We're pleased to announce the release of Spire.XLS 16.5.6. This version enhances the conversion from Excel to EMF, and also fixes two issues that occurred when reading and calculating formulas. More details are shown below. Here is a list of changes made in this release Category ID Description Bug Fix SPIREXLS-6129 Fixed the issue where a "GDI+" exception was thrown when converting Excel files to EMF format. Bug Fix SPIREXLS-6130 Fixed the issue where read formula values returned incorrect results. Bug Fix SPIREXLS-6136 Fixed the issue where formula values were calculated incorrectly. Click the link to download Spire.XLS 16.5.6: https://www.e-iceblue.com/Download/download-excel-for-net-now.html…
Spire.Presentation 11.5.1 optimizes the conversion from PowerPoint to PDF
2026-05-13 08:35:59
We're pleased to announce the release of Spire.Presentation 11.5.1. This version optimizes the conversion from PowerPoint to PDF. Meanwhile, some issues that occurred when loading PPT documents, converting shapes to SVG, and retrieving images have also been successfully fixed. More details are listed below. Here is a list of changes made in this release Category ID Description Bug Fix SPIREPPT-3105 Fixes the issue where loading PPT format documents threw an exception. Bug Fix SPIREPPT-3106, SPIREPPT-3119, SPIREPPT-3121, SPIREPPT-3123 Fixes the issue where converting PowerPoint to PDF resulted in incorrect rendering. Bug Fix SPIREPPT-3114 Fixes the issue where shapes became blank when…
Spire.PDF 12.5.1 Adds Support for SHA-2 and SHA-256 Digital Signature Algorithms
2026-05-12 08:57:40
We’re pleased to announce the release of Spire.PDF 12.5.1. This version adds support for SHA-2 and SHA-256 hash algorithms in digital signatures. It also fixes several issues, including content loss when printing PDF documents. More details are listed below. Here is a list of changes made in this release Category ID Description New Feature SPIREPDF-4878 Added support for SHA-2 and SHA-256 hash algorithms in digital signatures. PdfDocument pdf = new PdfDocument(); pdf.LoadFromFile(inputFile); X509Certificate2 cert = new X509Certificate2(inputFile_pfx, "e-iceblue"); IPdfSignatureFormatter formatter = new PdfPKCS7Formatter(cert, false); PdfMDPSignatureMaker pdfMDPSignatureMaker = new PdfMDPSignatureMaker(pdf, formatter); PdfSignature signature = pdfMDPSignatureMaker.Signature; signature.Name = "e-iceblue"; signature.ContactInfo = "028-81705109";…
Spire.XLS for Python 16.5.0 fixes a wrapping issue in Pivot tables
2026-05-07 05:46:34
We’re pleased to announce the release of Spire.XLS for Python 16.5.0. This update focuses primarily on resolving an issue where text wrapping in Pivot table cells did not work. For details, please see the changes below. Here is a list of changes made in this release Category ID Description Bug Fix SPIREXLS-6095 Fixed the issue where wrapping text in a Pivot table cell didn’t work. Bug Fix SPIREXLS-6127 Corrected the enumeration class name from SortComparsionType to SortComparisonType. Click the link below to download Spire.XLS for Python 16.5.0: https://www.e-iceblue.com/Download/Spire-XLS-Python.html
