Spire.PDF 12.6.5 enhances the conversion from XPS to PDF
2026-06-15 04:07:46
We are pleased to announce the release of Spire.PDF 12.6.5. In this version, several PDF Action-related class names and properties have been renamed, and the PDF Destination APIs have been refactored. In addition, issues encountered during XPS-to-PDF and PDF-to-PDF/X conversion have been resolved. Detailed updates are listed below. Here is a list of changes made in this release Adjustment Old class namespace New class namespace Old property name New property name PdfLaunchAction PdfLaunchAction IsNewWindow NewWindow PdfActionDestination PdfPredefinedAction PdfEmbeddedGoToAction PdfEmbeddedGoToAction IsNewWindow NewWindow PdfResetAction PdfResetFormAction PdfSubmitAction PdfSubmitFormAction PdfUriAction PdfURIAction Uri URI PdfFieldActions PdfFormFieldAdditionalActions PdfAnnotationActions PdfAnnotationAdditionalActions MouseEnter OnEnter MouseLeave OnExit MouseDown OnMouseDown MouseUp…
Spire.Doc 14.6.9 optimizes revision processing for Word to PDF conversion
2026-06-12 02:18:30
We're pleased to announce the release of Spire.Doc 14.6.9. This version optimizes the revision functionality, resulting in improved outcomes when partially accepting revisions, and fixes an issue where the result was incorrect when converting Word to PDF after accepting revisions. More details are listed below. Here is a list of changes made in this release Category ID Description Optimization - Optimized the revision functionality, resulting in improved outcomes when partially accepting revisions. Bug Fix SPIREDOC-11907 Fixed an issue where the result was incorrect when converting Word to PDF after accepting revisions. Click the link below to download Spire.Doc 14.6.9: https://www.e-iceblue.com/Download/download-word-for-net-now.html…
Spire.Doc for Python 14.6.1 improves document processing and chart operation capabilities
2026-06-08 08:59:00
We're pleased to announce the release of Spire.Doc for Python 14.6.1. This version introduces several new interfaces for processing documents and charts. Key capabilities include extracting X-axis and Y-axis values from charts, directly exporting Word files to XLSX format, and inserting SmartArt graphics into paragraphs. Moreover, an issue that occurred when converting Word to PDF has also been successfully fixed. More details are listed below. Here is a list of changes made in this release Category ID Description New Feature - The CharacterFormat class adds the Kerning property to support setting character kerning. textRange.CharacterFormat.Kerning = kerningValue New Feature - The…
Spire.XLS 16.6.1 enhances the conversion from an Excel chart to an image
2026-06-08 03:36:26
We're pleased to announce the release of Spire.XLS 16.6.1. This version optimizes the conversion from an Excel chart to an image. Meanwhile, some issues that occurred when calculating formula values using CalculateAllValue and loading ODS files have also been successfully fixed. More details are listed below. Here is a list of changes made in this release Category ID Description Bug Fix SPIREXLS-6133 Fixes the issue where an IndexOutOfRangeException was thrown when converting a chart to an image. Bug Fix SPIREXLS-6142 Fixes the issue where the CalculateAllValue method returned incorrect formula calculation results. Bug Fix SPIREXLS-6144 Fixes the issue where the…
Spire.OCR 2.2.12 improves image recognition formatting
2026-06-04 08:43:02
We’re pleased to announce the release of Spire.OCR 2.2.12. This version fixes an issue where the OCR engine failed to preserve indentation and line spacing when recognizing images, further improving recognition results and document formatting retention. More details are listed below. Here is a list of changes made in this release Category ID Description Bug Fix SPIREOCR-137 Fixed an issue where the OCR engine failed to preserve indentation and line spacing when recognizing images. Click the link below to download Spire.OCR 2.2.12: https://www.e-iceblue.com/Download/ocr-for-net.html More information of Spire.OCR new release or hotfix: https://www.e-iceblue.com/forum/spire-ocr-new-release-or-hotfix-t10327.html
Spire.PDF for Java 12.6.1 supports SHA-256/SHA-512 digital signatures
2026-06-04 08:41:03
We’re excited to announce the release of Spire.PDF for Java 12.6.1. This update introduces support for digitally signing PDFs with SHA-256/SHA-512 certificates and allows setting a fallback font when converting OFD to PDF. In addition, it resolves several issues related to PDF conversion and text extraction. Here is a list of changes made in this release Category ID Description New Feature SPIREPDF-7829 Added support for signing with SHA-256/SHA-512 algorithm certificates. public static void main(String[] args) throws IOException { // Create pdf document PdfDocument doc = new PdfDocument(); // Load file from disk doc.loadFromFile("Sample.docx"); // Load the X509 certificate for signature…
Spire.PDF for Python 12.6.0 Adds DataSource Support for PdfTable and PdfGrid
2026-06-03 06:16:49
We're pleased to announce the release of Spire.PDF for Python 12.6.0. This version mainly exposes the DataSource property for both PdfTable and PdfGrid, enabling direct binding of structured data. Details are listed below. Here is a list of changes made in this release Category ID Description New Feature - Exposed the DataSource property for both PdfTable and PdfGrid, enabling direct binding of structured data. # Create a PDF document doc = PdfDocument() # Get the first page page = doc.Pages.Add() # Set initial Y position y = 320.0 # Draw title brush1 = PdfBrushes.get_Black() font1 = PdfTrueTypeFont("Arial", 16.0, PdfFontStyle.Bold, True)…
Spire.Doc for Java 14.6.0 enhances the conversion from Word to PDF
2026-06-02 10:01:41
We're pleased to announce the release of Spire.Doc for Java 14.6.0. This version enhances the conversion from Word to PDF and also fixes an issue where cross-reference fields were updated incorrectly. More details are listed below. Here is a list of changes made in this release Category ID Description Bug Fix SPIREDOC-11785 Fixed an issue where symbols wrapped incorrectly when converting Word to PDF. Bug Fix SPIREDOC-11908 Fixed an issue where cross-reference fields were updated incorrectly. Bug Fix SPIREDOC-11920 Fixed an issue where text positions were incorrect when converting Word to PDF. Bug Fix SPIREDOC-11947 Fixed an issue where bullet…
