Which libraries do I need? Which command line parameters do I need to pass?
I've installed wkhtml2pdf and I've tried to run:
pandoc reports/7/report.html -t pdf -o reports/7/report.pdf
Which reports an error of:
To create a pdf with pandoc, use the latex or beamer writer and specify
an output file with .pdf extension (pandoc -t latex -o filename.pdf).