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

https://github.com/sublee/subpptx

Inject subtitles in MS PowerPoint files
https://github.com/sublee/subpptx

Last synced: 6 months ago
JSON representation

Inject subtitles in MS PowerPoint files

Awesome Lists containing this project

README

          

# subpptx

`subpptx` is a tool which injects subtitles in MS PowerPoint (`.pptx`) files.
This tool will makes footers for every slides from their slide notes.

## Usage

There are two prerequisites:

1. subtitles in speaker notes
2. an optimized footer style for subtitles

If you have a ready `.pptx` file, do:

```console
subpptx
```

## Example

Here's a subtitle-ready PPTX:

![Screenshot of subtitle-ready PPTX](docs/input.png)

Now inject subtitles via `subpptx`:

```console
subpptx subpptx.pptx output.pptx
```

You can get a new PPTX file with subtitles:

![Output slide which has subtitle as footer](docs/output.png)