Skip to main content

Convert html5-slide into pdf

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

deck2pdf-0.5.0.tar.gz (16.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page