2018-09-28
1.0.0
Stuart Harris
All
All
Libraries
[Overview]
Create and manipulate Microsoft word documents (2007 onwards) using DocX (https://github.com/xceedsoftware/DocX)
[Detail]
Manipulate and generate MSWord documents efficiently. All changes to a document are recorded and only executed when the document is generated.
The library works with both document templates and blank generated documents.
Operations include
insert text, optionally specifying color, font, font size, and style (bold/italic/etc),
replace text via text markers,
insert text at a bookmark,
define and insert a table at a bookmark,
insert a picture at a bookmark.
Only works with .NET backend. Uses the DocX library form Xceed underneath.
Provides a library that abstracts MSWord manipulations from the underlying extension so another extension can replace it in future without changing the library interface.