News Category

Spire.PDF 8.5.0 supports converting OFD to PDF stream

2022-05-07 07:16:54

We are excited to announce the release of Spire.PDF 8.5.0. This version supports converting OFD to PDF stream. Additionally, it fixes some known issues such as the images are black after converting PDF to images and the cell division of the table was incorrect after converting PDF to Excel. More details are listed below.

Here is a list of changes made in this release

Category ID Description
New feature SPIREPDF-5098 Supports converting OFD to PDF stream.
OfdConverter converter = new OfdConverter(inputFile);
//Save to stream
MemoryStream tempStream = new MemoryStream();
converter.ToPdf(tempStream);
Bug SPIREPDF-2502 Fixes the issue that caused black images after converting PDF to images.
Bug SPIREPDF-3740
SPIREPDF-3891
Fixes the issue that the result of converting PDF to images was incorrect after setting the system DPI to 125%.
Bug SPIREPDF-4737 Fixes the issue that the content was not centered when printing PDF documents.
Bug SPIREPDF-4754 Fixes the issue that the cell division of the table was incorrect after converting PDF to Excel.
Bug SPIREPDF-4908 Fixes the issue that the content lost after converting PDF to image.
Bug SPIREPDF-4914 Fixes the issue that the content in layer lost after converting PDF to image.
Bug SPIREPDF-4916 Fixes the issue that the content was moved down after converting PDF to image under the NetStandard platform.
Bug SPIREPDF-4923 Fixes the issue that the content was incorrect after converting to Excel.
Bug SPIREPDF-4957 Fixes the issue that after drawing text in Pdf layer and copying the text from Adobe PDF to Notepad, the characters became garbled.
Bug SPIREPDF-4959
SPIREPDF-5081
Fixes the issue that the page content was incorrect after printing PDF.
Bug SPIREPDF-4976
SPIREPDF-5000
Fixes the issue that the image of the invoice stamp lost after converting OFD to PDF.
Bug SPIREPDF-4989 Fixes the issue that the verification of PDFA1A standard failed after converting merged PDF to PDFA1A.
Bug SPIREPDF-5011 Fixes the issue that the application threw "System.ArgumentOutOfRangeException" when deleting bookmarks based on bookmark title.
Bug SPIREPDF-5068 Fixes the issue that converting PDF to images exceeded the 10-page limitation without a license in the commercial version.
Bug SPIREPDF-5083 Fixes the issue that the application threw "System.StackOverflowException" when loading XPS documents.
Bug SPIREPDF-5090 Fixes the issue that the text format was wrong after converting OFD to PDF.
Bug SPIREPDF-5097 Fixes the issue that the application throws "ZipEntry::ReadDirEntry():Bad signature" when loading OFD file.
Bug SPIREPDF-5104 Fixes the issue that the application throws "System.IndexOutOfRangeException: Index was outside the bounds of the array" when PDF to images.
Bug SPIREPDF-4909 Fixes the issue that the barcode in the page was changed after converting PDF to image.
Bug SPIREPDF-4909 Fixes the issue that setting the text highlighting effect was not ideal.
Click the link to download Spire.PDF 8.5.0:
More information of Spire.PDF new release or hotfix: