Giter Site home page Giter Site logo

hhr346 / pptx2txt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from welcheb/pptx2txt.sh

0.0 0.0 0.0 2 KB

用脚本语言来将pptx格式转为txt格式,方便进行检索。Command line bash shell script to convert PowerPoint pptx format to text on Mac, Linux or Unix

License: MIT License

Shell 100.00%

pptx2txt's Introduction

pptx2txt.sh

command line bash shell script to convert PowerPoint .pptx format to text on Mac, Linux or Unix

USAGE: pptx2txt.sh [options] PPTX_FILENAME

OPTIONS:

  -v, --verbose     verbose output including filename and slide number heading

  -h, --help        display this help message

redirect output to a text file

./pptx2txt.sh [options] PPTX_FILENAME > output.txt

options for handling non-XML .ppt or Mac keynote (.key) formats

  • convert .ppt or .key to .pptx using LibreOffice

    ** .ppt to .pptx **

    libreoffice --headless --convert-to pptx filename.ppt
    ./pptx2txt.sh filename.pptx
    

    ** .key to .pptx ** (LibreOffice 5.x or newer)

    libreoffice --headless --convert-to pptx filename.key
    ./pptx2txt.sh filename.pptx
    

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.