Document Solutions for Imaging .NET Releases

Released: Apr 2, 2025

Updates in 8.0.6

Fehlerkorrekturen

  • [TextLayout] Missing font characters mapped to empty glyphs in EUDC fonts instead of the expected font fallback behavior.

Released: Mar 21, 2025

Updates in 8.0.5

Fehlerkorrekturen

  • Synced version with other Document Solutions packages.

Released: Mar 4, 2025

Updates in 8.0.4

Fehlerkorrekturen

  • Synced version with other Document Solutions packages.

Released: Feb 12, 2025

Updates in 8.0.3

Fehlerkorrekturen

  • [TextLayout] System.ArgumentException (an item with the same key has already been added) may have been thrown when drawing text.

Released: Jan 15, 2025

Updates in 8.0.2

Fehlerkorrekturen

  • [TextLayout] Incorrect handling of strikethrough when using TextAlignment.Distributed.

Released: Jan 7, 2025

Updates in 8.0.1

Funktionen

  • [TextLayout] Updated to Unicode 16.0 standard.

Fehlerkorrekturen

  • [TextLayout] GlyphAdvanceFactor is not correctly applied to underlined text.
  • [TextLayout] Incorrect handling of white space when using TextAlignment.Distributed.

Released: Dec 11, 2024

Updates in 8.0.0

Funktionen

  • The version has been synchronized with other Document Solutions packages.
  • Changed the 'net461' Microsoft .NET Framework target to 'net462'.

Released: Nov 26, 2024

Updates in 7.2.5

Funktionen

  • Improved performance of the GcSvgDocument.FromString() method.

Fehlerkorrekturen

  • Issues when saving PDFs that use certain fonts as images.
  • Issues when exporting text to SVG.

Released: Oct 26, 2024

Updates in 7.2.4

Funktionen

  • Important Note: This package, DS.Documents.Imaging, replaces GrapeCity.Documents.Imaging, and provides the same functionality, ensures future enhancements, and is backwards compatible with GrapeCity.Documents.Imaging. Existing subscriptions will continue to apply to this new package.
  • Improved processing of CFF fonts.

Released: Oct 10, 2024

Updates in 7.2.3

Funktionen

  • Added GcBitmap.AddShadow() method: creates a new bitmap by adding a shadow to text and graphics on the current image.
  • Added GcBitmap.AddGlow() method: creates a new bitmap by adding a glow to text and graphics on the current image.
  • Added GcBitmap.ApplySoftEdges() method: applies a soft edges effect to the current image.

Fehlerkorrekturen

  • IndexOutOfRangeException occurs when reading certain TIFF images.
  • TextLayout.JustifyLastLine does not work for vertical text.