Document Solutions for Word .NET 릴리스

릴리스 전반에서 새로 나온 내용을 살펴보세요. 기능, 개선 사항, 해결된 문제에 대한 자세한 정보를 제공합니다.

1월
2월
3월
4월
5월
6월
7월
8월
9월
10월
11월
12월
Document Solutions for Word .NET v9.1.42026년 8월 8일
수정 사항
  • Corrected a packaging issue affecting the digital signatures of the included assemblies.
Document Solutions for Word .NET v9.1.32026년 7월 10일
수정 사항
  • No change. Version updated to stay in sync with other Document Solutions packages.
Document Solutions for Word .NET v9.1.22026년 6월 25일
수정 사항
  • No Change. Version updated to stay in sync with other Document Solutions packages.
Document Solutions for Word .NET v9.1.12026년 6월 5일
수정 사항
  • Addressed issues in list numbering when exporting Word documents to PDF or images.
  • Fixed an issue where DataTemplate.Validate incorrectly reported "Could not find data member" errors for valid nested range tags in DOCX templates.
  • Improved reliability of Calc functions in DOCX templates when processing in multithreaded environments.
Document Solutions for Word .NET v9.1.0주요 버전2026년 5월 5일
기능
  • 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 the exported PDF document should be marked as PDF/UA compliant.
    • ConformanceLevel property: specifies the PDF/A conformance level for the exported document.
    • MissingDocumentTitle property: specifies the placeholder used as the document title for accessible PDF export if GcWordLayout.Title has not been set.
    • MissingShapeAlternativeText property: specifies the placeholder used as alternative text for accessible PDF export if ShapeBase.AlternativeText has not been set.
    • MissingHyperlinkScreenTip property: specifies the placeholder used as annotation content for accessible PDF export if Hyperlink.ScreenTip has not been set.
Document Solutions for Word v9.0.0주요 버전2026년 1월 6일
기능
  • 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.DateFieldOptions class: Represents DATE field options.