News Category

Spire.PDF 8.7.2 supports loading OFD file from stream

2022-07-05 07:35:38

We are glad to announce the release of Spire.PDF 8.7.2. This version supports loading OFD file from stream and adds an interface that supports print settings in WPF assembly. It also enhances the conversion from PDF to image. Additionally, it fixes some known issues such as the PdfX1A2001 converted from PDF didn't conform to the specification. More details are listed below.

Here is a list of changes made in this release

Category ID Description
New feature SPIREPDF-5241 Supports loading OFD file from stream
Stream stream = File.OpenRead(inputFile);
OfdConverter converter = new OfdConverter(stream);
MemoryStream ms = new MemoryStream();
converter.ToPdf(ms);
New feature SPIREPDF-5166 Adds an interface that supports print settings in WPF assembly
PdfDocument.Print(PdfPrintSettings printSettings)
Bug SPIREPDF-704 Fixes the issue that the PdfX1A2001 converted from PDF didn't conform to the specification.
Bug SPIREPDF-715 Fixes the issue that the application threw the exception "Object reference not set to an instance of an object." when converting PDF to image.
Bug SPIREPDF-737 Fixes the issue that caused blurred barcode after converting PDF to image.
Bug SPIREPDF-779 Fixes the issue that the content was lost after converting XPS to PDF.
Bug SPIREPDF-1397 Optimizes the time when printing.
Bug SPIREPDF-1443 Fixes the issue that the barcode can't be scanned after printing
Bug SPIREPDF-4884 Fixes the issue that failed to find the cross-line text.
Bug SPIREPDF-5096 Fixes the issue that caused blurry barcode after converting PDF to image.
Bug SPIREPDF-5204 Fixes the issue that caused incorrect barcode after converting PDF to image.
Bug SPIREPDF-5226 Fixes the issue that the application threw the "NullReferenceException" when converting PDF to OFD.
Bug SPIREPDF-5228 Fixes the issue that outputs were incorrect after converting PDF layers to image.
Bug SPIREPDF-5238 Fixes the issue that the page number was lost after printing document.
Bug SPIREPDF-5249 Fixes the issue that when converting PDF to OFD, the invisible content failed to convert.
Bug SPIREPDF-5255 Fixes the issue that the application threw the "NullReferenceException" when merging PDF documents.
Bug SPIREPDF-5264 Fixes the issue that the application threw "ArgumentNullException" when converting PDF to image
Bug SPIREPDF-5273 Fixes the issue that the application threw "IndexOutOfRangeException" when compressing PDF.
Bug SPIREPDF-5285 Fixes the issue that the content was lost after converting PDF to image
Bug SPIREPDF-5039 Fixes the issue that the application threw "can not open an encrypted document, The password is invalid" when loading the stream that was saved from PDF with password .
Click the link to download Spire.PDF 8.7.2:
More information of Spire.PDF new release or hotfix: