[]
        
(Showing Draft Content)

Version 3.2.0.548

New Features and Improvements

  • Support to extract text paragraphs (see ITextParagraph interface). Added Paragraphs property to ITextMap and ITextLine interfaces.
  • Enhanced support for font subsetting. Added new properties to FontHandler class: Utf32CodeSet and FontSubsetFlags.
  • Added new member to FontEmbedMode enum: EmbedSubsetNoForms. Allows to embed a font's subset for static content while specifying that font as not embedded for form fields.
  • Added GcPdfDocument.FormEmbedUtf32CodeSet property: specifies which Unicode characters to include in embedded font subsets for fonts that are used in AcroForms.
  • Added GrapeCity.Documents.Pdf.Util.GcGraphicsExt class providing extension methods that allow to draw certain PDF elements (such as whole PDF pages or AcroForm fields) on a GcGraphics.

Changes From the Previous Version

  • The options parameter of the GcPdfDocument.MergeWithDocument() method now is optional.
  • The searchRange parameter of the GcPdfDocument.FindText() method now is optional.
  • Improved handling of fallback fonts when saving PDFs to images.

Resolved Issues

  • Fixed incorrect loading of some PDFs (DecodeParams).
  • Fixed incorrect loading of some PDFs (LZWDecode).

Breaking Changes

  • The type of property FoundPosition.Bounds changed from Quadrilateral to Quadrilateral[].