An open API service indexing awesome lists of open source software.

https://github.com/maruyamaworks/ppt2rst

Convert PowerPoint .ppt(x) files to reStructuredText .rst files
https://github.com/maruyamaworks/ppt2rst

powerpoint restructuredtext ruby

Last synced: 18 days ago
JSON representation

Convert PowerPoint .ppt(x) files to reStructuredText .rst files

Awesome Lists containing this project

README

          

# ppt2rst

Convert PowerPoint .ppt(x) files to reStructuredText (reST) .rst files

## Dependencies

- Ruby
- zip

```bash
$ gem install zip
```

## Usage

```bash
$ ./ppt2rst.rb input.ppt output.rst
```