Spire.Office for Java 11.5.0 is released
2026-05-28 02:43:48
We are excited to announce the release of Spire.Office for Java 11.5.0. In this version, Spire.PDF for Java adds support for PDF conversion progress callback; Spire.Doc for Java adds support for footnote/endnote counting and font embedding option; Spire. Presentation for Java adds support for compressing images. Besides, many issues have been successfully fixed in this version. More details are listed below. Click the link to download Spire.Office for Java 11.5.0: https://www.e-iceblue.com/Download/office-for-java.html Here is a list of changes made in this release Spire.Doc for Java Category ID Description New Feature SPIREDOC-11693 Added support for retrieving the number of footnotes or endnotes.…
Spire.Doc 14.5.14 enhances Word to PDF conversion
2026-05-28 02:09:19
We’re pleased to announce the release of Spire.Doc 14.5.14. This version enhances Word to PDF conversion and fixes several issues, including layout inconsistencies, font rendering problems, and multiple exceptions occurring during document processing. More details are listed below. Here is a list of changes made in this release Category ID Description Bug Fix SPIREDOC-10767 Fixed an issue where a “NullReferenceException” was thrown when using FixedLayoutPage.Section. Bug Fix SPIREDOC-10826 Fixed an issue where a “NullReferenceException” was thrown when using FixedLayoutDocument.GetLayoutEntitiesOfNode(). Bug Fix SPIREDOC-11425 Fixed an issue with incorrect font effects when converting Word to PDF. Bug Fix SPIREDOC-11845 Fixed an issue…
Spire. Presentation for Java 11.5.1 supports compressing images
2026-05-25 09:03:45
We are pleased to announce the release of Spire.Presentation for Java 11.5.1. This version adds a new feature to compress images and also fixes an issue while converting PowerPoint to PDF. Details are listed below. Here is a list of changes made in this release Category ID Description New Feature SPIREPPT-3082 Added support for compressing images. Presentation presentation = new Presentation(); presentation.loadFromFile(inputFile); SlideCollection slides = presentation.getSlides(); for (int i = 0; i < slides.getCount(); i++) { ISlide slide = slides.get(i); ShapeCollection shapes = slide.getShapes(); for (int j = 0; j < shapes.getCount(); j++) { IShape shape = shapes.get(j); if (shape…
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…
