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.
- Host: GitHub
- URL: https://github.com/spotlightkid/markdown2pdf
- Owner: SpotlightKid
- License: mit
- Created: 2017-11-21T05:12:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-21T06:00:02.000Z (about 8 years ago)
- Last Synced: 2025-03-20T12:49:33.107Z (10 months ago)
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
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