项目作者: Ventto

项目描述 :
GNU/Linux tool to merge two docx/word files into one using Open-XML-SDK and Mono.
高级语言: C#
项目地址: git://github.com/Ventto/odocxmerge.git
创建时间: 2016-10-09T22:24:30Z
项目社区:https://github.com/Ventto/odocxmerge

开源协议:MIT License

下载


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

  1. $ apt-get install mono-devel mono-mcs

Arch

  1. $ pacman -S mono

Modules

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

Installation

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

Usage

  1. $ ./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