SheetJS / js-ppt

Pure JS PowerPoint 97-2003 (PPT) Parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ppt

Parser and writer for PowerPoint PPT files. Pure-JS cleanroom implementation from the Microsoft Open Specifications and related documents.

Installation

In nodejs:

npm install ppt 

CLI Tool

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
...

Contributing

Due to the precarious nature of the Open Specifications Promise, it is very important to ensure code is cleanroom. Consult CONTRIBUTING.md

License

Please consult the attached LICENSE file for details. All rights not explicitly granted by the Apache 2.0 license are reserved by the Original Author.

It is the opinion of the Original Author that this code conforms to the terms of the Microsoft Open Specifications Promise, falling under the same terms as OpenOffice (which is governed by the Apache License v2). Given the vagaries of the promise, the Original Author makes no legal claim that in fact end users are protected from future actions. It is highly recommended that, for commercial uses, you consult a lawyer before proceeding.

References

OSP-covered specifications:

  • [MS-PPT]: PowerPoint (.ppt) Binary File Format
  • [MS-ODRAW]: Office Drawing Binary File Format

Badges

Build Status

Coverage Status

Analytics

About

Pure JS PowerPoint 97-2003 (PPT) Parser

License:Other


Languages

Language:JavaScript 100.0%