Skip to content

attakei/deck2pdf-python

Repository files navigation

deck2pdf: Convert HTML presentation into PDF file

PyPI latest CircleCI Status (not all tests) CodeClimate GPA

deck2pdf is converter from your html slide into PDF format keeping slide layout.

Use as CLI only

pipx run deck2pdf https://slides.attakei.net/pyconjp-2022/ output.pdf
uvx deck2pdf https://slides.attakei.net/pyconjp-2022/ output.pdf

Getting started

Installation

pip install deck2pdf

Use as CLI

deck2pdf https://slides.attakei.net/pyconjp-2022/ output.pdf

Supporting presentation tools

  • Reveal.js
  • More generic types that forwards slide by SPACE key.

IMPORTANT

It has very breaking changes of architecture. This name is same from old version, , but not same about argument and behaviors.

Notes

This is inspred from deck2pdf (Java library) and decktape (NPM CLI).

About

Python library to generate PDF from presentation html

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages