GrapeCity Documents for PDF 5.2.0.800

Released: Aug 15, 2022

5.2.0.800 での更新項目

機能

  • Added new WidgetAnnotation.RotationAngle property which specifies the angle by which the widget annotation is rotated counterclockwise relative to the page.
  • Replace/delete text: Added the ability to find and replace, or find and delete, text in a PDF. Includes:
    • GcPdfDocument.ReplaceText() method which replaces a specified text on all pages of the current document.
    • Page.ReplaceText() method which replaces a specified text on the current page.
    • ITextMap.ReplaceText() method which replaces a specified text fragment with another text.
    • DeleteTextMode enum which specifies how deleting text affects the surrounding content.
    • GcPdfDocument.DeleteText() method which deletes a specified text from all pages of the current document.
    • Page.DeleteText() method which deletes a specified text from the current page.
    • ITextMap.DeleteText() method which deletes a specified text fragment.
  • Added new GrapeCity.Documents.Pdf.Security.PasswordMatches enum which defines the flags that describe a PDF's password protection status.
  • Added new StandardSecurityHandler.PasswordMatches property which indicates how the password specified when loading the PDF matches the document's User and Owner passwords.
  • StandardSecurityHandler.HasOwnerPassword and HasUserPassword properties are now marked as obsolete. Use the new property PasswordMatches instead.

不具合の修正

  • A standard font is incorrectly embedded and cannot be used in a specific scenario.
  • Redact incorrectly erases additional characters in some cases.