News Category

Spire.PDF 8.11.0 supports compressing documents and locking documents after signing

2022-11-03 09:50:10

We are excited to announce the release of Spire.PDF 8.11.0. This version supports locking documents after signing and compressing documents. Besides, it enhances the conversion from PDF to OFD, SVG, and images. Furthermore, some known issues are successfully fixed, such as the issue that the program threw NullReferenceException when merging PDFs. More details are listed below.

Here is a list of changes made in this release

Category ID Description
New feature SPIREPDF-5086 Supports locking document after signing.
signature.Lock = true;
New feature - Supports compressing documents.
PdfCompressor compressor = new PdfCompressor(inputFile);
compressor.CompressToFile(outputFile);
Bug SPIREPDF-724 Fixes the issue that the program threw KeyNotFoundException when converting PDF to images.
Bug SPIREPDF-4718 Fixes the issue that the content was garbled when printing PDF.
Bug SPIREPDF-5485 Fixes the issue that the program threw ArgumentOutOfRangeException when converting PDF to OFD.
Bug SPIREPDF-5486 Fixes the issue that the program threw ArgumentException when converting PDF to SVG.
Bug SPIREPDF-5497
SPIREPDF-5526
Fixes the issue that the content was incorrect after converting PDF to images.
Bug SPIREPDF-5512 Fixes the issue that the program threw NullReferenceException when merging PDFs.
Bug SPIREPDF-5516 Fixes the issue that the seal lost after converting PDF to OFD.
Bug SPIREPDF-5534 Fixes the issue that the program threw NullReferenceException when splitting PDFs.
Bug SPIREPDF-5549 Fixes the issue that the program threw "A generic error occurred in GDI+" error when converting PDF to images
Click the link to download Spire.PDF 8.11.0:
More information of Spire.PDF new release or hotfix: