hex.pm version

ExMark2pdf

It provides the ability to convert from the markdown to the PDF.

Required wkhtmltopdf.
Download: http://wkhtmltopdf.org/downloads.html

Dependency

defp deps do
  [...
   {:ex_mark2pdf, "~> 0.0.1"},
  ...]
end
>mix deps.get

Usage

Inputs:

>mix ex_mark2pdf README.md

Output:

PDF file is output to the current directory.

Roadmap