Skip to content

Commit 48880eb

Browse files
committed
Expanded on getting PDF output to work
1 parent 0188635 commit 48880eb

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.rdoc

+9-3
Original file line numberDiff line numberDiff line change
@@ -380,11 +380,17 @@ These options are specified *after* the command.
380380

381381
Generate static version of presentation
382382

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
386384

387385
=== 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+
388394
You can complete commands and options in ZSH, by installing a script:
389395

390396
mkdir -p $HOME/.zsh/Completion

0 commit comments

Comments
 (0)