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

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.

Awesome Lists containing this project

README

          

# Slides to PDF

[![JavaScript Style Guide](https://cdn.rawgit.com/standard/standard/master/badge.svg)](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.