How to create a PDF from Markdown

in «tip» by Michael Beard
Tags: , , , , , ,

Various ways to create a PDF from Markdown

The following sections assume that you want to use a script (or within a script) to do the conversion. There are probably other tools out there that can be used at the command-line for doing that as well.

So, if you need to do that, you can call the tool from within the script.

In Python - How to create a PDF from text

Here are some good examples:

In Python - How to create a PDF from Markdown

links here:

command-line tools

Other links

  • Why all you’ll ever need is Markdown - not necessarily a good way to convert a document for what I was thinking, but an interesting way of doing it -- more a philosophy of never moving away from Markdown.