1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
| Usage: decktape [options] [command] <url> <filename> decktape version
command one of: automatic, bespoke, csss, deck, dzslides, flowtime, generic, impress, remark, reveal, rise, shower-1.x, shower-2.x, slidy, webslides url URL of the slides deck filename Filename of the output PDF file
Options: -s <size>, --size <size> Size of the slides deck viewport: <width>x<height> (e.g. '1280x720') -p <ms>, --pause <ms> Duration in milliseconds before each slide is exported [1000] --load-pause <ms> Duration in milliseconds between the page has loaded and starting to export slides [0] --screenshots Capture each slide as an image [false] --screenshots-directory <dir> Screenshots output directory [screenshots] --screenshots-size <size> Screenshots resolution, can be repeated --screenshots-format <format> Screenshots image format, one of [jpg, png] [png] --slides <range> Range of slides to be exported, a combination of slide indexes and ranges (e.g. '1-3,5,8') --chrome-path <path> Path to the Chromium or Chrome executable to run instead of the bundled Chromium --chrome-arg <arg> Additional argument to pass to the Chrome instance, can be repeated
Defaults to the automatic command. Iterates over the available plugins, picks the compatible one for presentation at the specified <url> and uses it to export and write the PDF into the specified <filename>.
|