Skip to content

GNU/Linux tool to merge two docx/word files into one using Open-XML-SDK and Mono.

License

Notifications You must be signed in to change notification settings

Ventto/odocxmerge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ODocxMerge

Build Status License Status

ODocxMerge is a simple tool using Open-XML-SDK and Mono to merge two docx files into one.

Requirements

mono - Free implementation of the .NET platform including runtime and compiler

Ubuntu

$ apt-get install mono-devel mono-mcs

Arch

$ pacman -S mono

Modules

Open-XML-SDK - Open-source libraries for working with Open XML Documents

Installation

$ git clone --recursive https://github.com/Ventto/odocxmerge.git
$ cd odocxmerge
$ make

Usage

$ ./odocxmerge.exe file1.docx file2.docx out.docx

Issues

  • A previous out.docx file cannot be merged as file1 with another file
  • Merging a document with a title page like document as file2 does not work well

About

GNU/Linux tool to merge two docx/word files into one using Open-XML-SDK and Mono.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published