GrapeCity Documents .NET Bundle updated

Released: May 10, 2023

Aggiornamenti in GrapeCity Documents .NET Bundle

Funzionalità

GrapeCity Documents for Word 6.1.2

  • Added new RangeBase.BidirectionalOverrides property which gets the collection of bidirectional overrides included in this range.
  • [Report Templates] If the first column of a table row starts with the conditional construct {{if...}}, and the last column ends with the matching {{endif}}, empty rows produced by template expansion will now be removed from the result.
  • Unknown Open XML elements in DOCX are now ignored (previously, exception would be thrown).

GrapeCity Documents for Imaging 6.1.2

  • Added Helper classes in the GrapeCity.Documents.Layout.Composition namespace to simplify drawing layouts on a GcGraphics.
  • Added new classes:
    • Surface which represents a surface that can draw its views on a GcGraphics.
    • Layer which represents a drawing layer with visuals, optional clipping, and nested layers.
    • View (derived from Layer) which represents a Layer with an associated LayoutView object and transformation.
    • Space which represents a space on a Layer with an associated LayoutRect.
    • Visual (derived from Space) which represents a figure, text, or image on a Layer.

Correzioni

GrapeCity Documents for PDF 6.1.2

  • If a PDF generated by GcPdf is signed using certain third party tools, Acrobat considers the signature to be invalid.
  • System.InvalidOperationException is thrown when calling Page.GetTextMap() for a certain PDF.
  • Blank image is created when saving a specific PDF to an image.
  • Improved generation of appearance streams for free text annotations.

GrapeCity Documents for Imaging 6.1.2

  • Underline for vertical East Asian text is now drawn on the right.