An open API service indexing awesome lists of open source software.

https://github.com/spotlightkid/markdown2pdf

Convert Markdown markup text to a PDF file.
https://github.com/spotlightkid/markdown2pdf

Last synced: 3 months ago
JSON representation

Convert Markdown markup text to a PDF file.

Awesome Lists containing this project

README

          

markdown2pdf
============

.. .. image:: https://badge.fury.io/py/markdown2pdf.png
:target: http://badge.fury.io/py/markdown2pdf

.. .. image:: https://pypip.in/d/markdown2pdf/badge.png
:target: https://pypi.python.org/pypi/markdown2pdf

Convert Markdown markup text to a PDF file.

Description
===========

Converts Markdown text to HTML with Python, using markdown2_ to convert the
Markdown source to HTML first and the output then to PDF with xhtml2pdf_.

All direct and indirect dependencies except Pillow are pure Python or can be
made to run without binary extensions, making this solution potentially
suitable for environments, where no such extensions can be installed.

.. _markdown2: https://pypi.org/project/markdown2
.. _xhtml2pdf: https://pypi.org/project/xhtml2pdf