0.4.1 • Published 5 years ago

@hoverbaum/slides-to-pdf v0.4.1

Weekly downloads
1
License
-
Repository
github
Last release
5 years ago

Slides to PDF

JavaScript Style Guide

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, we are open to alternatives.

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.

slides-to-pdf <baseUrl>

We assume that your slides will be reachable under baseUrl/SlideNumber.

Compatibility

Tested and working

Future support

  • reveal.js - Nested slides are not yet supported, as well as reveal.js transitions.

Let me know if you make any experiences.