Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trieloff/key2svg
Command line tools to convert Keynote slides to SVG
https://github.com/trieloff/key2svg
Last synced: 3 months ago
JSON representation
Command line tools to convert Keynote slides to SVG
- Host: GitHub
- URL: https://github.com/trieloff/key2svg
- Owner: trieloff
- License: apache-2.0
- Created: 2017-07-12T02:48:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-08T22:01:15.000Z (over 3 years ago)
- Last Synced: 2024-11-01T15:44:06.210Z (3 months ago)
- Language: Shell
- Size: 10.7 KB
- Stars: 29
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# key2svg
Command line tools to convert Keynote slides to SVG. You can think of it as a "print-to-SVG" script, so it does not create animated SVGs, just plain static SVGs.
## Prerequisites
You will need Apple Keynote, Ghostscript, pdfseparate, Poppler, coreutils, and Inkscape to run this script. Inkscape requires XQuartz.
```bash
$ brew cask install xquartz
$ brew install caskroom/cask/inkscape
$ brew install ghostscript poppler coreutils
```## Installation
Check out this repository and make the `key2svg.sh` executable
```bash
$ git clone https://github.com/trieloff/key2svg.git
$ cd key2svg
$ chmod +x key2svg.sh
```## Usage
Run the script and pass the path to a Keynote file as the first command line argument.
```bash
$ ./key2svg.sh /path/to/your/keynote.key
```## License
Apache License, Version 2.0
## Contributing
Yes, please. All pull request will be reviewed.