deck2pdf

Convert html5-slide into pdf


Keywords
html5slides, pdf
License
MIT
Install
pip install deck2pdf==0.5.0

Documentation

Convert html5-slides into PDF slide

Badges

PyPI latest CircleCI Status (not all tests) CodeClimate GPA

deck2pdf is batch application that will convert your html slide into PDF format keeping slide layout.

Install

deck2pdf is required PySide for Ghost.py .

$ pip install pyside
$ pyside_postinstall.py -install
$ pip install deck2pdf

Usage

Simply usage:

$ deck2pdf <slide-url> -n 10 -s html5slides
$ ls
slide.pdf

Specify slide name:

$ deck2pdf -o myslide.pdf <slide-url> -n 10 -s html5slides
$ ls
myslide.pdf

Arguments

-s SLIDE, --slide SLIDE
  Slide style (required)
-o OUTPUT, --output OUTPUT
  Output slide file path (optional)
-n NUM, --num NUM
  Num of slides (optional)

Supported styles

Future

I want to ...

  • Adjust to be able to save html slide of other styles (reveal.js, impress.js).
  • Deliver makefile setting to make slidepdf