PPTXMarkdown
Getting Started
Installation
gem install 'pptx_markdown'Usage
to_markdown
Converts .pptx presentation to markdown.
Example:
pptx_markdown to_markdown path/to/markdown.md path/to/presentation.pptxto_pptx
Converts markdown document to .pptx presentation.
Example:
pptx_markdown to_pptx path/to/presentation.pptx path/to/markdown.mdclean
Removes everything but text shapes from presentation.
Example:
pptx_markdown clean path/to/presentation.pptx path/to/clean_presentation.pptxLicense
The gem is available as open source under the terms of the MIT License.