We're pleased to announce the release of Spire.PDF for Java 12.1.4. This version adds support for saving PDF comparison results directly to file streams. In addition, multiple issues related to PDF conversion, rendering, printing, and stability have been fixed, with further improvements made to performance and layout accuracy. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-7880 Added support for saving PDF comparison results to file streams. // Create a new PdfDocument object 'pdf1' to work with the first PDF file PdfDocument pdf1 = new PdfDocument(); // Load…
We’re pleased to announce the release of Spire.Doc for Python 14.1.6. This version adds support for macOS on ARM architecture. In addition, several issues related to document property retrieval and font size settings on macOS have been fixed. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-10777 Added support for macOS on ARM architecture. Bug SPIREDOC-11594 Fixed an issue where retrieving document properties in a Python v3.14 environment caused a “NotImplementedError” exception. Bug SPIREDOC-11602 Fixed an issue where setting CharacterFormat.FontSize on macOS caused a “RuntimeError: ffi_prep_cif_var failed” exception.…
We’re glad to announce the release of Spire.Presentation for Java 11.1.3. This version introduces support for parsing WEBP format images when converting PowerPoint files to other formats, along with the resolution of two known bugs. More details are as follows. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2349 SPIREPPT-2950 Added support for parsing WEBP format images during conversions. Bug SPIREPPT-3069 Fixed the issue where adding the "\dots" formula caused a "NullPointerException" error. Bug SPIREPPT-3071 Fixed the issue with inconsistent content when converting PPT to PDF. Click the link below to download Spire.Presentation…
We're pleased to announce the release of Spire.XLS 16.1.4. This version adds several new features, such as support for converting a specified cell range to HTML and converting Excel files to PDF/UA-compliant documents. Besides, it also fixes an issue where OLE objects in the document could not be deleted successfully. More details are shown below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-5948 Added support for the BYROW and BYCOL functions. // Use BYROW to calculate the average of each row sheet.Range["G2"].Formula = "=BYROW(B2:F2, LAMBDA(row, AVERAGE(row)))"; // Use BYCOL to calculate the…
We're pleased to announce the release of Spire.PDF 12.1.6. This version supports getting and setting the PDF 2.0 version. Meanwhile, some issues that occurred when converting PDF to images or PDF/A, replacing text, loading XPS files and extracting text have also been successfully fixed. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-5365 Supports getting and setting the PDF 2.0 version. // Retrieve PdfFileInfo info = doc.FileInfo; PdfVersion version = info.Version; // Settings doc.FileInfo.Version = PdfVersion.Version2_0; Bug SPIREPDF-6905 Fixes the issue where text color was rendered incorrectly when…
We’re pleased to announce the release of Spire.Presentation 11.1.1. This version introduces support for highlighting text based on regular expression matches. In addition, several issues related to PPTX-to-PDF conversion have been fixed, including content loss and default font settings not being applied. More details are listed below. Here is a list of changes made in this release Category ID Description New feature Added support for highlighting text based on regular expression matches. // Simple word matching Regex regex = new Regex(@"\bhello\b"); IAutoShape shape = (IAutoShape)ppt.Slides[0].Shapes[0]; TextHighLightingOptions options = new TextHighLightingOptions(); shape.TextFrame.HighLightRegex(regex, Color.Red, options); New feature SPIREPPT-3051 Fixed an issue where…
We’re pleased to announce the release of Spire.Doc for .NET 14.1.12. This update introduces several valuable new features, including the ability to delete specified or blank pages in Word documents, create and manipulate VBA macros, and retrieve complete revision information from documents. In addition, multiple known issues have been resolved to improve overall stability and performance. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-3929 Added support for configuring formula conversion to MathML when converting Word to HTML. HtmlExportOptions options = doc.HtmlExportOptions; options.OfficeMathOutputMode = HtmlOfficeMathOutputMode.MathML; New feature SPIREDOC-9868…
We're pleased to announce the release of Spire.PDF for Python 12.1.3. This version supports customizing signature appearance and retrieving font style information of extracted text. Additionally, several issues that arose during the processing of PDF files have also been resolved. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-7558 Completed compatibility support for Mac M-series chips (ARM64 architecture) New feature SPIREPDF-7000 SPIREPDF-7698 Added support for customizing signature appearance via the PdfCustomAppearance class. class MyPdfCustomAppearance(IPdfSignatureAppearance): def __init__(self): pass def Generate(self, g: PdfCanvas): x = 0.0 y = 0.0 fontSize…
Page 4 of 107
page 4