Coder Social home page Coder Social logo

auto-merge-docx's Introduction

实现自动合并word的python脚本文件

  • 保留所有文档固有的样式
  • 保留文档的顺序

使用方法

【注意】 只能合并.docx文件,若需要合并的文档中存在.doc文件,需先手动将其转换为.docx文件才能使用此脚本

  • 在该项目的根目录下创建files文件夹,将需要合并的.docx文件放进去
  • 运行merge.py,即可得到合并结果文件merge_result.docx

特性说明

文档分页

每个文档自动从新一页开始,两个文档之间会插入一个分页符

文档合并顺序

文档的合并顺序与在资源管理器中的排序一致,因此对排序有强要求的需求,最好对文档进行编号

auto-merge-docx's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.