0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
PPTX <-> Markdown
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

= 1.6.8
= 1.2.0
= 0.19.1
 Project Readme

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

to_pptx

Converts markdown document to .pptx presentation.

Example:

pptx_markdown to_pptx path/to/presentation.pptx path/to/markdown.md

clean

Removes everything but text shapes from presentation.

Example:

pptx_markdown clean path/to/presentation.pptx path/to/clean_presentation.pptx

License

The gem is available as open source under the terms of the MIT License.