GitHub

JaredYe04/ppt-to-text

ppt-to-text/ ├── bin/ # CLI 入口 │ └── ppt.njs # 命令行工具入口 ├── bits/ # 源代码模块(按功能拆分) │ ├── 00_header ...
The node module ships with a binary ppt that dumps the text content of a PPT presentation. The only argument is the file name: $ ppt test.ppt ... Please consult the attached LICENSE file for details.