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…
We're pleased to announce the release of Spire.Doc for Java 14.1.3. This version supports applying custom styles to tables, removing styles via the removeSelf() method, and cloning styles from template documents. Meanwhile, some issues that occurred when converting Word to PDF or Markdown, and updating TOC or page number fields 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 SPIREDOC-11582 Added the removeSelf() method to support removing a style. document.getStyles().get("style1").removeSelf(); New feature SPIREDOC-11583 Supports applying custom styles to tables. Document doc = new Document();…
We’re excited to announce the release of Spire.Presentation for Java 11.1.1. This version introduces new features, including reading customer data from shapes and setting audio fade-in and fade-out durations. Additionally, it addresses two known bugs. More details are below. Here is a list of changes made in this release Category ID Description New feature - Added support for reading customer data from shapes. Presentation ppt = new Presentation(); ppt.loadFromFile(inputFile); List dataList = ppt.getSlides().get(0).getShapes().get(0).getCustomerDataList(); System.out.println(dataList.size()); for(int i = 0; i < dataList.size(); i++) { String name = dataList.get(i).getName(); String content = dataList.get(i).getXML(); } New feature - Added support for setting audio…
We're pleased to announce the release of Spire.Doc for Python 14.1.0. This version adds new interfaces for managing and removing table styles. Additionally, it resolves an issue where enabling track changes and replacing text produced incorrect results. More details are listed below. Here is a list of changes made in this release Category ID Description Optimization - Chart namespace updated: // Old import (deprecated): from spire.doc.charts import ChartType // New import (use this): from spire.doc.charts.ChartType import ChartType New feature - The Bookmark class now includes FirstColumn and LastColumn properties to retrieve the starting and ending column indices of a bookmark…
We're pleased to announce the release of Spire.PDF 12.1.0. This version enhances the conversion from PDF to Word. Meanwhile, some issues that occurred when converting PDF to PDF/A-3B, converting HTML to PDF, and obtaining font properties of text box fields have also been successfully fixed. Furthermore, the efficiency of timestamp requests has been optimized. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-7867 Fixes the issue where rendering effects were incorrect when converting PDF to Word. Bug SPIREPDF-7097 Fixes the issue where content copied from the result document was…
Page 9 of 111
page 9