Spire.PDF 11.1.5 enhances the conversion from PDF to XPS and Excel
2025-01-20 06:16:06
We are delighted to announce the release of Spire.PDF 11.1.5. This version enhances the conversion from PDF to XPS, Grayscale PDF, and Excel. Besides, a lot of known issues are successfully fixed in this version, such as the issue that replacing text caused some text to be lost. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-7051 Fixes the issue that the content was incorrect when printing PDF. Bug SPIREPDF-7159 SPIREPDF-7294 Fixes the issue that replacing text caused some text to be lost. Bug SPIREPDF-7211 Fixes the issue that…
Spire.PDF 11.1.0 enhances conversions from XPS to PDF and PDF to PNG, HTML, SVG, OFD
2025-01-08 07:10:12
We are excited to announce the release of Spire.PDF 11.1.0. The latest version enhances conversions from XPS to PDF and PDF to PNG, HTML, SVG, and OFD. Moreover, some known issues are fixed successfully in the update, such as the issue that multi-threaded PDF text extraction error happens. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-7162 Fixes the issue that multi-threaded PDF text extraction error happened. Bug SPIREPDF-7201 Fixes the issue that there were incorrect links when converting XPS to PDF. Bug SPIREPDF-7235 Fixes the issue that extracting…
Spire.PDF 10.12.4 supports setting automatic rotation orientation when performing multi-page printing
2024-12-18 02:09:25
We are excited to announce the release of Spire.PDF 10.12.4. The latest version supports setting automatic rotation orientation when performing multi-page printing. Besides, some known bugs are fixed successfully in this update, such as the issue that content lost when printing PDF documents. More details are listed below. Here is a list of changes made in this release. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-7034 Supports setting automatic rotation orientation when performing multi-page printing. PdfMultiPageLayout printParameters = pdf.PrintSettings.SelectMultiPageLayout(1, 2); printParameters.AutoRotate = true; pdf.PrintSettings.Duplex = Duplex.Horizontal; New feature SPIREPDF-7197 Supports retrieving the…
Spire.PDF 10.11.7 supports returning an array of region values for PdfTextMarkupAnnotationWidget
2024-11-29 09:54:53
We are delighted to announce the release of Spire.PDF 10.11.7. This version supports returning an array of region values for PdfTextMarkupAnnotationWidget. It also enhances the conversion from PDF to images and Markdown and SVG to PDF. Besides, many known issues are fixed successfully in this version, such as the issue that the content was incorrect when printing PDF documents. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-7135 Supports returning an array of region values for PdfTextMarkupAnnotationWidget. // Create a PdfDocument object PdfDocument doc = new PdfDocument(); //…
Spire.PDF 10.11.1 supports extracting video and audio from PDF documents
2024-11-06 08:34:09
We are delighted to announce the release of Spire.PDF 10.11.1. This version supports extracting video and audio from PDF documents. Besides, it enhances the conversion from PDF to images. Moreover, a lot of known issues are fixed successfully in this version, such as the issue that merging PDF documents failed. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-7145 Supported the functionality to extract video and audio from PDF documents. PdfDocument pdf = new PdfDocument(); pdf.LoadFromFile(inputFile); for (int i = 0; i < pdf.Pages.Count; i++) { PdfPageBase page…
Spire.PDF 10.10.5 supports logging output when converting HTML to PDF using Chrome plugin
2024-10-24 03:10:34
We're pleased to announce the release of Spire.PDF 10.10.5. This version supports logging output when converting HTML to PDF using Chrome plugin, as well as creating PdfAttachmentAnnotation and adding an author. Moreover, some know issues that occurred when converting, processing PDF files 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-7014 Adds the Logger class that supports logging output when converting HTML to PDF using Chrome plugin. ChromeHtmlConverter converter = new ChromeHtmlConverter(TestUtil.ChromiumPath); converter.Logger = new Logger(logFilePath); //Enable IsEnabled to output logs to the…
Spire.PDF 10.10.0 supports ignoring images when converting PDF to Markdown
2024-10-10 09:04:24
We are excited to announce the release of Spire.PDF 10.10.0. The latest version supports ignoring images when converting PDF to Markdown. Besides, some known bugs are fixed successfully, such as the issue that opening the resulting document after converting a PDF document to a PDF/A document caused an error. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-7003 Supports ignoring images when converting PDF to Markdown. PdfToMarkdownConverter converter = new PdfToMarkdownConverter(inputFile); converter.MarkdownOptions.IgnoreImage = true; converter.ConvertToMarkdown(outputFile); New feature SPIREPDF-7030 Extends the PdfMDPSignatureMaker class to support passing an IPdfSignatureFormatter object.…
Spire.PDF 10.9.0 enhances the conversion from PDF to images, OFD, PDFA1B and SVG to PDF
2024-09-13 06:14:09
We are excited to announce the release of Spire.PDF 10.9.0. This version enhances the conversion from PDF to images, OFD, PDFA1B as well as SVG to PDF. Moreover, some known issues are fixed successfully in the update, such as the issue that results are incorrect when extracting text multiple times. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-4562 SPIREPDF-5019 Improves the speed of printing PDF documents. Bug SPIREPDF-4445 Fixes the issue that content is blank when converting PDF documents to images. Bug SPIREPDF-6938 Fixes the issue that the…