Skip to content

Commit

Permalink
doc: PDF export clarfications and dropped plugin (fixes #344)
Browse files Browse the repository at this point in the history
  • Loading branch information
obilodeau committed Feb 19, 2020
1 parent 716e877 commit 613e050
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1216,6 +1216,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 @@ -1234,17 +1241,6 @@ For example, to disable all the default plugins set the following document attri
:revealjs_plugin_notes: disabled
----

reveal.js ships with a plugin that allows to create a PDF from a slide deck.
To enable this plugin, set the `revealjs_plugin_pdf` attribute.

----
:revealjs_plugin_pdf: enabled
----

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.


=== Additional plugins

Expand Down

0 comments on commit 613e050

Please sign in to comment.