Project

mdtopdf

0.0
No commit activity in last 3 years
No release in over 3 years
Simple cli utility for converting markdown into pdf.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.8.1, ~> 0.8
>= 3.3.2, ~> 3.3
 Project Readme

mdtopdf

requires wkhtmltopdf

This is a simple utility (distributed trough gem) to convert markdown into pdf.

It basically, opens a file for reading, renders its html trough redcarpet and then converts into pdf with pdfkit.

I might extend it sometime so you can provide and external CSS, i guess if you really need it you could implement yourself.

Installation:

gem install mdtopdf

Usage:

mdtopdf <file>

this will generate file.pdf in the same directory.

Heres a kitten:

(also helpful for testing the application)

Img