WordUtils

WordUtils (ODC)

Stable version 0.1.17 (Compatible with ODC)
Uploaded on 24 September 2024 by Product League
WordUtils

WordUtils (ODC)

Details
Detailed Description

WordUtils is a .NET component designed for efficient Word document manipulation. It offers two core actions:

  1. SearchReplaceValues: This action receives a Word document in binary format and a list of keywords. It replaces all instances of the specified keywords within the document, returning an updated binary file with the replacements applied.

  2. GetHTML: This action converts the content of a Word document (provided in binary format) into HTML code, allowing the document’s structure and content to be rendered in web-compatible format.

Demo available here.


Limitations

- Only supports .docx extensions;

Release notes 

- Code refactor to cover multiples scenarios;