ionelmc / python-darkslide

Generate HTML5 slideshows from markdown, ReST, or textile
http://ionelmc.github.io/python-darkslide/
Apache License 2.0
98 stars 22 forks source link

support weasyprint for PDF export #24

Open dkg opened 3 years ago

dkg commented 3 years ago

weasyprint is a python-based F/LOSS HTML→PDF conversion utility, available in debian and other free software operating systems.

It'd be great if darkslide could use weasyprint to automate generation of PDF output, to avoid having to manually roundtrip through chrome as described in #20.