From 2fccb9ed90e82986cd5558e6ef642d597a830108 Mon Sep 17 00:00:00 2001 From: eliseo papa Date: Thu, 11 Oct 2012 17:21:17 +0100 Subject: fixes and more styling --- md2pdf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'md2pdf.py') diff --git a/md2pdf.py b/md2pdf.py index 08f5698..3369f63 100755 --- a/md2pdf.py +++ b/md2pdf.py @@ -45,5 +45,5 @@ html = ''.join([head, body]) output_file = codecs.open("%s.html" % filename, "w", encoding="utf8") output_file.write(html) print ">>> first writing out %s.html" % filename -print ">>> calling wkthmltopdf" % filename +print ">>> calling wkthmltopdf" call(["wkhtmltopdf", "%s.html" % filename, "%s.pdf" % filename]) -- cgit v1.2.3