diff options
author | eliseo papa <elipapa@alum.mit.edu> | 2012-10-11 17:21:17 +0100 |
---|---|---|
committer | eliseo papa <elipapa@alum.mit.edu> | 2012-10-11 17:21:17 +0100 |
commit | 2fccb9ed90e82986cd5558e6ef642d597a830108 (patch) | |
tree | 2e1ff1fbf1e9fb00325483ea51674fd218cdca4f /md2pdf.py | |
parent | 4db49669ef1a3656a8434c8d74db6e3bcc75852e (diff) |
fixes and more styling
Diffstat (limited to 'md2pdf.py')
-rwxr-xr-x | md2pdf.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]) |