You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.rdoc
+9-3
Original file line number
Diff line number
Diff line change
@@ -380,11 +380,17 @@ These options are specified *after* the command.
380
380
381
381
Generate static version of presentation
382
382
383
-
=== PDF
384
-
Append a "/pdf" to the end of your presentation URL, and a PDF will be generated within the browser. For example,
385
-
http://localhost:9090/pdf
383
+
= PDF Output
386
384
387
385
=== ZSH completion
386
+
Showoff can produce a PDF version of your presentation. To do this, you must install a few things first:
387
+
388
+
gem install pdfkit
389
+
390
+
You'll then need to install a version of wkhtmltopdf available at http://code.google.com/p/wkhtmltopdf and make sure that +wkhtmltopdf+ is in your path when you start showoff.
391
+
392
+
Then, navigate to <tt>/pdf</tt> (e.g. http://localhost/pdf) of your presentation and a PDF will be generated with the browser.
393
+
388
394
You can complete commands and options in ZSH, by installing a script:
0 commit comments