The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

s5pdf - Convert an S5 presentation to PDF

SYNOPSIS

s5pdf [OPTION]... URI [FILE]

    -s, --show           show the presentation
    -v, --verbose        enable verbose mode
    -w, --width WIDHT    the width of the slides in pixels
    -h, --height HEIGHT  the height of the slides in pixels
    -S, --no-steps       render only full slides (skip the steps)
    -z, --zoom LEVEL     zoom level (negative values zoom out, positive zoom in)
    -p, --pause MS       number of milliseconds to wait before a capture
    -h, --help           print this help message

Simple usage:

    # Presentation with a zoom out of 2 levels (smaller fonts)
    s5pdf --zoom -2 s5-presentation.html

DESCRIPTION

Convert a s5 presentation into a PDF.

This is ideal for sharing the presentation with others as it ensures that the slides will be visible with all resources loaded (fonts, images, css, etc).

If you can view the slides properly with WebKit then you can export a PDF with the slides rendering in the same way.

AUTHOR

Written by Emmanuel Rodriguez <potyl@cpan.org>

COPYRIGH

Copyright (c) 2011 Emmanuel Rodriguez. License same as Perl.