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
- Host: GitHub
- URL: https://github.com/maruyamaworks/ppt2rst
- Owner: maruyamaworks
- Created: 2016-08-10T14:45:08.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-13T04:39:47.000Z (about 8 years ago)
- Last Synced: 2026-06-12T15:34:08.607Z (18 days ago)
- Topics: powerpoint, restructuredtext, ruby
- Language: Ruby
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```