All Projects → SheetJS → Js Ppt

SheetJS / Js Ppt

Licence: other
Pure JS PowerPoint 97-2003 (PPT) Parser

Programming Languages

javascript
184084 projects - #8 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].