Skip to content

Instantly share code, notes, and snippets.

@tszpinda
Last active July 26, 2016 15:52
Show Gist options
  • Save tszpinda/11168857 to your computer and use it in GitHub Desktop.
Save tszpinda/11168857 to your computer and use it in GitHub Desktop.
wkhtmltopdf
<html>
<body>
Test: Random text
</body>
</html>
<html>
<body style="background-color: red;color:white">
<b>Header</b>
</body>
</html>
wkhtmltopdf --header-html /opt/wkhtmltopdf/tests/header.html /opt/wkhtmltopdf/tests/example.html /opt/wkhtmltopdf/tests/example.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment