Spire.PDF 11.11.1 adds support for enabling print logging in NETStandard DLL

Spire.PDF 11.11.1 adds support for enabling print logging in NETStandard DLL

2025-11-06 09:54:11

We're pleased to announce the release of Spire.PDF 11.11.1. This version adds support for enabling print logging in the NETStandard DLL. Meanwhile, it removes certain dependencies in NetCore and NetStandard platforms and includes several important bug fixes and optimizations to enhance performance and stability. More details are listed below.

Here is a list of changes made in this release

Category ID Description
Adjustment Removed dependencies on System.Security.Cryptography.Pkcs, System.Security.Permissions, and System.Security.Cryptography.Xml in NetCore and NetStandard platforms.
New feature Added support for enabling print logging in NETStandard DLL.
PdfDocument doc = new PdfDocument();
doc.LoadFromFile("in.pdf");
doc.PrintSettings.PrintLogger= new DefaultPrintLogger("log.txt");
doc.PrintSettings.PaperSize =PdfPaperSize.A4;
doc.Print();
Bug SPIREPDF-3758 Fixed the issue where background color was lost when converting PDF to images.
Bug SPIREPDF-4271 Fixed the issue where Arabic text content displayed incorrectly when converting PDF to PDF/A-3A.
Bug SPIREPDF-5542 Optimized the performance of text extraction and search in NETStandard DLL.
Bug SPIREPDF-7753 Fixed the issue where font effects were incorrect after text replacement.
Bug SPIREPDF-7771 Fixed the issue where validation failed when converting PDF to PDF/A-1B.
Bug SPIREPDF-7779 Fixed the issue where errors occurred when printing PDF documents using the NETStandard DLL on UOS x86 systems.
Click the link to download Spire.PDF 11.11.1:
More information of Spire.PDF new release or hotfix: