Code Monkey home page Code Monkey logo

text-converter's Introduction

为了方便主要文本格式(pdf、doc(doc/docx)、txt、xls、html)的相互转化,编写了多个脚本来方便转换。
不同脚本之间可以根据需要随意搭配,灵活高效。


所有转换脚本使用都是一个格式:
python xxx.py -i/in inputfile -o/out ouputfile

Pdf系列:
Pdf转doc(实现)
Pdf转txt(实现)
Pdf转xls(貌似没有这种需求)
Pdf转jpg(貌似也不用)

Doc系列:
Doc转pdf(实现)
Doc转txt(貌似鸡肋)
Doc转xls(没遇到。。。)
Doc转html(实现)

Xls系列:
Xls转pdf(实现)
Xls转doc(实现)
Xls转txt(实现)

Txt系列
Txt转word(实现)
Txt转pdf(实现)
Txt转xls(实现)



text-converter's People

Contributors

xiaoqin00 avatar

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.