Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fhdsl/ptplyr

PowerPoint Manipulation
https://github.com/fhdsl/ptplyr

Last synced: about 2 months ago
JSON representation

PowerPoint Manipulation

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# ptplyr

The goal of ptplyr is to provide a set of functions designed for the manipulation of Microsoft PowerPoint files. There are functions for extracting speaker notes, converting a PPTX file to a PDF file, and converting a PDF file to a PNG file.

## Installation

You can install the development version of ptplyr from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("fhdsl/ptplyr")
```