Skip to content

Commit

Permalink
documentation: PDF export clarfications (see #344)
Browse files Browse the repository at this point in the history
  • Loading branch information
obilodeau committed Feb 19, 2020
1 parent 4b51383 commit dc214ba
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.
Expand Down

0 comments on commit dc214ba

Please sign in to comment.