Skip to content

Releases: fileformat-words/FileFormat.Words-for-.NET

v24.2.0

05 Feb 15:07
6e0c295

Choose a tag to compare

v23.12.0

20 Dec 22:53

Choose a tag to compare

  • Support for multiple documents (new and existing) processing
  • Support for concurrent updating of documents
  • Optimization for multi-threading support
  • Code optimizations and standardizations in general
  • Change of disposal of resources to grant control to users instead of auto-disposal on saving
  • Return of element Id on inserting or appending new elements
  • Change of static class pattern to monostate pattern (check design patterns)

v23.10.0

03 Nov 14:59

Choose a tag to compare

  • Decoupling of OpenXML Objects and FileFormat.Words Objects.
  • A common interface for all Word Document Elements. (New Feature)
  • Insert, Remove and Update Word Document Elements. (New Feature)
  • Template for Word Document creation from scratch to match Microsoft Word behavior (New Feature)
  • Change of fontsize of run to int and match it to Microsoft Word font size.
  • Fixing of Fonts not being recognized by Microsoft Word
  • Check Docs for more details on System Architecture, Design Patterns and API Reference.

v23.8.0

06 Sep 11:47

Choose a tag to compare

Features

  • Ability to merge table cells horizontally
  • Ability to merge table cells vertically

v23.6.0

06 Sep 09:32
c6a20dc

Choose a tag to compare

Features

  • Create a Word Document Programmatically.
  • Insert Text into Word Document Programmatically.
  • Insert Table into Word Document Programmatically.
  • Insert Image into Word Document Programmatically.