Spire.PDF 3.9.584 supports to extract text from a certain rectangle

Spire.PDF

We're pleased to announce that Spire.PDF hotfix version 3.9.584 is released today. This version adds new features to enable programmers to extract text from a certain rectangle and set Collate property when printing PDF document. The complete list of new features and bug fixes is given below.

New features:

  • Supports to extract text from a certain rectangle.
  • pdf.Pages[0].ExtractText(new RectangleF(10,20,400,500));
    
  • Supports to set Collate when printing.
  • PdfDocument.PrintSettings.Collate = true;
    

Bug Fixes:

  • Fixes the issue that the VerifySignature method returns false for valid signature.
  • Fixes the issue that the ProPhotoRGB profile is lost after drawing image.
  • Fixes the issue that the timeout is kicking in in some cases when using the Spire.Pdf.HtmlConverter.Qt.HtmlConverter.Convert method to convert the same HTML to PDF many times.
  • Fixes the issue that the position of the signature image changed after saving PDF to image.
  • Fixes the issue that the time of getting bookmarks keeps increasing.
  • Fixes the issue that the border is missing when printing.
  • Fixes the issue that getting page index of a textbox which is placed on multiple pages is incorrect.

Get the most recent version of Spire.PDF 3.9.584 here:
More information of Spire.PDF new release or hotfix: