Give us feedback
mswordutils
Web icon

MSWordUtils

Stable version 1.5.0 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded on 03 April 2021 by 
5.0
 (6 ratings)
mswordutils

MSWordUtils

Details
Create and manipulate Microsoft word documents (2007 onwards) using DocX (https://github.com/xceedsoftware/DocX)
Read more

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.

Release notes (1.5.0)
  • New actions MSWord_InsertParagraphBeforeBookmark and MSWord_InsertImageBeforeBookmark, allow to insert paragraphs and images at a position determined by a bookmark.
  • Added option KeepWithNext on a paragraph, which prevents page breaks between paragraphs.
Reviews (2)
by VMata
2021-03-01
in version 1.4.0
Very easy to use and really complete. Highly recommended!
2021-02-09
in version 1.4.0
Works perfectly for my needs, create bookmarks and tables in Word!