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…
We are excited to announce the release of Spire.PDF 10.7.12. This version supports preserving XMP data when converting PDF to PDFA. Besides, some known issues are fixed successfully in this version, such as the issue that verification of signature validity was inaccurate. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-5742 Adds the PreserveAllowedMetadata property to support preserving XMP data when converting PDF to PDFA format documents. PdfStandardsConverter converter = new PdfStandardsConverter(stream); converter.Options.PreserveAllowedMetadata = true; Bug SPIREPDF-6832 Fixes the issue that verification of signature validity was inaccurate. Bug…
We are glad to announce the release of Spire.PDF 10.6.25. This version enhances the conversion from PDF to OFD and PDFA1A as well as XPS to PDF. Besides, some known issues are fixed successfully in this version, such as the issue that the signature validation was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6721 Fixes the issue that the results of extracting images from PDF were incorrect. Bug SPIREPDF-6775 Fixes the issue that the effect of setting "PdfButtonWidgetFieldWidget.SetButtonImage()" was incorrect. Bug SPIREPDF-6791 Fixes the issue that the…
Page 1 of 8
page 1