Spire.PDF for C++ 11.10.0 fixes an error when extracting PDF page text
2025-10-23 03:17:42
We're pleased to announce the release of Spire.PDF for C++ 11.10.0. The latest version fixes an issue where the program threw errors when extracting PDF page text. Details are shown below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-7685 Fixes an issue where the program threw errors when extracting PDF page text. Click the link below to download Spire.PDF for C++ 11.10.0: https://www.e-iceblue.com/Download/pdf-for-cpp.html
Spire.Presentation for Java 10.10.2 adds support for converting Markdown to PPTX and SVG to shapes
2025-10-21 05:53:10
We are delighted to announce the release of Spire.Presentation for Java 10.10.2. This version adds support for converting Markdown to PPTX files and SVG to shapes. In addition, several known issues have been successfully fixed, including an issue where added LaTeX formulas were rendered incorrectly. Details are listed below. Here is a list of changes made in this release Category ID Description New feature - Supports converting Markdown to PPTX files. Presentation pt = new Presentation(); pt.loadFromFile("input.md", FileFormat.Markdown); pt.saveToFile("output.pptx", FileFormat.PPTX_2013); pt.dispose(); New feature - Adds the AddFromSVGAsShape method to convert SVG into shapes. Presentation ppt = new Presentation(); ppt.loadFromFile("input.pptx"); for…
Spire.Presentation 10.10.1 supports setting fade-in or fade-out duration of audio
2025-10-21 03:55:59
We’re pleased to announce the release of Spire.Presentation 10.10.1. This update introduces features for setting fade-in and fade-out durations for audio, as well as the ability to crop audio. More details are given below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2988 Added support for setting the fade-in or fade-out duration of audio. // New Append Audio Presentation pres = new Presentation(); FileStream from_stream = File.OpenRead(inputFile); RectangleF audioRect = new RectangleF(50, 50, 100, 100); IAudio audio = pres.Slides[0].Shapes.AppendAudioMedia(from_stream, audioRect); // Set the duration of the starting fade for 13s audio.FadeInDuration = 13000f;…
Spire.Barcode for Java 5.2.0 fixes two issues that occurred while scanning an image
2025-10-11 07:53:31
We are happy to announce the release of Spire.Barcode for Java 5.2.0. In this version, two issues that occurred while scanning an image have been successfully fixed. Details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREBARCODE-273 Fixed the issue where the application threw a "java.lang.OutOfMemoryError" when scanning an image. Bug SPIREBARCODE-276 Fixed the issue of incorrect result data when scanning an image. Click the link to download Spire.Barcode for Java 5.2.0: https://www.e-iceblue.com/Download/barcode-for-java.html
Spire.Office 10.9.0 is released
2025-09-30 11:10:50
We are excited to announce the release of Spire.Office 10.9.0. In this version, Spire.Doc exposes core interfaces for fine-grained document styling control; Spire.XLS supports creating and modifying Equations; Spire.Presentation fixes an issue where documents failed to open; Spire.PDF improves OFD to PDF conversion; Spire.DocViewer adjusts its security-related dependencies; Spire.PDFViewer adds a platform-agnostic .NET 7.0 version; Spire.Barcode fixes a font issue. Besides, a lot of known issues are fixed successfully in this version. More details are listed below. In this version, the most recent versions of Spire.Doc, Spire.PDF, Spire.XLS, Spire.Presentation, Spire.Barcode, Spire.DocViewer, and Spire.PDFViewer are included. DLL Versions: Spire.Doc.dll v13.9.10 Spire.PDF.dll…
Spire.PDFViewer 8.2.1 adds a platform-agnostic .NET 7.0 version
2025-09-30 09:17:32
We’re pleased to announce the release of Spire.PDFViewer 8.2.1. This update introduces a cross-platform .NET 7.0 version, along with the dedicated version for Windows, ensuring broad compatibility and seamless integration across environments. More details are as follows. Here is a list of changes made in this release Category ID Description New feature - Added a platform-agnostic .NET 7.0 version that runs across all operating systems. Adjustment - Enhanced the platform-specific version for .NET 7.0-Windows 10.0.19041. Click the link to get Spire.PDFViewer 8.2.1: https://www.e-iceblue.com/Download/download-pdf-viewer-for-net-now.html More information of Spire.PDFViewer new release or hotfix: https://www.e-iceblue.com/forum/spire-pdfviewer-new-release-or-hotfix-t2767.html
Spire.PDF 11.9.17 improves OFD to PDF conversion
2025-09-30 08:51:54
We’re pleased to announce the release of Spire.PDF 11.9.17. This version includes several important bug fixes, addressing text rendering issues with Hebrew and Arabic scripts, problems with text extraction, OFD-to-PDF conversion, and PDF printing using the .NET Standard DLL. See the full details below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-1134 Fixes the issue where the text order was incorrect when rendering mixed Hebrew and English strings. Bug SPIREPDF-2641 SPIREPDF-4108 Fixes the issue where Arabic text displayed incorrectly in TextBox form fields. Bug SPIREPDF-5073 Fixes the issue where extra characters appeared when…
Spire.Presentation 10.9.3 fixes an issue where documents failed to open
2025-09-30 03:15:23
We're glad to announce the release of Spire.Presentation 10.9.3. This version fixes an issue where documents failed to open. Check below for the details. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-3008 Fixed an issue where documents failed to open when using netstandard libraries on .NET 9.0. Click the link to download Spire.Presentation 10.9.3: https://www.e-iceblue.com/Download/download-presentation-for-net-now.html More information of Spire.Presentation new release or hotfix: https://www.e-iceblue.com/forum/spire-presentation-new-release-or-hotfix-t4736.html
