I am trying to convert HTML into a PDF document in Django and haven\'t been successful.
I have tried using wkhtmltopdf 0.9.9, however Apache throws an error that wkh
A possible, but not so elegant solution, is to run a small scripts which renders the html via a headless browser component (webkit/xvfb on Linux) and then saves it as a pdf.