Skip to content

Instantly share code, notes, and snippets.

@mvidaldp
Last active April 16, 2020 15:16
Show Gist options
  • Save mvidaldp/ec25e5be913cc260a35a60669d43c861 to your computer and use it in GitHub Desktop.
Save mvidaldp/ec25e5be913cc260a35a60669d43c861 to your computer and use it in GitHub Desktop.
How to convert Reveal.js slides to PDF
  1. Rename your Reveal.js slides URL ending by adding ?print-pdf. Example:
https://127.0.0.1/presentation.slides.html?print-pdf
  1. By reloading the slides with this URL ending, all slides are shown after each other and are ready to be printed.
  2. Then, in your web browser menu, go to Print..., then select Print to File and finally click the Print button.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment