Document Solutions for Word .NET Releases

Released: May 5, 2026

Updates in v9.1.0

Funktionen

  • Added ListNumFieldOptions class: Represents options for the LISTNUM field.
  • Added AutoNumFieldOptions class: Represents options for the AUTONUM field.
  • Added AutoNumLglFieldOptions class: Represents options for the AUTONUMLGL field.
  • Added AutoNumOutFieldOptions class: Represents options for the AUTONUMOUT field.
  • Added support for generating PDFs that comply with PDF/A or PDF/UA specifications.
    Related PdfOutputSettings properties added:
    • ExportStructureTags property: indicates whether...

Released: Jan 6, 2026

Updates in v9.0.0

Funktionen

  • GcWordDocument.Path property: Gets or sets the source file path of the document.
  • GrapeCity.Documents.Word.Fields.RdFieldOptions class: Represents RD field options.
  • GrapeCity.Documents.Word.Fields.TimeFormatOptions class: Represents options used to format time.
  • GrapeCity.Documents.Word.Fields.DateFormatOptions class: Represents options used to format dates.
  • GrapeCity.Documents.Word.Fields.TimeFieldOptions class: Represents TIME field options.
  • GrapeCity.Documents.Word.Fields...

Released: Oct 13, 2025

Updates in 8.2.1

Funktionen

  • BatchStepProcessor class has been added to GrapeCity.Documents.Word.Templates, this provides step-by-step control over batch processing.
  • InitBatchStepProcessor method has been added to GrapeCity.Documents.Word.Templates.DataTemplate, this initializes the template engine for batch processing in single-step mode and returns a BatchStepProcessor that can be used to control the processing of an individual record.

Fehlerkorrekturen

  • Fixed an issue where copying content into a new document...

Released: Aug 17, 2025

Updates in 8.2.0

Funktionen

  • Update TOA and TA Fields - DsWord now provides APIs to work with TOA (Table of Authorities) and TA (Table of Authorities Entry) fields, making it easier to build and manage legal or reference-heavy documents programmatically.
    • The new ToaFieldOptions class enables developers to read and modify TOA field options, while the ToaPageNumberOptions class controls how page numbers are displayed. A CitationCategoryMap class has also been added to retrieve citation category names for more...

Released: Aug 7, 2025

Updates in 8.1.5

Funktionen

  • Improved handling of image-based bullets.

Fehlerkorrekturen

  • Fixed an issue where saving certain documents could throw an InvalidCastException.
  • [Report Templates] Fixed an issue where DataTemplate.BatchProcess() incorrectly retained results from previous iteration.
  • [Report Templates] Fixed a regression where DataTemplate.BatchProcess() threw an InvalidOperationException.
  • [Export] Fixed an issue where page numbers in headers or footers did not reflect the correct starting number when...

Released: Jun 23, 2025

Updates in 8.1.4

Funktionen

  • Synced version with other Document Solutions packages.

Released: Jun 6, 2025

Updates in 8.1.3

Funktionen

  • Synced version with other Document Solutions packages.

Released: May 27, 2025

Updates in 8.1.2

Fehlerkorrekturen

  • Synced version with other Document Solutions packages.

Released: May 9, 2025

Updates in 8.1.1

Fehlerkorrekturen

  • IndexFieldOptions.CharacterRange property is case-sensitive (should be case-insensitive).
  • Issues with handling of XeFieldOptions when the entry includes multiple pages.
  • A paragraph with a custom style with outline level different from OutlineLevel.BodyText is not included into the TOC by default.
  • System.NullReferenceException is thrown when generating TOC for a specific document.

Released: Apr 22, 2025

Updates in 8.1.0

Funktionen

  • In the v8.0 release, DsWord added support for working with and updating Fields in Word documents. The v8.1 release supports the same with additional fields:
    • INDEX Field: Creates an index, which is a list of terms or topics mentioned in a document.
    • XE Field: Marks text for inclusion in an index.
  • These can be utilized via the UpdateFields and Update methods. The UpdateFields method of the GcWordDocument and RangeBase classes enables users to update all fields in the document or all...