From dc214bae8b86a8d208a835561885b91ef6e6b89a Mon Sep 17 00:00:00 2001 From: Olivier Bilodeau Date: Tue, 18 Feb 2020 22:34:43 -0500 Subject: [PATCH] documentation: PDF export clarfications (see #344) --- README.adoc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.adoc b/README.adoc index 46fa354d..9951a1d5 100644 --- a/README.adoc +++ b/README.adoc @@ -1001,6 +1001,13 @@ look at the theme documentation] and use the `revealjs_customtheme` AsciiDoc attribute to activate it. + +=== PDF Export + +Follow https://github.com/hakimel/reveal.js#pdf-export[reveal.js' documentation] for PDF export. +We would add that we have successfully used PDF export without the requirement of a Web server. + + === Default plugins By default, generated presentations will have the following reveal.js plugins enabled: @@ -1026,6 +1033,10 @@ To enable this plugin, set the `revealjs_plugin_pdf` attribute. :revealjs_plugin_pdf: enabled ---- +NOTE: Starting with reveal.js 3.7.0, the currently recommended version, you should not explictly activate that plugin. + It is no longer necessary and has been removed. + Just follow the https://github.com/hakimel/reveal.js#pdf-export[reveal.js instructions]. + When the plugin is enabled and you run your presentation in a browser with `?print-pdf` at the end of the URL, you can then use the default print function to print the slide deck into a PDF document. TIP: To work properly, this plugin requires a Chrome-based browser.