GNU/Linux tool to merge two docx/word files into one using Open-XML-SDK and Mono.
ODocxMerge is a simple tool using Open-XML-SDK and Mono to merge two docx files
into one.
mono - Free implementation of the .NET platform including runtime and compiler
Install packages:
$ apt-get install mono-devel mono-mcs
$ pacman -S mono
Open-XML-SDK - Open-source libraries for working with Open XML Documents
$ git clone --recursive https://github.com/Ventto/odocxmerge.git
$ cd odocxmerge
$ make
$ ./odocxmerge.exe file1.docx file2.docx out.docx