Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nhjschulz/worddiff
Diff-Utility for Microsoft Word Documents
https://github.com/nhjschulz/worddiff
Last synced: about 1 month ago
JSON representation
Diff-Utility for Microsoft Word Documents
- Host: GitHub
- URL: https://github.com/nhjschulz/worddiff
- Owner: nhjschulz
- License: mit
- Created: 2021-03-15T15:46:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-26T13:45:34.000Z (over 3 years ago)
- Last Synced: 2024-10-25T20:26:51.848Z (3 months ago)
- Language: C#
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WordDiff
C# Based Console Diff-Tool for Word DocumentsIt depends on Word COM Interop, so Word must be installed on the system.
This EXE-utility is intended to be used in environments that prohibit
powershell script execution.## Usage
`c:\> WordDiff base_doc derived_doc`
where "base_doc" is the path to the original Word document and "derived_doc"
is the path to a modified/updated document.Execution may take a couple of seconds depending on documents load time.
A new Word window with changes highlighted appears after the loading delay.## Building
The utility uses Visual Studio 2019 for building. It requires besides
C# .NET support, the "Office Developer Tools for Visual Studio" component.