Spire.OCR 2.2.10 supports integration with cloud AI models
2026-04-15 09:02:45
We're pleased to announce the release of Spire.OCR 2.2.10. This version supports integration with cloud AI models (such as Doubao, Qwen, DeepSeek, etc.) for image text recognition. (Note: Users are required to obtain their own API Keys from the respective AI platforms.) More details are listed below. Here is a list of changes made in this release Category ID Description New Feature SPIREOCR-125 Supports integration with cloud AI models (such as Doubao, Qwen, DeepSeek, etc.) for image text recognition. static void Main(string[] args) { string filename = "1.png"; string outputFile = "scan.txt"; string filePath = "F:\\3.3.0AI\\AI\\"+"ocr.xml"; string newModel = "AIModel";…
Spire.Doc for JavaScript 14.4.2 adds support for Word to Markdown conversion and more features
2026-04-15 07:25:18
We’re pleased to announce the release of Spire.Doc for JavaScript 14.4.2. This version adds support for converting Word documents to Markdown format, inserting SVG files into Word documents, and setting gutter width. More details are listed below. Here is a list of changes made in this release Category ID Description New Feature — Supports converting Word documents to Markdown format. New Feature — Supports inserting SVG files into Word documents. New Feature — Supports setting gutter width. Click the link below to download Spire.Doc for JavaScript 14.4.2: https://www.e-iceblue.com/Download/Spire-Doc-JavaScript.html
Spire.Presentation for JavaScript 11.4.1 supports converting PowerPoint to PDF/A
2026-04-14 06:03:57
We’re glad to announce the release of Spire.Presentation for JavaScript 11.4.1. This update introduces two major enhancements: converting PowerPoint to PDF/A, allowing you to create documents that meet long-term archival requirements directly from your presentations; and adding HTML with images to PowerPoint, enabling you to seamlessly embed rich HTML content, including images, into your slides. Here is a list of changes made in this release Category ID Description New Feature - Added support for converting PowerPoint to PDF/A compliant documents. New Feature - Added support for adding HTML with images to PowerPoint documents. Click the link below to download Spire.Presentation…
Spire.PDF for Android via Java 10.8.0 introduces the PdfImageHelper class for processing images
2026-04-13 08:13:43
We're pleased to announce the release of Spire.PDF for Android via Java 10.8.0. This version introduces the PdfImageHelper class for image processing, and optimizes the methods for retrieving signature certificate names and registering table layout events. More details are listed below. Here is a list of changes made in this release Category ID Description Optimization - Introduced the PdfImageHelper class for processing PDF images. Before: // Get the image information on a PDF page PdfImageInfo[] imageInfo = page.getImagesInfo(); // Replace the first image page.replaceImage(0, image) // Delete the first image page.deleteImage(0); After: // Get the image information on a PDF…
Spire.XLS for JavaScript 16.4.0 supports converting Excel to SVG
2026-04-10 06:44:43
We're pleased to announce the release of Spire.XLS for JavaScript 16.4.0. This version supports converting Excel and ChartSheet to SVG, and supports configuring OnlyCopyFormulaValue when cloning cell ranges to copy formula values only. More details are listed below. Here is a list of changes made in this release Category ID Description New Feature SPIREXLS-5621 Supports converting Excel to SVG. New Feature SPIREXLS-5622 Supports converting ChartSheet to SVG. New Feature SPIREXLS-5623 Supports configuring OnlyCopyFormulaValue when cloning cell ranges to copy formula values only. Click the link below to download Spire.XLS for JavaScript 16.4.0: https://www.e-iceblue.com/Download/Spire-XLS-JavaScript.html
Spire.Doc for Java 14.4.0 resolves an HTML appending issue
2026-04-09 01:41:54
We’re pleased to announce the release of Spire.Doc for Java 14.4.0. This update fixes a bug that caused a NoClassDefFoundError when calling the appendHTML method. Here is a list of changes made in this release Category ID Description Bug Fix SPIREDOC-11879 Fixed the issue where a "NoClassDefFoundError" exception was thrown when adding HTML via appendHTML. Click the link below to download Spire.Doc for Java 14.4.0: https://www.e-iceblue.com/Download/doc-for-java.html
Spire.XLS for Python 16.4.0 adds support for Excel and Markdown conversion
2026-04-08 06:48:04
We’re pleased to announce the release of Spire.XLS for Python 16.4.0. This version adds support for hiding the Pivot Table Field List, as well as converting between Excel and Markdown formats. It also fixes several issues, including an exception that occurred when setting the Value2 property of a cell. More details are listed below. Here is a list of changes made in this release Category ID Description New Feature SPIREXLS-6094 Supports hiding the Pivot Table Field List. workbook.HidePivotFieldList = true; New Feature SPIREXLS-6097 Supports converting Excel to Markdown. workbook = Workbook() workbook.LoadFromFile(inputFile) markdownOptions = MarkdownOptions() markdownOptions.SavePicInRelativePath = False markdownOptions.SaveHyperlinkAsRef =…
Spire.PDF 12.4.0 optimizes memory consumption during PDF merging
2026-04-01 09:30:59
We're pleased to announce the release of Spire.PDF 12.4.0. This version optimizes memory consumption during PDF merging and also fixes several issues that occurred when processing PDF files. More details are listed below. Here is a list of changes made in this release Category ID Description Optimization SPIREPDF-7878 SPIREPDF-7958 Optimized memory consumption during PDF merging. Bug Fix SPIREPDF-7850 Fixed an issue where removing image watermarks from PDFs failed. Bug Fix SPIREPDF-7963 Fixed an issue where keywords were not correctly identified when using “TextFindParameter.WholeWord”. Bug Fix SPIREPDF-7980 Fixed an issue where content stream markers did not correctly include attribute placeholders when…
