Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to convert markdown to pdf in command line

I need to convert the GitHub README.md file to pdf. I tried many modules, those are not working fine. Is there any new tool to get the exact pdf format. In this website is providing good conversion format of pdf. http://www.markdowntopdf.com/ I need command line tool like this format.

like image 642
srikanth nagineni Avatar asked Feb 16 '18 07:02

srikanth nagineni


1 Answers

Try this software:
https://github.com/BlueHatbRit/mdpdf

Or explain what tools you've tried and why those are not working fine.

Also check this question on superuser:
https://superuser.com/questions/689056/how-can-i-convert-github-flavored-markdown-to-a-pdf

like image 89
uaBArt Avatar answered Sep 23 '22 05:09

uaBArt