https://github.com/hoverbaum/slides-to-pdf
Export HTML based presentations to PDF.
https://github.com/hoverbaum/slides-to-pdf
mdx-deck
Last synced: 5 months ago
JSON representation
Export HTML based presentations to PDF.
- Host: GitHub
- URL: https://github.com/hoverbaum/slides-to-pdf
- Owner: HoverBaum
- Created: 2019-04-11T12:29:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T05:34:16.000Z (over 3 years ago)
- Last Synced: 2025-10-19T17:55:10.864Z (9 months ago)
- Topics: mdx-deck
- Language: JavaScript
- Size: 336 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Slides to PDF
[](https://github.com/standard/standard)
This utility exports HTML based slides as a single PDF file.
## Install and use
❗️Requires Java 6 or higher to be installed❗️
The Java requirement comes from our dependency on [easy-merge-pdf](https://www.npmjs.com/package/easy-pdf-merge), we are open to alternatives.
```bash
npm i -g @hoverbaum/slides-to-pdf
```
To use the tool make sure your presentation is running at a reachable url and provide it as `baseUrl`.
```bash
slides-to-pdf
```
We assume that your slides will be reachable under `baseUrl/SlideNumber`.
## Compatibility
### Tested and working
- [mdx-deck](https://github.com/jxnblk/mdx-deck)
### Future support
- [reveal.js](https://github.com/hakimel/reveal.js) - Nested slides are not yet supported, as well as reveal.js transitions.
Let me know if you make any experiences.