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…
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(); //…
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…
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…
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.…
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…
We are happy to announce the release of Spire.PDF 10.8.1. This version optimizes the time consumption of PDF to image conversion. It also enhances the conversion from PDF to Excel and OFD to PDF. Moreover, some known issues are fixed successfully in this version, such as the issue that signatures were reversed by mirroring after flattening form fields. More details are listed below. Here is a list of changes made in this release Category ID Description Optimization SPIREPDF-5744 Optimizes the time consumption of PDF to image conversion. Bug SPIREPDF-2659 SPIREPDF-4454 Fixes the issue that importing and exporting form data (in…
We are excited to announce the release of Spire.PDF 10.7.21. This version supports converting HTML to PDF using the Chrome plugin and optimizes the layout of Excel documents converted from PDF documents. Besides, it also enhances the conversion from PDF to Excel, PDFA1B, and images. Moreover, some known issues are fixed in this version, such as the issue that the program reported an error when printing PDF documents. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Supports converting HTML to PDF using the Chrome plugin. Save the…
Page 4 of 11
page 4