I want to make PDF by mkd2pdf which base on wkhtmltopdf
It can generate PDF from markdown, it use a css file to control the style. just like this
h1 {
page-break-before: always;
}
so, I can make a slide, and each # h1 # will be a new page. It has close to my goals that generate slide from markdown.
but the output PDF is A4 ratio, I need a 4:3 ratio which fit page to full screen. I think wkhtmltopdf have some option, or some print control css can control this, but I don’t know how.
See: http://madalgo.au.dk/~jakobt/wkhtmltoxdoc/wkhtmltopdf-0.9.9-doc.html
And:
UPD: Docs by this URL might be less outdated: http://wkhtmltopdf.org/usage/wkhtmltopdf.txt