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 console
//Logger.IsEnabled = true; 
ConvertOptions options = new ConvertOptions();
New feature SPIREPDF-7104 Supports creating PdfAttachmentAnnotation and adding an author.
annotation.Title = "test";
Bug SPIREPDF-5473 Fixes the issue that the bold fonts were not correctly applied when converting PDF document to PdfX1A2001 document.
Bug SPIREPDF-7044 Fixes the issue that the Bounds for vertical text were not obtained correctly.
Bug SPIREPDF-7066 Fixes the issue that the application threw "NullReferenceException" when converting PDF document to LinearizedPdf document.
Bug SPIREPDF-7079 Fixes the issue that the application threw "An item with the same key has already been added" exception during multi-threaded extraction of text from PDF pages.
Bug SPIREPDF-7110 Fixes the issue that the application threw a "DivideByZeroException" when calling the SetPdfToHtmlOptions method in multi-threaded scenarios.
Bug SPIREPDF-7111 Fixes the issue that the output result was incorrect when converting OFD document to PDF document and then saving them as XPS.
Bug SPIREPDF-7119 Fixes the issue that the program would hang while reading fonts from PDF document.
Click the link to download Spire.PDF 10.10.5:
More information of Spire.PDF new release or hotfix: