Spire.PDF 8.9.2 supports converting PDF to OFD with attachments together

2022-09-14 09:21:55

We are happy to announce the release of Spire.PDF 8.9.2. This version supports converting PDF to OFD with attachments together and setting the binding orientation when creating a booklet. Besides, it enhances the conversion from PDF to OFD, images, and SVG. Moreover, some known issues are fixed, such as the issue that caused incorrect text position after filling text field. More details are listed below.

Here is a list of changes made in this release

Category ID Description
New feature SPIREPDF-5358 Supports setting the binding orientation when creating a booklet.
float width = PdfPageSize.A4.Width * 2;
float height = PdfPageSize.A4.Height; 
Stream outputstreaml = File.Open(outputFile, FileMode.Create, FileAccess.ReadWrite, FileShare.Read);
BookletOptions bookletOptions = new BookletOptions();
bookletOptions.BookletBinding = Spire.Pdf.Utilities.PdfBookletBindingMode.Left;
SizeF size = new SizeF(width, height);
PdfBookletCreator.CreateBooklet(doc, outputstreaml, size, bookletOptions);
New feature SPIREPDF-5403 Supports converting PDF to OFD with attachments together.
Bug SPIREPDF-1228
SPIREPDF-5298
Fixes the issue that caused incorrect text position after filling text field.
Bug SPIREPDF-5345 Fixes the issue that caused text position deviation after converting PDF to SVG.
Bug SPIREPDF-5407 Fixes the issue that it failed to convert PDF to images.
Bug SPIREPDF-5408 Fixes the issue that the pages were in the wrong order when creating a booklet.
Bug SPIREPDF-5413 Fixes the issue that the OFD file cannot be opened after converting PDF to OFD.
Bug SPIREPDF-5431 Fixes the issue that caused duplicate content in table extraction.
Bug SPIREPDF-5442 Fixes the issue that font styles were lost after converting PDF to SVG.
Bug SPIREPDF-5454 Fixes the issue that the application hangs when loading PDF.
Click the link to download Spire.PDF 8.9.2:
More information of Spire.PDF new release or hotfix: