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…
We are pleased to announce the release of Spire.Doc 14.1.3. This version fixed several issues that caused the program to hang for an extended period of time during document layout processing and Word-to-PDF conversion. In addition, issues related to list numbering retrieval and incorrect content conversion were resolved. Details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-10843 Fixed the issue where the program hung for a long time when using new FixedLayoutDocument(document). Bug SPIREDOC-11532 Fixed the issue where the program hung for a long time when converting Word documents to…
We’re pleased to announce the release of Spire.Presentation for Python 11.1.0, which improves the conversion process from PPTX to PDF. This update addresses two specific PPTX to PDF issues and resolves two additional known bugs. More details are as follows. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-2859SPIREPPT-3052 Fixed the issue where "ffi_prep_cif_var failed" error was thrown when using Python V12+ on macOS. Bug SPIREPPT-3028 Fixed the issue where incorrect SVG effects occurred when importing using AddFromSVGAsShapes. Bug SPIREPPT-3046SPIREPPT-3053 Fixed the issue where inconsistent chart content was found when converting PPTX to PDF.…
We're pleased to announce the release of Spire.Doc for Java 14.1.0. This version optimizes methods related to list styles, supports creating/retrieving/deleting picture bullets, comparing two ListLevel objects, and creating single-level as well as multi-level lists from built-in templates. Additionally, several issues that occurred when converting Word to PDF and MHT to PDF have also been successfully fixed. More details are listed below. Here is a list of changes made in this release Category ID Description Optimization - Deprecated the Document.getListStyles() property, replaced it with Document.getListReferences(). Optimization - Removed the public constructors of ListStyle. Added StyleCollection.add(ListType listType, string name) to create…
Page 8 of 110
page 8